#ACDD81

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

Shades of Feijoa #ACDD81

Tints of Feijoa #ACDD81

Color information

#ACDD81 (or 0xACDD81) is unknown color: approx Feijoa. HEX triplet: AC, DD and 81. RGB value is (172,221,129). Sum of RGB (Red+Green+Blue) = 172+221+129=522 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.95% from 522); Green value is 221 (86.72% from 255 or 42.34% from 522); Blue value is 129 (50.78% from 255 or 24.71% from 522); Max value from RGB is 221 - color contains mainly: green. Hex color #ACDD81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACDD81 is #53227E. Grayscale: #C4C4C4. Windows color (decimal): -5448319 or 8510892. OLE color: 8510892.

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

Color convert

RGB172221129-
CMYK0.2200.420.13
HSL91.96º57.5%68.63%-
HSV(B)91.96º41.63%86.67%-
XYZ46.8362.0730.28-
YUV195.8690.27110.98-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.95%
GREEN value IS 221 (86.72% from 255) = 42.34%
BLUE value IS 129 (50.78% from 255) = 24.71%
R=32.95%
G=42.34%
B=24.71%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1722211290.2200.420.1391.9657.568.63
HexACDD811602AD5c3a45
Octal254335201260521513472105
Binary101011001101110110000001101100101010110110111001110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDD81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDD81; }

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

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

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

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

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

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

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

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