Shades of Malachite Green #A0A16D
Tints of Malachite Green #A0A16D
RGB
CMYK
RGB Variations
Color information
#A0A16D (or 0xA0A16D) is known color: Malachite Green. HEX triplet: A0, A1 and 6D. RGB value is (160,161,109). Sum of RGB (Red+Green+Blue) = 160+161+109=430 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.21% from 430); Green value is 161 (63.28% from 255 or 37.44% from 430); Blue value is 109 (42.97% from 255 or 25.35% from 430); Max value from RGB is 161 - color contains mainly: green. Hex color #A0A16D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0A16D is #5F5E92. Grayscale: #9A9A9A. Windows color (decimal): -6250131 or 7184800. OLE color: 7184800.
HSL color Cylindrical-coordinate representation of color #A0A16D: hue angle of 61.15º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A0A16D is Cyan = 0.01, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 161 | 109 | - |
| CMYK | 0.01 | 0 | 0.32 | 0.37 |
| HSL | 61.15º | 0.22% | 0.53% | - |
| HSV(B) | 61.15º | 0.32% | 0.63% | - |
| XYZ | 30 | 34.07 | 19.46 | - |
| YUV | 154.77 | 102.17 | 131.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 161 | 109 | 0.01 | 0 | 0.32 | 0.37 | 61.15 | 0.22 | 0.53 |
| Hex | A0 | A1 | 6D | 1 | 0 | 20 | 25 | 3D | 16 | 35 |
| Octal | 240 | 241 | 155 | 1 | 0 | 40 | 45 | 75 | 26 | 65 |
| Binary | 10100000 | 10100001 | 1101101 | 1 | 0 | 100000 | 100101 | 111101 | 10110 | 110101 |
Color Harmonies of #A0A16D
Complementary color
Monochromatic Colors of #A0A16D
Black with #A0A16D
Text Example
Text Example
White with #A0A16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0A16D; }
p { color: rgb(160,161,109); }
H1.HeaderClassName
{
color: #A0A16D;
}
.AnyTagClassName
{
color: #A0A16D;
}
</style>
background-color css
<style>
a { background-color: #A0A16D; }
a { background-color: rgb(160,161,109); }
div.DivClassName
{
background-color: #A0A16D;
}
.BgClassName
{
background-color: #A0A16D;
}
</style>
border-color css
<style>
span { border-color: #A0A16D; }
span { border-color: rgb(160,161,109); }
td.TdClassName
{
border-color: #A0A16D;
}
.TagClassName
{
border-color: #A0A16D;
}
</style>