Shades of Malachite Green #A0A171
Tints of Malachite Green #A0A171
RGB
CMYK
RGB Variations
Color information
#A0A171 (or 0xA0A171) is known color: Malachite Green. HEX triplet: A0, A1 and 71. RGB value is (160,161,113). Sum of RGB (Red+Green+Blue) = 160+161+113=434 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.87% from 434); Green value is 161 (63.28% from 255 or 37.10% from 434); Blue value is 113 (44.53% from 255 or 26.04% from 434); Max value from RGB is 161 - color contains mainly: green. Hex color #A0A171 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0A171 is #5F5E8E. Grayscale: #9B9B9B. Windows color (decimal): -6250127 or 7446944. OLE color: 7446944.
HSL color Cylindrical-coordinate representation of color #A0A171: hue angle of 61.25º degrees, saturation: 0.2, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A0A171 is Cyan = 0.01, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 161 | 113 | - |
| CMYK | 0.01 | 0 | 0.30 | 0.37 |
| HSL | 61.25º | 0.2% | 0.54% | - |
| HSV(B) | 61.25º | 0.3% | 0.63% | - |
| XYZ | 30.22 | 34.16 | 20.62 | - |
| YUV | 155.23 | 104.17 | 131.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 161 | 113 | 0.01 | 0 | 0.30 | 0.37 | 61.25 | 0.2 | 0.54 |
| Hex | A0 | A1 | 71 | 1 | 0 | 1E | 25 | 3D | 14 | 36 |
| Octal | 240 | 241 | 161 | 1 | 0 | 36 | 45 | 75 | 24 | 66 |
| Binary | 10100000 | 10100001 | 1110001 | 1 | 0 | 11110 | 100101 | 111101 | 10100 | 110110 |
Color Harmonies of #A0A171
Complementary color
Monochromatic Colors of #A0A171
Black with #A0A171
Text Example
Text Example
White with #A0A171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0A171; }
p { color: rgb(160,161,113); }
H1.HeaderClassName
{
color: #A0A171;
}
.AnyTagClassName
{
color: #A0A171;
}
</style>
background-color css
<style>
a { background-color: #A0A171; }
a { background-color: rgb(160,161,113); }
div.DivClassName
{
background-color: #A0A171;
}
.BgClassName
{
background-color: #A0A171;
}
</style>
border-color css
<style>
span { border-color: #A0A171; }
span { border-color: rgb(160,161,113); }
td.TdClassName
{
border-color: #A0A171;
}
.TagClassName
{
border-color: #A0A171;
}
</style>