Shades of Feijoa #ACE986
Tints of Feijoa #ACE986
RGB
CMYK
RGB Variations
Color information
#ACE986 (or 0xACE986) is known color: Feijoa. HEX triplet: AC, E9 and 86. RGB value is (172,233,134). Sum of RGB (Red+Green+Blue) = 172+233+134=539 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.91% from 539); Green value is 233 (91.41% from 255 or 43.23% from 539); Blue value is 134 (52.73% from 255 or 24.86% from 539); Max value from RGB is 233 - color contains mainly: green. Hex color #ACE986 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACE986 is #531679. Grayscale: #CBCBCB. Windows color (decimal): -5445242 or 8841644. OLE color: 8841644.
HSL color Cylindrical-coordinate representation of color #ACE986: hue angle of 96.97º 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 #ACE986 is Cyan = 0.26, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 172 | 233 | 134 | - |
| CMYK | 0.26 | 0 | 0.42 | 0.09 |
| HSL | 96.97º | 0.69% | 0.72% | - |
| HSV(B) | 96.97º | 0.42% | 0.91% | - |
| XYZ | 50.46 | 68.77 | 33.17 | - |
| YUV | 203.48 | 88.79 | 105.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 233 | 134 | 0.26 | 0 | 0.42 | 0.09 | 96.97 | 0.69 | 0.72 |
| Hex | AC | E9 | 86 | 1A | 0 | 2A | 9 | 61 | 45 | 48 |
| Octal | 254 | 351 | 206 | 32 | 0 | 52 | 11 | 141 | 105 | 110 |
| Binary | 10101100 | 11101001 | 10000110 | 11010 | 0 | 101010 | 1001 | 1100001 | 1000101 | 1001000 |
Color Harmonies of #ACE986
Complementary color
Monochromatic Colors of #ACE986
Black with #ACE986
Text Example
Text Example
White with #ACE986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE986; }
p { color: rgb(172,233,134); }
H1.HeaderClassName
{
color: #ACE986;
}
.AnyTagClassName
{
color: #ACE986;
}
</style>
background-color css
<style>
a { background-color: #ACE986; }
a { background-color: rgb(172,233,134); }
div.DivClassName
{
background-color: #ACE986;
}
.BgClassName
{
background-color: #ACE986;
}
</style>
border-color css
<style>
span { border-color: #ACE986; }
span { border-color: rgb(172,233,134); }
td.TdClassName
{
border-color: #ACE986;
}
.TagClassName
{
border-color: #ACE986;
}
</style>