Shades of Feijoa #ACE488
Tints of Feijoa #ACE488
RGB
CMYK
RGB Variations
Color information
#ACE488 (or 0xACE488) is known color: Feijoa. HEX triplet: AC, E4 and 88. RGB value is (172,228,136). Sum of RGB (Red+Green+Blue) = 172+228+136=536 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.09% from 536); Green value is 228 (89.45% from 255 or 42.54% from 536); Blue value is 136 (53.52% from 255 or 25.37% from 536); Max value from RGB is 228 - color contains mainly: green. Hex color #ACE488 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACE488 is #531B77. Grayscale: #C9C9C9. Windows color (decimal): -5446520 or 8971436. OLE color: 8971436.
HSL color Cylindrical-coordinate representation of color #ACE488: hue angle of 96.52º degrees, saturation: 0.63, 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 #ACE488 is Cyan = 0.25, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 172 | 228 | 136 | - |
| CMYK | 0.25 | 0 | 0.40 | 0.11 |
| HSL | 96.52º | 0.63% | 0.71% | - |
| HSV(B) | 96.52º | 0.4% | 0.89% | - |
| XYZ | 49.2 | 66.04 | 33.45 | - |
| YUV | 200.77 | 91.45 | 107.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 228 | 136 | 0.25 | 0 | 0.40 | 0.11 | 96.52 | 0.63 | 0.71 |
| Hex | AC | E4 | 88 | 19 | 0 | 28 | B | 61 | 3F | 47 |
| Octal | 254 | 344 | 210 | 31 | 0 | 50 | 13 | 141 | 77 | 107 |
| Binary | 10101100 | 11100100 | 10001000 | 11001 | 0 | 101000 | 1011 | 1100001 | 111111 | 1000111 |
Color Harmonies of #ACE488
Complementary color
Monochromatic Colors of #ACE488
Black with #ACE488
Text Example
Text Example
White with #ACE488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE488; }
p { color: rgb(172,228,136); }
H1.HeaderClassName
{
color: #ACE488;
}
.AnyTagClassName
{
color: #ACE488;
}
</style>
background-color css
<style>
a { background-color: #ACE488; }
a { background-color: rgb(172,228,136); }
div.DivClassName
{
background-color: #ACE488;
}
.BgClassName
{
background-color: #ACE488;
}
</style>
border-color css
<style>
span { border-color: #ACE488; }
span { border-color: rgb(172,228,136); }
td.TdClassName
{
border-color: #ACE488;
}
.TagClassName
{
border-color: #ACE488;
}
</style>