Shades of Feijoa #ACE886
Tints of Feijoa #ACE886
RGB
CMYK
RGB Variations
Color information
#ACE886 (or 0xACE886) is known color: Feijoa. HEX triplet: AC, E8 and 86. RGB value is (172,232,134). Sum of RGB (Red+Green+Blue) = 172+232+134=538 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.97% from 538); Green value is 232 (91.02% from 255 or 43.12% from 538); Blue value is 134 (52.73% from 255 or 24.91% from 538); Max value from RGB is 232 - color contains mainly: green. Hex color #ACE886 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACE886 is #531779. Grayscale: #CBCBCB. Windows color (decimal): -5445498 or 8841388. OLE color: 8841388.
HSL color Cylindrical-coordinate representation of color #ACE886: hue angle of 96.73º degrees, saturation: 0.68, 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 #ACE886 is Cyan = 0.26, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 172 | 232 | 134 | - |
| CMYK | 0.26 | 0 | 0.42 | 0.09 |
| HSL | 96.73º | 0.68% | 0.72% | - |
| HSV(B) | 96.73º | 0.42% | 0.91% | - |
| XYZ | 50.17 | 68.21 | 33.07 | - |
| YUV | 202.89 | 89.12 | 105.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 232 | 134 | 0.26 | 0 | 0.42 | 0.09 | 96.73 | 0.68 | 0.72 |
| Hex | AC | E8 | 86 | 1A | 0 | 2A | 9 | 61 | 44 | 48 |
| Octal | 254 | 350 | 206 | 32 | 0 | 52 | 11 | 141 | 104 | 110 |
| Binary | 10101100 | 11101000 | 10000110 | 11010 | 0 | 101010 | 1001 | 1100001 | 1000100 | 1001000 |
Color Harmonies of #ACE886
Complementary color
Monochromatic Colors of #ACE886
Black with #ACE886
Text Example
Text Example
White with #ACE886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE886; }
p { color: rgb(172,232,134); }
H1.HeaderClassName
{
color: #ACE886;
}
.AnyTagClassName
{
color: #ACE886;
}
</style>
background-color css
<style>
a { background-color: #ACE886; }
a { background-color: rgb(172,232,134); }
div.DivClassName
{
background-color: #ACE886;
}
.BgClassName
{
background-color: #ACE886;
}
</style>
border-color css
<style>
span { border-color: #ACE886; }
span { border-color: rgb(172,232,134); }
td.TdClassName
{
border-color: #ACE886;
}
.TagClassName
{
border-color: #ACE886;
}
</style>