Shades of Malachite Green #A0A16C
Tints of Malachite Green #A0A16C
RGB
CMYK
RGB Variations
Color information
#A0A16C (or 0xA0A16C) is known color: Malachite Green. HEX triplet: A0, A1 and 6C. RGB value is (160,161,108). Sum of RGB (Red+Green+Blue) = 160+161+108=429 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.30% from 429); Green value is 161 (63.28% from 255 or 37.53% from 429); Blue value is 108 (42.58% from 255 or 25.17% from 429); Max value from RGB is 161 - color contains mainly: green. Hex color #A0A16C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0A16C is #5F5E93. Grayscale: #9A9A9A. Windows color (decimal): -6250132 or 7119264. OLE color: 7119264.
HSL color Cylindrical-coordinate representation of color #A0A16C: hue angle of 61.13º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A0A16C is Cyan = 0.01, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 161 | 108 | - |
| CMYK | 0.01 | 0 | 0.33 | 0.37 |
| HSL | 61.13º | 0.22% | 0.53% | - |
| HSV(B) | 61.13º | 0.33% | 0.63% | - |
| XYZ | 29.95 | 34.05 | 19.18 | - |
| YUV | 154.66 | 101.67 | 131.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 161 | 108 | 0.01 | 0 | 0.33 | 0.37 | 61.13 | 0.22 | 0.53 |
| Hex | A0 | A1 | 6C | 1 | 0 | 21 | 25 | 3D | 16 | 35 |
| Octal | 240 | 241 | 154 | 1 | 0 | 41 | 45 | 75 | 26 | 65 |
| Binary | 10100000 | 10100001 | 1101100 | 1 | 0 | 100001 | 100101 | 111101 | 10110 | 110101 |
Color Harmonies of #A0A16C
Complementary color
Monochromatic Colors of #A0A16C
Black with #A0A16C
Text Example
Text Example
White with #A0A16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0A16C; }
p { color: rgb(160,161,108); }
H1.HeaderClassName
{
color: #A0A16C;
}
.AnyTagClassName
{
color: #A0A16C;
}
</style>
background-color css
<style>
a { background-color: #A0A16C; }
a { background-color: rgb(160,161,108); }
div.DivClassName
{
background-color: #A0A16C;
}
.BgClassName
{
background-color: #A0A16C;
}
</style>
border-color css
<style>
span { border-color: #A0A16C; }
span { border-color: rgb(160,161,108); }
td.TdClassName
{
border-color: #A0A16C;
}
.TagClassName
{
border-color: #A0A16C;
}
</style>