Shades of Malachite Green #A1A270
Tints of Malachite Green #A1A270
RGB
CMYK
RGB Variations
Color information
#A1A270 (or 0xA1A270) is known color: Malachite Green. HEX triplet: A1, A2 and 70. RGB value is (161,162,112). Sum of RGB (Red+Green+Blue) = 161+162+112=435 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.01% from 435); Green value is 162 (63.67% from 255 or 37.24% from 435); Blue value is 112 (44.14% from 255 or 25.75% from 435); Max value from RGB is 162 - color contains mainly: green. Hex color #A1A270 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1A270 is #5E5D8F. Grayscale: #9C9C9C. Windows color (decimal): -6184336 or 7381665. OLE color: 7381665.
HSL color Cylindrical-coordinate representation of color #A1A270: hue angle of 61.2º 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 #A1A270 is Cyan = 0.01, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 161 | 162 | 112 | - |
| CMYK | 0.01 | 0 | 0.31 | 0.36 |
| HSL | 61.2º | 0.21% | 0.54% | - |
| HSV(B) | 61.2º | 0.31% | 0.64% | - |
| XYZ | 30.54 | 34.59 | 20.4 | - |
| YUV | 156 | 103.17 | 131.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 162 | 112 | 0.01 | 0 | 0.31 | 0.36 | 61.2 | 0.21 | 0.54 |
| Hex | A1 | A2 | 70 | 1 | 0 | 1F | 24 | 3D | 15 | 36 |
| Octal | 241 | 242 | 160 | 1 | 0 | 37 | 44 | 75 | 25 | 66 |
| Binary | 10100001 | 10100010 | 1110000 | 1 | 0 | 11111 | 100100 | 111101 | 10101 | 110110 |
Color Harmonies of #A1A270
Complementary color
Monochromatic Colors of #A1A270
Black with #A1A270
Text Example
Text Example
White with #A1A270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A270; }
p { color: rgb(161,162,112); }
H1.HeaderClassName
{
color: #A1A270;
}
.AnyTagClassName
{
color: #A1A270;
}
</style>
background-color css
<style>
a { background-color: #A1A270; }
a { background-color: rgb(161,162,112); }
div.DivClassName
{
background-color: #A1A270;
}
.BgClassName
{
background-color: #A1A270;
}
</style>
border-color css
<style>
span { border-color: #A1A270; }
span { border-color: rgb(161,162,112); }
td.TdClassName
{
border-color: #A1A270;
}
.TagClassName
{
border-color: #A1A270;
}
</style>