Shades of Malachite Green #A0A270
Tints of Malachite Green #A0A270
RGB
CMYK
RGB Variations
Color information
#A0A270 (or 0xA0A270) is known color: Malachite Green. HEX triplet: A0, A2 and 70. RGB value is (160,162,112). Sum of RGB (Red+Green+Blue) = 160+162+112=434 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.87% from 434); Green value is 162 (63.67% from 255 or 37.33% from 434); Blue value is 112 (44.14% from 255 or 25.81% from 434); Max value from RGB is 162 - color contains mainly: green. Hex color #A0A270 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0A270 is #5F5D8F. Grayscale: #9B9B9B. Windows color (decimal): -6249872 or 7381664. OLE color: 7381664.
HSL color Cylindrical-coordinate representation of color #A0A270: hue angle of 62.4º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A0A270 is Cyan = 0.01, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 160 | 162 | 112 | - |
| CMYK | 0.01 | 0 | 0.31 | 0.36 |
| HSL | 62.4º | 0.21% | 0.54% | - |
| HSV(B) | 62.4º | 0.31% | 0.64% | - |
| XYZ | 30.34 | 34.48 | 20.39 | - |
| YUV | 155.7 | 103.34 | 131.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 162 | 112 | 0.01 | 0 | 0.31 | 0.36 | 62.4 | 0.21 | 0.54 |
| Hex | A0 | A2 | 70 | 1 | 0 | 1F | 24 | 3E | 15 | 36 |
| Octal | 240 | 242 | 160 | 1 | 0 | 37 | 44 | 76 | 25 | 66 |
| Binary | 10100000 | 10100010 | 1110000 | 1 | 0 | 11111 | 100100 | 111110 | 10101 | 110110 |
Color Harmonies of #A0A270
Complementary color
Monochromatic Colors of #A0A270
Black with #A0A270
Text Example
Text Example
White with #A0A270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0A270; }
p { color: rgb(160,162,112); }
H1.HeaderClassName
{
color: #A0A270;
}
.AnyTagClassName
{
color: #A0A270;
}
</style>
background-color css
<style>
a { background-color: #A0A270; }
a { background-color: rgb(160,162,112); }
div.DivClassName
{
background-color: #A0A270;
}
.BgClassName
{
background-color: #A0A270;
}
</style>
border-color css
<style>
span { border-color: #A0A270; }
span { border-color: rgb(160,162,112); }
td.TdClassName
{
border-color: #A0A270;
}
.TagClassName
{
border-color: #A0A270;
}
</style>