Shades of Olivine #A2CA70
Tints of Olivine #A2CA70
RGB
CMYK
RGB Variations
Color information
#A2CA70 (or 0xA2CA70) is known color: Olivine. HEX triplet: A2, CA and 70. RGB value is (162,202,112). Sum of RGB (Red+Green+Blue) = 162+202+112=476 (63% of max value = 765). Red value is 162 (63.67% from 255 or 34.03% from 476); Green value is 202 (79.30% from 255 or 42.44% from 476); Blue value is 112 (44.14% from 255 or 23.53% from 476); Max value from RGB is 202 - color contains mainly: green. Hex color #A2CA70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2CA70 is #5D358F. Grayscale: #B4B4B4. Windows color (decimal): -6108560 or 7391906. OLE color: 7391906.
HSL color Cylindrical-coordinate representation of color #A2CA70: hue angle of 86.67º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A2CA70 is Cyan = 0.20, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 162 | 202 | 112 | - |
| CMYK | 0.20 | 0 | 0.45 | 0.21 |
| HSL | 86.67º | 0.46% | 0.62% | - |
| HSV(B) | 86.67º | 0.45% | 0.79% | - |
| XYZ | 38.95 | 51.09 | 23.14 | - |
| YUV | 179.78 | 89.75 | 115.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 202 | 112 | 0.20 | 0 | 0.45 | 0.21 | 86.67 | 0.46 | 0.62 |
| Hex | A2 | CA | 70 | 14 | 0 | 2D | 15 | 57 | 2E | 3E |
| Octal | 242 | 312 | 160 | 24 | 0 | 55 | 25 | 127 | 56 | 76 |
| Binary | 10100010 | 11001010 | 1110000 | 10100 | 0 | 101101 | 10101 | 1010111 | 101110 | 111110 |
Color Harmonies of #A2CA70
Complementary color
Monochromatic Colors of #A2CA70
Black with #A2CA70
Text Example
Text Example
White with #A2CA70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CA70; }
p { color: rgb(162,202,112); }
H1.HeaderClassName
{
color: #A2CA70;
}
.AnyTagClassName
{
color: #A2CA70;
}
</style>
background-color css
<style>
a { background-color: #A2CA70; }
a { background-color: rgb(162,202,112); }
div.DivClassName
{
background-color: #A2CA70;
}
.BgClassName
{
background-color: #A2CA70;
}
</style>
border-color css
<style>
span { border-color: #A2CA70; }
span { border-color: rgb(162,202,112); }
td.TdClassName
{
border-color: #A2CA70;
}
.TagClassName
{
border-color: #A2CA70;
}
</style>