#ACDD86

Color #ACDD86 Feijoa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Feijoa #ACDD86

Tints of Feijoa #ACDD86

Color information

#ACDD86 (or 0xACDD86) is unknown color: approx Feijoa. HEX triplet: AC, DD and 86. RGB value is (172,221,134). Sum of RGB (Red+Green+Blue) = 172+221+134=527 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.64% from 527); Green value is 221 (86.72% from 255 or 41.94% from 527); Blue value is 134 (52.73% from 255 or 25.43% from 527); Max value from RGB is 221 - color contains mainly: green. Hex color #ACDD86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACDD86 is #532279. Grayscale: #C4C4C4. Windows color (decimal): -5448314 or 8838572. OLE color: 8838572.

HSL color Cylindrical-coordinate representation of color #ACDD86: hue angle of 93.79º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ACDD86 is Cyan = 0.22, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.13.

Color convert

RGB172221134-
CMYK0.2200.390.13
HSL93.79º56.13%69.61%-
HSV(B)93.79º39.37%86.67%-
XYZ47.1762.232.07-
YUV196.4392.77110.57-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 172 (67.58% from 255) = 32.64%
GREEN value IS 221 (86.72% from 255) = 41.94%
BLUE value IS 134 (52.73% from 255) = 25.43%
R=32.64%
G=41.94%
B=25.43%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1722211340.2200.390.1393.7956.1369.61
HexACDD8616027D5e3846
Octal254335206260471513670106
Binary101011001101110110000110101100100111110110111101110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDD86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDD86; }

 p { color: rgb(172,221,134); }

 H1.HeaderClassName
 {
   color: #ACDD86;
 }
 .AnyTagClassName
 {
   color: #ACDD86;
 }
</style>
background-color css

<style>
 a { background-color: #ACDD86; }

 a { background-color: rgb(172,221,134); }

 div.DivClassName
 {
   background-color: #ACDD86;
 }
 .BgClassName
 {
   background-color: #ACDD86;
 }
</style>
border-color css

<style>
 span { border-color: #ACDD86; }

 span { border-color: rgb(172,221,134); }

 td.TdClassName
 {
   border-color: #ACDD86;
 }
 .TagClassName
 {
   border-color: #ACDD86;
 }
</style>