Shades of Malachite Green #A09C60
Tints of Malachite Green #A09C60
RGB
CMYK
RGB Variations
Color information
#A09C60 (or 0xA09C60) is known color: Malachite Green. HEX triplet: A0, 9C and 60. RGB value is (160,156,96). Sum of RGB (Red+Green+Blue) = 160+156+96=412 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.83% from 412); Green value is 156 (61.33% from 255 or 37.86% from 412); Blue value is 96 (37.89% from 255 or 23.30% from 412); Max value from RGB is 160 - color contains mainly: red. Hex color #A09C60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09C60 is #5F639F. Grayscale: #969696. Windows color (decimal): -6251424 or 6331552. OLE color: 6331552.
HSL color Cylindrical-coordinate representation of color #A09C60: hue angle of 56.25º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A09C60 is Cyan = 0, Magento = 0.02, Yellow = 0.4 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 156 | 96 | - |
| CMYK | 0 | 0.02 | 0.4 | 0.37 |
| HSL | 56.25º | 0.25% | 0.5% | - |
| HSV(B) | 56.25º | 0.4% | 0.63% | - |
| XYZ | 28.5 | 32.1 | 15.76 | - |
| YUV | 150.36 | 97.33 | 134.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 156 | 96 | 0 | 0.02 | 0.4 | 0.37 | 56.25 | 0.25 | 0.5 |
| Hex | A0 | 9C | 60 | 0 | 2 | 28 | 25 | 38 | 19 | 32 |
| Octal | 240 | 234 | 140 | 0 | 2 | 50 | 45 | 70 | 31 | 62 |
| Binary | 10100000 | 10011100 | 1100000 | 0 | 10 | 101000 | 100101 | 111000 | 11001 | 110010 |
Color Harmonies of #A09C60
Complementary color
Monochromatic Colors of #A09C60
Black with #A09C60
Text Example
Text Example
White with #A09C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09C60; }
p { color: rgb(160,156,96); }
H1.HeaderClassName
{
color: #A09C60;
}
.AnyTagClassName
{
color: #A09C60;
}
</style>
background-color css
<style>
a { background-color: #A09C60; }
a { background-color: rgb(160,156,96); }
div.DivClassName
{
background-color: #A09C60;
}
.BgClassName
{
background-color: #A09C60;
}
</style>
border-color css
<style>
span { border-color: #A09C60; }
span { border-color: rgb(160,156,96); }
td.TdClassName
{
border-color: #A09C60;
}
.TagClassName
{
border-color: #A09C60;
}
</style>