Shades of Feijoa #ACE186
Tints of Feijoa #ACE186
RGB
CMYK
RGB Variations
Color information
#ACE186 (or 0xACE186) is known color: Feijoa. HEX triplet: AC, E1 and 86. RGB value is (172,225,134). Sum of RGB (Red+Green+Blue) = 172+225+134=531 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.39% from 531); Green value is 225 (88.28% from 255 or 42.37% from 531); Blue value is 134 (52.73% from 255 or 25.24% from 531); Max value from RGB is 225 - color contains mainly: green. Hex color #ACE186 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACE186 is #531E79. Grayscale: #C7C7C7. Windows color (decimal): -5447290 or 8839596. OLE color: 8839596.
HSL color Cylindrical-coordinate representation of color #ACE186: hue angle of 94.95º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ACE186 is Cyan = 0.24, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 172 | 225 | 134 | - |
| CMYK | 0.24 | 0 | 0.40 | 0.12 |
| HSL | 94.95º | 0.6% | 0.7% | - |
| HSV(B) | 94.95º | 0.4% | 0.88% | - |
| XYZ | 48.24 | 64.34 | 32.43 | - |
| YUV | 198.78 | 91.44 | 108.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 225 | 134 | 0.24 | 0 | 0.40 | 0.12 | 94.95 | 0.6 | 0.7 |
| Hex | AC | E1 | 86 | 18 | 0 | 28 | C | 5F | 3C | 46 |
| Octal | 254 | 341 | 206 | 30 | 0 | 50 | 14 | 137 | 74 | 106 |
| Binary | 10101100 | 11100001 | 10000110 | 11000 | 0 | 101000 | 1100 | 1011111 | 111100 | 1000110 |
Color Harmonies of #ACE186
Complementary color
Monochromatic Colors of #ACE186
Black with #ACE186
Text Example
Text Example
White with #ACE186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE186; }
p { color: rgb(172,225,134); }
H1.HeaderClassName
{
color: #ACE186;
}
.AnyTagClassName
{
color: #ACE186;
}
</style>
background-color css
<style>
a { background-color: #ACE186; }
a { background-color: rgb(172,225,134); }
div.DivClassName
{
background-color: #ACE186;
}
.BgClassName
{
background-color: #ACE186;
}
</style>
border-color css
<style>
span { border-color: #ACE186; }
span { border-color: rgb(172,225,134); }
td.TdClassName
{
border-color: #ACE186;
}
.TagClassName
{
border-color: #ACE186;
}
</style>