Shades of Olivine #A2C070
Tints of Olivine #A2C070
RGB
CMYK
RGB Variations
Color information
#A2C070 (or 0xA2C070) is known color: Olivine. HEX triplet: A2, C0 and 70. RGB value is (162,192,112). Sum of RGB (Red+Green+Blue) = 162+192+112=466 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.76% from 466); Green value is 192 (75.39% from 255 or 41.20% from 466); Blue value is 112 (44.14% from 255 or 24.03% from 466); Max value from RGB is 192 - color contains mainly: green. Hex color #A2C070 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C070 is #5D3F8F. Grayscale: #AEAEAE. Windows color (decimal): -6111120 or 7389346. OLE color: 7389346.
HSL color Cylindrical-coordinate representation of color #A2C070: hue angle of 82.5º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A2C070 is Cyan = 0.16, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 162 | 192 | 112 | - |
| CMYK | 0.16 | 0 | 0.42 | 0.25 |
| HSL | 82.5º | 0.39% | 0.6% | - |
| HSV(B) | 82.5º | 0.42% | 0.75% | - |
| XYZ | 36.67 | 46.55 | 22.38 | - |
| YUV | 173.91 | 93.06 | 119.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 192 | 112 | 0.16 | 0 | 0.42 | 0.25 | 82.5 | 0.39 | 0.6 |
| Hex | A2 | C0 | 70 | 10 | 0 | 2A | 19 | 52 | 27 | 3C |
| Octal | 242 | 300 | 160 | 20 | 0 | 52 | 31 | 122 | 47 | 74 |
| Binary | 10100010 | 11000000 | 1110000 | 10000 | 0 | 101010 | 11001 | 1010010 | 100111 | 111100 |
Color Harmonies of #A2C070
Complementary color
Monochromatic Colors of #A2C070
Black with #A2C070
Text Example
Text Example
White with #A2C070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C070; }
p { color: rgb(162,192,112); }
H1.HeaderClassName
{
color: #A2C070;
}
.AnyTagClassName
{
color: #A2C070;
}
</style>
background-color css
<style>
a { background-color: #A2C070; }
a { background-color: rgb(162,192,112); }
div.DivClassName
{
background-color: #A2C070;
}
.BgClassName
{
background-color: #A2C070;
}
</style>
border-color css
<style>
span { border-color: #A2C070; }
span { border-color: rgb(162,192,112); }
td.TdClassName
{
border-color: #A2C070;
}
.TagClassName
{
border-color: #A2C070;
}
</style>