Shades of Feijoa #ACE288
Tints of Feijoa #ACE288
RGB
CMYK
RGB Variations
Color information
#ACE288 (or 0xACE288) is known color: Feijoa. HEX triplet: AC, E2 and 88. RGB value is (172,226,136). Sum of RGB (Red+Green+Blue) = 172+226+136=534 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.21% from 534); Green value is 226 (88.67% from 255 or 42.32% from 534); Blue value is 136 (53.52% from 255 or 25.47% from 534); Max value from RGB is 226 - color contains mainly: green. Hex color #ACE288 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACE288 is #531D77. Grayscale: #C7C7C7. Windows color (decimal): -5447032 or 8970924. OLE color: 8970924.
HSL color Cylindrical-coordinate representation of color #ACE288: hue angle of 96º 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 #ACE288 is Cyan = 0.24, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 172 | 226 | 136 | - |
| CMYK | 0.24 | 0 | 0.40 | 0.11 |
| HSL | 96º | 0.61% | 0.71% | - |
| HSV(B) | 96º | 0.4% | 0.89% | - |
| XYZ | 48.65 | 64.94 | 33.26 | - |
| YUV | 199.59 | 92.11 | 108.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 226 | 136 | 0.24 | 0 | 0.40 | 0.11 | 96 | 0.61 | 0.71 |
| Hex | AC | E2 | 88 | 18 | 0 | 28 | B | 60 | 3D | 47 |
| Octal | 254 | 342 | 210 | 30 | 0 | 50 | 13 | 140 | 75 | 107 |
| Binary | 10101100 | 11100010 | 10001000 | 11000 | 0 | 101000 | 1011 | 1100000 | 111101 | 1000111 |
Color Harmonies of #ACE288
Complementary color
Monochromatic Colors of #ACE288
Black with #ACE288
Text Example
Text Example
White with #ACE288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE288; }
p { color: rgb(172,226,136); }
H1.HeaderClassName
{
color: #ACE288;
}
.AnyTagClassName
{
color: #ACE288;
}
</style>
background-color css
<style>
a { background-color: #ACE288; }
a { background-color: rgb(172,226,136); }
div.DivClassName
{
background-color: #ACE288;
}
.BgClassName
{
background-color: #ACE288;
}
</style>
border-color css
<style>
span { border-color: #ACE288; }
span { border-color: rgb(172,226,136); }
td.TdClassName
{
border-color: #ACE288;
}
.TagClassName
{
border-color: #ACE288;
}
</style>