Shades of Feijoa #ACE28E
Tints of Feijoa #ACE28E
RGB
CMYK
RGB Variations
Color information
#ACE28E (or 0xACE28E) is known color: Feijoa. HEX triplet: AC, E2 and 8E. RGB value is (172,226,142). Sum of RGB (Red+Green+Blue) = 172+226+142=540 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.85% from 540); Green value is 226 (88.67% from 255 or 41.85% from 540); Blue value is 142 (55.86% from 255 or 26.30% from 540); Max value from RGB is 226 - color contains mainly: green. Hex color #ACE28E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACE28E is #531D71. Grayscale: #C8C8C8. Windows color (decimal): -5447026 or 9364140. OLE color: 9364140.
HSL color Cylindrical-coordinate representation of color #ACE28E: hue angle of 98.57º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ACE28E is Cyan = 0.24, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 172 | 226 | 142 | - |
| CMYK | 0.24 | 0 | 0.37 | 0.11 |
| HSL | 98.57º | 0.59% | 0.72% | - |
| HSV(B) | 98.57º | 0.37% | 0.89% | - |
| XYZ | 49.09 | 65.12 | 35.57 | - |
| YUV | 200.28 | 95.11 | 107.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 226 | 142 | 0.24 | 0 | 0.37 | 0.11 | 98.57 | 0.59 | 0.72 |
| Hex | AC | E2 | 8E | 18 | 0 | 25 | B | 63 | 3B | 48 |
| Octal | 254 | 342 | 216 | 30 | 0 | 45 | 13 | 143 | 73 | 110 |
| Binary | 10101100 | 11100010 | 10001110 | 11000 | 0 | 100101 | 1011 | 1100011 | 111011 | 1001000 |
Color Harmonies of #ACE28E
Complementary color
Monochromatic Colors of #ACE28E
Black with #ACE28E
Text Example
Text Example
White with #ACE28E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE28E; }
p { color: rgb(172,226,142); }
H1.HeaderClassName
{
color: #ACE28E;
}
.AnyTagClassName
{
color: #ACE28E;
}
</style>
background-color css
<style>
a { background-color: #ACE28E; }
a { background-color: rgb(172,226,142); }
div.DivClassName
{
background-color: #ACE28E;
}
.BgClassName
{
background-color: #ACE28E;
}
</style>
border-color css
<style>
span { border-color: #ACE28E; }
span { border-color: rgb(172,226,142); }
td.TdClassName
{
border-color: #ACE28E;
}
.TagClassName
{
border-color: #ACE28E;
}
</style>