Shades of Feijoa #ACE08E
Tints of Feijoa #ACE08E
RGB
CMYK
RGB Variations
Color information
#ACE08E (or 0xACE08E) is known color: Feijoa. HEX triplet: AC, E0 and 8E. RGB value is (172,224,142). Sum of RGB (Red+Green+Blue) = 172+224+142=538 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.97% from 538); Green value is 224 (87.89% from 255 or 41.64% from 538); Blue value is 142 (55.86% from 255 or 26.39% from 538); Max value from RGB is 224 - color contains mainly: green. Hex color #ACE08E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACE08E is #531F71. Grayscale: #C7C7C7. Windows color (decimal): -5447538 or 9363628. OLE color: 9363628.
HSL color Cylindrical-coordinate representation of color #ACE08E: hue angle of 98.05º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ACE08E is Cyan = 0.23, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 172 | 224 | 142 | - |
| CMYK | 0.23 | 0 | 0.37 | 0.12 |
| HSL | 98.05º | 0.57% | 0.72% | - |
| HSV(B) | 98.05º | 0.37% | 0.88% | - |
| XYZ | 48.55 | 64.03 | 35.39 | - |
| YUV | 199.1 | 95.77 | 108.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 224 | 142 | 0.23 | 0 | 0.37 | 0.12 | 98.05 | 0.57 | 0.72 |
| Hex | AC | E0 | 8E | 17 | 0 | 25 | C | 62 | 39 | 48 |
| Octal | 254 | 340 | 216 | 27 | 0 | 45 | 14 | 142 | 71 | 110 |
| Binary | 10101100 | 11100000 | 10001110 | 10111 | 0 | 100101 | 1100 | 1100010 | 111001 | 1001000 |
Color Harmonies of #ACE08E
Complementary color
Monochromatic Colors of #ACE08E
Black with #ACE08E
Text Example
Text Example
White with #ACE08E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE08E; }
p { color: rgb(172,224,142); }
H1.HeaderClassName
{
color: #ACE08E;
}
.AnyTagClassName
{
color: #ACE08E;
}
</style>
background-color css
<style>
a { background-color: #ACE08E; }
a { background-color: rgb(172,224,142); }
div.DivClassName
{
background-color: #ACE08E;
}
.BgClassName
{
background-color: #ACE08E;
}
</style>
border-color css
<style>
span { border-color: #ACE08E; }
span { border-color: rgb(172,224,142); }
td.TdClassName
{
border-color: #ACE08E;
}
.TagClassName
{
border-color: #ACE08E;
}
</style>