Shades of Feijoa #ACD29A
Tints of Feijoa #ACD29A
RGB
CMYK
RGB Variations
Color information
#ACD29A (or 0xACD29A) is known color: 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
| RGB | 172 | 210 | 154 | - |
| CMYK | 0.18 | 0 | 0.27 | 0.18 |
| HSL | 100.71º | 0.38% | 0.71% | - |
| HSV(B) | 100.71º | 0.27% | 0.82% | - |
| XYZ | 45.89 | 57.2 | 39.19 | - |
| YUV | 192.25 | 106.41 | 113.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 210 | 154 | 0.18 | 0 | 0.27 | 0.18 | 100.71 | 0.38 | 0.71 |
| Hex | AC | D2 | 9A | 12 | 0 | 1B | 12 | 65 | 26 | 47 |
| Octal | 254 | 322 | 232 | 22 | 0 | 33 | 22 | 145 | 46 | 107 |
| Binary | 10101100 | 11010010 | 10011010 | 10010 | 0 | 11011 | 10010 | 1100101 | 100110 | 1000111 |
Color Harmonies of #ACD29A
Complementary color
Monochromatic Colors of #ACD29A
Black with #ACD29A
Text Example
Text Example
White with #ACD29A
Text Example
Text Example
HTML Codes & Css Web 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>