Shades of Feijoa #ACE887
Tints of Feijoa #ACE887
RGB
CMYK
RGB Variations
Color information
#ACE887 (or 0xACE887) is known color: Feijoa. HEX triplet: AC, E8 and 87. RGB value is (172,232,135). Sum of RGB (Red+Green+Blue) = 172+232+135=539 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.91% from 539); Green value is 232 (91.02% from 255 or 43.04% from 539); Blue value is 135 (53.12% from 255 or 25.05% from 539); Max value from RGB is 232 - color contains mainly: green. Hex color #ACE887 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACE887 is #531778. Grayscale: #CBCBCB. Windows color (decimal): -5445497 or 8906924. OLE color: 8906924.
HSL color Cylindrical-coordinate representation of color #ACE887: hue angle of 97.11º degrees, saturation: 0.68, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ACE887 is Cyan = 0.26, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 172 | 232 | 135 | - |
| CMYK | 0.26 | 0 | 0.42 | 0.09 |
| HSL | 97.11º | 0.68% | 0.72% | - |
| HSV(B) | 97.11º | 0.42% | 0.91% | - |
| XYZ | 50.24 | 68.23 | 33.44 | - |
| YUV | 203 | 89.62 | 105.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 232 | 135 | 0.26 | 0 | 0.42 | 0.09 | 97.11 | 0.68 | 0.72 |
| Hex | AC | E8 | 87 | 1A | 0 | 2A | 9 | 61 | 44 | 48 |
| Octal | 254 | 350 | 207 | 32 | 0 | 52 | 11 | 141 | 104 | 110 |
| Binary | 10101100 | 11101000 | 10000111 | 11010 | 0 | 101010 | 1001 | 1100001 | 1000100 | 1001000 |
Color Harmonies of #ACE887
Complementary color
Monochromatic Colors of #ACE887
Black with #ACE887
Text Example
Text Example
White with #ACE887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE887; }
p { color: rgb(172,232,135); }
H1.HeaderClassName
{
color: #ACE887;
}
.AnyTagClassName
{
color: #ACE887;
}
</style>
background-color css
<style>
a { background-color: #ACE887; }
a { background-color: rgb(172,232,135); }
div.DivClassName
{
background-color: #ACE887;
}
.BgClassName
{
background-color: #ACE887;
}
</style>
border-color css
<style>
span { border-color: #ACE887; }
span { border-color: rgb(172,232,135); }
td.TdClassName
{
border-color: #ACE887;
}
.TagClassName
{
border-color: #ACE887;
}
</style>