Shades of Feijoa #ACE988
Tints of Feijoa #ACE988
RGB
CMYK
RGB Variations
Color information
#ACE988 (or 0xACE988) is known color: Feijoa. HEX triplet: AC, E9 and 88. RGB value is (172,233,136). Sum of RGB (Red+Green+Blue) = 172+233+136=541 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.79% from 541); Green value is 233 (91.41% from 255 or 43.07% from 541); Blue value is 136 (53.52% from 255 or 25.14% from 541); Max value from RGB is 233 - color contains mainly: green. Hex color #ACE988 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACE988 is #531677. Grayscale: #CCCCCC. Windows color (decimal): -5445240 or 8972716. OLE color: 8972716.
HSL color Cylindrical-coordinate representation of color #ACE988: hue angle of 97.73º degrees, saturation: 0.69, 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 #ACE988 is Cyan = 0.26, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 172 | 233 | 136 | - |
| CMYK | 0.26 | 0 | 0.42 | 0.09 |
| HSL | 97.73º | 0.69% | 0.72% | - |
| HSV(B) | 97.73º | 0.42% | 0.91% | - |
| XYZ | 50.6 | 68.83 | 33.91 | - |
| YUV | 203.7 | 89.79 | 105.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 233 | 136 | 0.26 | 0 | 0.42 | 0.09 | 97.73 | 0.69 | 0.72 |
| Hex | AC | E9 | 88 | 1A | 0 | 2A | 9 | 62 | 45 | 48 |
| Octal | 254 | 351 | 210 | 32 | 0 | 52 | 11 | 142 | 105 | 110 |
| Binary | 10101100 | 11101001 | 10001000 | 11010 | 0 | 101010 | 1001 | 1100010 | 1000101 | 1001000 |
Color Harmonies of #ACE988
Complementary color
Monochromatic Colors of #ACE988
Black with #ACE988
Text Example
Text Example
White with #ACE988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE988; }
p { color: rgb(172,233,136); }
H1.HeaderClassName
{
color: #ACE988;
}
.AnyTagClassName
{
color: #ACE988;
}
</style>
background-color css
<style>
a { background-color: #ACE988; }
a { background-color: rgb(172,233,136); }
div.DivClassName
{
background-color: #ACE988;
}
.BgClassName
{
background-color: #ACE988;
}
</style>
border-color css
<style>
span { border-color: #ACE988; }
span { border-color: rgb(172,233,136); }
td.TdClassName
{
border-color: #ACE988;
}
.TagClassName
{
border-color: #ACE988;
}
</style>