Shades of Feijoa #ACE287
Tints of Feijoa #ACE287
RGB
CMYK
RGB Variations
Color information
#ACE287 (or 0xACE287) is known color: Feijoa. HEX triplet: AC, E2 and 87. RGB value is (172,226,135). Sum of RGB (Red+Green+Blue) = 172+226+135=533 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.27% from 533); Green value is 226 (88.67% from 255 or 42.40% from 533); Blue value is 135 (53.12% from 255 or 25.33% from 533); Max value from RGB is 226 - color contains mainly: green. Hex color #ACE287 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACE287 is #531D78. Grayscale: #C7C7C7. Windows color (decimal): -5447033 or 8905388. OLE color: 8905388.
HSL color Cylindrical-coordinate representation of color #ACE287: hue angle of 95.6º degrees, saturation: 0.61, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ACE287 is Cyan = 0.24, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 172 | 226 | 135 | - |
| CMYK | 0.24 | 0 | 0.40 | 0.11 |
| HSL | 95.6º | 0.61% | 0.71% | - |
| HSV(B) | 95.6º | 0.4% | 0.89% | - |
| XYZ | 48.58 | 64.91 | 32.89 | - |
| YUV | 199.48 | 91.61 | 108.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 226 | 135 | 0.24 | 0 | 0.40 | 0.11 | 95.6 | 0.61 | 0.71 |
| Hex | AC | E2 | 87 | 18 | 0 | 28 | B | 60 | 3D | 47 |
| Octal | 254 | 342 | 207 | 30 | 0 | 50 | 13 | 140 | 75 | 107 |
| Binary | 10101100 | 11100010 | 10000111 | 11000 | 0 | 101000 | 1011 | 1100000 | 111101 | 1000111 |
Color Harmonies of #ACE287
Complementary color
Monochromatic Colors of #ACE287
Black with #ACE287
Text Example
Text Example
White with #ACE287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE287; }
p { color: rgb(172,226,135); }
H1.HeaderClassName
{
color: #ACE287;
}
.AnyTagClassName
{
color: #ACE287;
}
</style>
background-color css
<style>
a { background-color: #ACE287; }
a { background-color: rgb(172,226,135); }
div.DivClassName
{
background-color: #ACE287;
}
.BgClassName
{
background-color: #ACE287;
}
</style>
border-color css
<style>
span { border-color: #ACE287; }
span { border-color: rgb(172,226,135); }
td.TdClassName
{
border-color: #ACE287;
}
.TagClassName
{
border-color: #ACE287;
}
</style>