Shades of Feijoa #ACE88B
Tints of Feijoa #ACE88B
RGB
CMYK
RGB Variations
Color information
#ACE88B (or 0xACE88B) is known color: Feijoa. HEX triplet: AC, E8 and 8B. RGB value is (172,232,139). Sum of RGB (Red+Green+Blue) = 172+232+139=543 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.68% from 543); Green value is 232 (91.02% from 255 or 42.73% from 543); Blue value is 139 (54.69% from 255 or 25.60% from 543); Max value from RGB is 232 - color contains mainly: green. Hex color #ACE88B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACE88B is #531774. Grayscale: #CBCBCB. Windows color (decimal): -5445493 or 9169068. OLE color: 9169068.
HSL color Cylindrical-coordinate representation of color #ACE88B: hue angle of 98.71º degrees, saturation: 0.67, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ACE88B is Cyan = 0.26, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 172 | 232 | 139 | - |
| CMYK | 0.26 | 0 | 0.40 | 0.09 |
| HSL | 98.71º | 0.67% | 0.73% | - |
| HSV(B) | 98.71º | 0.4% | 0.91% | - |
| XYZ | 50.53 | 68.35 | 34.96 | - |
| YUV | 203.46 | 91.62 | 105.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 232 | 139 | 0.26 | 0 | 0.40 | 0.09 | 98.71 | 0.67 | 0.73 |
| Hex | AC | E8 | 8B | 1A | 0 | 28 | 9 | 63 | 43 | 49 |
| Octal | 254 | 350 | 213 | 32 | 0 | 50 | 11 | 143 | 103 | 111 |
| Binary | 10101100 | 11101000 | 10001011 | 11010 | 0 | 101000 | 1001 | 1100011 | 1000011 | 1001001 |
Color Harmonies of #ACE88B
Complementary color
Monochromatic Colors of #ACE88B
Black with #ACE88B
Text Example
Text Example
White with #ACE88B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE88B; }
p { color: rgb(172,232,139); }
H1.HeaderClassName
{
color: #ACE88B;
}
.AnyTagClassName
{
color: #ACE88B;
}
</style>
background-color css
<style>
a { background-color: #ACE88B; }
a { background-color: rgb(172,232,139); }
div.DivClassName
{
background-color: #ACE88B;
}
.BgClassName
{
background-color: #ACE88B;
}
</style>
border-color css
<style>
span { border-color: #ACE88B; }
span { border-color: rgb(172,232,139); }
td.TdClassName
{
border-color: #ACE88B;
}
.TagClassName
{
border-color: #ACE88B;
}
</style>