Shades of Feijoa #ACE489
Tints of Feijoa #ACE489
RGB
CMYK
RGB Variations
Color information
#ACE489 (or 0xACE489) is known color: Feijoa. HEX triplet: AC, E4 and 89. RGB value is (172,228,137). Sum of RGB (Red+Green+Blue) = 172+228+137=537 (71% of max value = 765). Red value is 172 (67.58% from 255 or 32.03% from 537); Green value is 228 (89.45% from 255 or 42.46% from 537); Blue value is 137 (53.91% from 255 or 25.51% from 537); Max value from RGB is 228 - color contains mainly: green. Hex color #ACE489 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACE489 is #531B76. Grayscale: #C9C9C9. Windows color (decimal): -5446519 or 9036972. OLE color: 9036972.
HSL color Cylindrical-coordinate representation of color #ACE489: hue angle of 96.92º degrees, saturation: 0.63, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ACE489 is Cyan = 0.25, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 172 | 228 | 137 | - |
| CMYK | 0.25 | 0 | 0.40 | 0.11 |
| HSL | 96.92º | 0.63% | 0.72% | - |
| HSV(B) | 96.92º | 0.4% | 0.89% | - |
| XYZ | 49.27 | 66.06 | 33.82 | - |
| YUV | 200.88 | 91.95 | 107.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 228 | 137 | 0.25 | 0 | 0.40 | 0.11 | 96.92 | 0.63 | 0.72 |
| Hex | AC | E4 | 89 | 19 | 0 | 28 | B | 61 | 3F | 48 |
| Octal | 254 | 344 | 211 | 31 | 0 | 50 | 13 | 141 | 77 | 110 |
| Binary | 10101100 | 11100100 | 10001001 | 11001 | 0 | 101000 | 1011 | 1100001 | 111111 | 1001000 |
Color Harmonies of #ACE489
Complementary color
Monochromatic Colors of #ACE489
Black with #ACE489
Text Example
Text Example
White with #ACE489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE489; }
p { color: rgb(172,228,137); }
H1.HeaderClassName
{
color: #ACE489;
}
.AnyTagClassName
{
color: #ACE489;
}
</style>
background-color css
<style>
a { background-color: #ACE489; }
a { background-color: rgb(172,228,137); }
div.DivClassName
{
background-color: #ACE489;
}
.BgClassName
{
background-color: #ACE489;
}
</style>
border-color css
<style>
span { border-color: #ACE489; }
span { border-color: rgb(172,228,137); }
td.TdClassName
{
border-color: #ACE489;
}
.TagClassName
{
border-color: #ACE489;
}
</style>