Shades of Malachite Green #9FA06E
Tints of Malachite Green #9FA06E
RGB
CMYK
RGB Variations
Color information
#9FA06E (or 0x9FA06E) is known color: Malachite Green. HEX triplet: 9F, A0 and 6E. RGB value is (159,160,110). Sum of RGB (Red+Green+Blue) = 159+160+110=429 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.06% from 429); Green value is 160 (62.89% from 255 or 37.30% from 429); Blue value is 110 (43.36% from 255 or 25.64% from 429); Max value from RGB is 160 - color contains mainly: green. Hex color #9FA06E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FA06E is #605F91. Grayscale: #9A9A9A. Windows color (decimal): -6315922 or 7250079. OLE color: 7250079.
HSL color Cylindrical-coordinate representation of color #9FA06E: hue angle of 61.2º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9FA06E is Cyan = 0.01, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 159 | 160 | 110 | - |
| CMYK | 0.01 | 0 | 0.31 | 0.37 |
| HSL | 61.2º | 0.21% | 0.53% | - |
| HSV(B) | 61.2º | 0.31% | 0.63% | - |
| XYZ | 29.68 | 33.64 | 19.68 | - |
| YUV | 154 | 103.17 | 131.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 160 | 110 | 0.01 | 0 | 0.31 | 0.37 | 61.2 | 0.21 | 0.53 |
| Hex | 9F | A0 | 6E | 1 | 0 | 1F | 25 | 3D | 15 | 35 |
| Octal | 237 | 240 | 156 | 1 | 0 | 37 | 45 | 75 | 25 | 65 |
| Binary | 10011111 | 10100000 | 1101110 | 1 | 0 | 11111 | 100101 | 111101 | 10101 | 110101 |
Color Harmonies of #9FA06E
Complementary color
Monochromatic Colors of #9FA06E
Black with #9FA06E
Text Example
Text Example
White with #9FA06E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA06E; }
p { color: rgb(159,160,110); }
H1.HeaderClassName
{
color: #9FA06E;
}
.AnyTagClassName
{
color: #9FA06E;
}
</style>
background-color css
<style>
a { background-color: #9FA06E; }
a { background-color: rgb(159,160,110); }
div.DivClassName
{
background-color: #9FA06E;
}
.BgClassName
{
background-color: #9FA06E;
}
</style>
border-color css
<style>
span { border-color: #9FA06E; }
span { border-color: rgb(159,160,110); }
td.TdClassName
{
border-color: #9FA06E;
}
.TagClassName
{
border-color: #9FA06E;
}
</style>