Shades of Malachite Green #A4A370
Tints of Malachite Green #A4A370
RGB
CMYK
RGB Variations
Color information
#A4A370 (or 0xA4A370) is known color: Malachite Green. HEX triplet: A4, A3 and 70. RGB value is (164,163,112). Sum of RGB (Red+Green+Blue) = 164+163+112=439 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.36% from 439); Green value is 163 (64.06% from 255 or 37.13% from 439); Blue value is 112 (44.14% from 255 or 25.51% from 439); Max value from RGB is 164 - color contains mainly: red. Hex color #A4A370 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4A370 is #5B5C8F. Grayscale: #9D9D9D. Windows color (decimal): -5987472 or 7381924. OLE color: 7381924.
HSL color Cylindrical-coordinate representation of color #A4A370: hue angle of 58.85º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A4A370 is Cyan = 0, Magento = 0.01, Yellow = 0.32 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 163 | 112 | - |
| CMYK | 0 | 0.01 | 0.32 | 0.36 |
| HSL | 58.85º | 0.22% | 0.54% | - |
| HSV(B) | 58.85º | 0.32% | 0.64% | - |
| XYZ | 31.33 | 35.26 | 20.48 | - |
| YUV | 157.49 | 102.33 | 132.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 163 | 112 | 0 | 0.01 | 0.32 | 0.36 | 58.85 | 0.22 | 0.54 |
| Hex | A4 | A3 | 70 | 0 | 1 | 20 | 24 | 3B | 16 | 36 |
| Octal | 244 | 243 | 160 | 0 | 1 | 40 | 44 | 73 | 26 | 66 |
| Binary | 10100100 | 10100011 | 1110000 | 0 | 1 | 100000 | 100100 | 111011 | 10110 | 110110 |
Color Harmonies of #A4A370
Complementary color
Monochromatic Colors of #A4A370
Black with #A4A370
Text Example
Text Example
White with #A4A370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4A370; }
p { color: rgb(164,163,112); }
H1.HeaderClassName
{
color: #A4A370;
}
.AnyTagClassName
{
color: #A4A370;
}
</style>
background-color css
<style>
a { background-color: #A4A370; }
a { background-color: rgb(164,163,112); }
div.DivClassName
{
background-color: #A4A370;
}
.BgClassName
{
background-color: #A4A370;
}
</style>
border-color css
<style>
span { border-color: #A4A370; }
span { border-color: rgb(164,163,112); }
td.TdClassName
{
border-color: #A4A370;
}
.TagClassName
{
border-color: #A4A370;
}
</style>