Shades of Feijoa #ACE187
Tints of Feijoa #ACE187
RGB
CMYK
RGB Variations
Color information
#ACE187 (or 0xACE187) is known color: Feijoa. HEX triplet: AC, E1 and 87. RGB value is (172,225,135). Sum of RGB (Red+Green+Blue) = 172+225+135=532 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.33% from 532); Green value is 225 (88.28% from 255 or 42.29% from 532); Blue value is 135 (53.12% from 255 or 25.38% from 532); Max value from RGB is 225 - color contains mainly: green. Hex color #ACE187 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACE187 is #531E78. Grayscale: #C7C7C7. Windows color (decimal): -5447289 or 8905132. OLE color: 8905132.
HSL color Cylindrical-coordinate representation of color #ACE187: hue angle of 95.33º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ACE187 is Cyan = 0.24, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 172 | 225 | 135 | - |
| CMYK | 0.24 | 0 | 0.4 | 0.12 |
| HSL | 95.33º | 0.6% | 0.71% | - |
| HSV(B) | 95.33º | 0.4% | 0.88% | - |
| XYZ | 48.31 | 64.37 | 32.8 | - |
| YUV | 198.89 | 91.94 | 108.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 225 | 135 | 0.24 | 0 | 0.4 | 0.12 | 95.33 | 0.6 | 0.71 |
| Hex | AC | E1 | 87 | 18 | 0 | 28 | C | 5F | 3C | 47 |
| Octal | 254 | 341 | 207 | 30 | 0 | 50 | 14 | 137 | 74 | 107 |
| Binary | 10101100 | 11100001 | 10000111 | 11000 | 0 | 101000 | 1100 | 1011111 | 111100 | 1000111 |
Color Harmonies of #ACE187
Complementary color
Monochromatic Colors of #ACE187
Black with #ACE187
Text Example
Text Example
White with #ACE187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE187; }
p { color: rgb(172,225,135); }
H1.HeaderClassName
{
color: #ACE187;
}
.AnyTagClassName
{
color: #ACE187;
}
</style>
background-color css
<style>
a { background-color: #ACE187; }
a { background-color: rgb(172,225,135); }
div.DivClassName
{
background-color: #ACE187;
}
.BgClassName
{
background-color: #ACE187;
}
</style>
border-color css
<style>
span { border-color: #ACE187; }
span { border-color: rgb(172,225,135); }
td.TdClassName
{
border-color: #ACE187;
}
.TagClassName
{
border-color: #ACE187;
}
</style>