Shades of Feijoa #ACD189
Tints of Feijoa #ACD189
RGB
CMYK
RGB Variations
Color information
#ACD189 (or 0xACD189) is known color: Feijoa. HEX triplet: AC, D1 and 89. RGB value is (172,209,137). Sum of RGB (Red+Green+Blue) = 172+209+137=518 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.20% from 518); Green value is 209 (82.03% from 255 or 40.35% from 518); Blue value is 137 (53.91% from 255 or 26.45% from 518); Max value from RGB is 209 - color contains mainly: green. Hex color #ACD189 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD189 is #532E76. Grayscale: #BDBDBD. Windows color (decimal): -5451383 or 9032108. OLE color: 9032108.
HSL color Cylindrical-coordinate representation of color #ACD189: hue angle of 90.83º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ACD189 is Cyan = 0.18, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 209 | 137 | - |
| CMYK | 0.18 | 0 | 0.34 | 0.18 |
| HSL | 90.83º | 0.44% | 0.68% | - |
| HSV(B) | 90.83º | 0.34% | 0.82% | - |
| XYZ | 44.33 | 56.18 | 32.17 | - |
| YUV | 189.73 | 98.24 | 115.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 209 | 137 | 0.18 | 0 | 0.34 | 0.18 | 90.83 | 0.44 | 0.68 |
| Hex | AC | D1 | 89 | 12 | 0 | 22 | 12 | 5B | 2C | 44 |
| Octal | 254 | 321 | 211 | 22 | 0 | 42 | 22 | 133 | 54 | 104 |
| Binary | 10101100 | 11010001 | 10001001 | 10010 | 0 | 100010 | 10010 | 1011011 | 101100 | 1000100 |
Color Harmonies of #ACD189
Complementary color
Monochromatic Colors of #ACD189
Black with #ACD189
Text Example
Text Example
White with #ACD189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD189; }
p { color: rgb(172,209,137); }
H1.HeaderClassName
{
color: #ACD189;
}
.AnyTagClassName
{
color: #ACD189;
}
</style>
background-color css
<style>
a { background-color: #ACD189; }
a { background-color: rgb(172,209,137); }
div.DivClassName
{
background-color: #ACD189;
}
.BgClassName
{
background-color: #ACD189;
}
</style>
border-color css
<style>
span { border-color: #ACD189; }
span { border-color: rgb(172,209,137); }
td.TdClassName
{
border-color: #ACD189;
}
.TagClassName
{
border-color: #ACD189;
}
</style>