Shades of Malachite Green #9EA072
Tints of Malachite Green #9EA072
RGB
CMYK
RGB Variations
Color information
#9EA072 (or 0x9EA072) is known color: Malachite Green. HEX triplet: 9E, A0 and 72. RGB value is (158,160,114). Sum of RGB (Red+Green+Blue) = 158+160+114=432 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.57% from 432); Green value is 160 (62.89% from 255 or 37.04% from 432); Blue value is 114 (44.92% from 255 or 26.39% from 432); Max value from RGB is 160 - color contains mainly: green. Hex color #9EA072 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9EA072 is #615F8D. Grayscale: #9A9A9A. Windows color (decimal): -6381454 or 7512222. OLE color: 7512222.
HSL color Cylindrical-coordinate representation of color #9EA072: hue angle of 62.61º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9EA072 is Cyan = 0.01, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 158 | 160 | 114 | - |
| CMYK | 0.01 | 0 | 0.29 | 0.37 |
| HSL | 62.61º | 0.19% | 0.54% | - |
| HSV(B) | 62.61º | 0.29% | 0.63% | - |
| XYZ | 29.71 | 33.63 | 20.84 | - |
| YUV | 154.16 | 105.34 | 130.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 160 | 114 | 0.01 | 0 | 0.29 | 0.37 | 62.61 | 0.19 | 0.54 |
| Hex | 9E | A0 | 72 | 1 | 0 | 1D | 25 | 3F | 13 | 36 |
| Octal | 236 | 240 | 162 | 1 | 0 | 35 | 45 | 77 | 23 | 66 |
| Binary | 10011110 | 10100000 | 1110010 | 1 | 0 | 11101 | 100101 | 111111 | 10011 | 110110 |
Color Harmonies of #9EA072
Complementary color
Monochromatic Colors of #9EA072
Black with #9EA072
Text Example
Text Example
White with #9EA072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EA072; }
p { color: rgb(158,160,114); }
H1.HeaderClassName
{
color: #9EA072;
}
.AnyTagClassName
{
color: #9EA072;
}
</style>
background-color css
<style>
a { background-color: #9EA072; }
a { background-color: rgb(158,160,114); }
div.DivClassName
{
background-color: #9EA072;
}
.BgClassName
{
background-color: #9EA072;
}
</style>
border-color css
<style>
span { border-color: #9EA072; }
span { border-color: rgb(158,160,114); }
td.TdClassName
{
border-color: #9EA072;
}
.TagClassName
{
border-color: #9EA072;
}
</style>