Shades of Malachite Green #A2A271
Tints of Malachite Green #A2A271
RGB
CMYK
RGB Variations
Color information
#A2A271 (or 0xA2A271) is known color: Malachite Green. HEX triplet: A2, A2 and 71. RGB value is (162,162,113). Sum of RGB (Red+Green+Blue) = 162+162+113=437 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.07% from 437); Green value is 162 (63.67% from 255 or 37.07% from 437); Blue value is 113 (44.53% from 255 or 25.86% from 437); Max value from RGB is 162 - color contains mainly: red, green. Hex color #A2A271 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2A271 is #5D5D8E. Grayscale: #9C9C9C. Windows color (decimal): -6118799 or 7447202. OLE color: 7447202.
HSL color Cylindrical-coordinate representation of color #A2A271: hue angle of 60º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A2A271 is Cyan = 0, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 162 | 113 | - |
| CMYK | 0 | 0 | 0.30 | 0.36 |
| HSL | 60º | 0.21% | 0.54% | - |
| HSV(B) | 60º | 0.3% | 0.64% | - |
| XYZ | 30.8 | 34.71 | 20.7 | - |
| YUV | 156.41 | 103.5 | 131.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 162 | 113 | 0 | 0 | 0.30 | 0.36 | 60 | 0.21 | 0.54 |
| Hex | A2 | A2 | 71 | 0 | 0 | 1E | 24 | 3C | 15 | 36 |
| Octal | 242 | 242 | 161 | 0 | 0 | 36 | 44 | 74 | 25 | 66 |
| Binary | 10100010 | 10100010 | 1110001 | 0 | 0 | 11110 | 100100 | 111100 | 10101 | 110110 |
Color Harmonies of #A2A271
Complementary color
Monochromatic Colors of #A2A271
Black with #A2A271
Text Example
Text Example
White with #A2A271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2A271; }
p { color: rgb(162,162,113); }
H1.HeaderClassName
{
color: #A2A271;
}
.AnyTagClassName
{
color: #A2A271;
}
</style>
background-color css
<style>
a { background-color: #A2A271; }
a { background-color: rgb(162,162,113); }
div.DivClassName
{
background-color: #A2A271;
}
.BgClassName
{
background-color: #A2A271;
}
</style>
border-color css
<style>
span { border-color: #A2A271; }
span { border-color: rgb(162,162,113); }
td.TdClassName
{
border-color: #A2A271;
}
.TagClassName
{
border-color: #A2A271;
}
</style>