#ACD29A

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

Shades of Feijoa #ACD29A

Tints of Feijoa #ACD29A

Color information

#ACD29A (or 0xACD29A) is unknown color: approx Feijoa. HEX triplet: AC, D2 and 9A. RGB value is (172,210,154). Sum of RGB (Red+Green+Blue) = 172+210+154=536 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.09% from 536); Green value is 210 (82.42% from 255 or 39.18% from 536); Blue value is 154 (60.55% from 255 or 28.73% from 536); Max value from RGB is 210 - color contains mainly: green. Hex color #ACD29A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD29A is #532D65. Grayscale: #C0C0C0. Windows color (decimal): -5451110 or 10146476. OLE color: 10146476.

HSL color Cylindrical-coordinate representation of color #ACD29A: hue angle of 100.71º degrees, saturation: 0.38, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ACD29A is Cyan = 0.18, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.18.

Color convert

RGB172210154-
CMYK0.1800.270.18
HSL100.71º38.36%71.37%-
HSV(B)100.71º26.67%82.35%-
XYZ45.8957.239.19-
YUV192.25106.41113.55-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.09%
GREEN value IS 210 (82.42% from 255) = 39.18%
BLUE value IS 154 (60.55% from 255) = 28.73%
R=32.09%
G=39.18%
B=28.73%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1722101540.1800.270.18100.7138.3671.37
HexACD29A1201B12652647
Octal254322232220332214546107
Binary101011001101001010011010100100110111001011001011001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD29A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD29A; }

 p { color: rgb(172,210,154); }

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

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

 a { background-color: rgb(172,210,154); }

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

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

 span { border-color: rgb(172,210,154); }

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