Shades of Olivine #A2C16A
Tints of Olivine #A2C16A
RGB
CMYK
RGB Variations
Color information
#A2C16A (or 0xA2C16A) is known color: Olivine. HEX triplet: A2, C1 and 6A. RGB value is (162,193,106). Sum of RGB (Red+Green+Blue) = 162+193+106=461 (61% of max value = 765). Red value is 162 (63.67% from 255 or 35.14% from 461); Green value is 193 (75.78% from 255 or 41.87% from 461); Blue value is 106 (41.80% from 255 or 22.99% from 461); Max value from RGB is 193 - color contains mainly: green. Hex color #A2C16A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C16A is #5D3E95. Grayscale: #AEAEAE. Windows color (decimal): -6110870 or 6996386. OLE color: 6996386.
HSL color Cylindrical-coordinate representation of color #A2C16A: hue angle of 81.38º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A2C16A is Cyan = 0.16, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 162 | 193 | 106 | - |
| CMYK | 0.16 | 0 | 0.45 | 0.24 |
| HSL | 81.38º | 0.41% | 0.59% | - |
| HSV(B) | 81.38º | 0.45% | 0.76% | - |
| XYZ | 36.57 | 46.86 | 20.75 | - |
| YUV | 173.81 | 89.73 | 119.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 193 | 106 | 0.16 | 0 | 0.45 | 0.24 | 81.38 | 0.41 | 0.59 |
| Hex | A2 | C1 | 6A | 10 | 0 | 2D | 18 | 51 | 29 | 3B |
| Octal | 242 | 301 | 152 | 20 | 0 | 55 | 30 | 121 | 51 | 73 |
| Binary | 10100010 | 11000001 | 1101010 | 10000 | 0 | 101101 | 11000 | 1010001 | 101001 | 111011 |
Color Harmonies of #A2C16A
Complementary color
Monochromatic Colors of #A2C16A
Black with #A2C16A
Text Example
Text Example
White with #A2C16A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C16A; }
p { color: rgb(162,193,106); }
H1.HeaderClassName
{
color: #A2C16A;
}
.AnyTagClassName
{
color: #A2C16A;
}
</style>
background-color css
<style>
a { background-color: #A2C16A; }
a { background-color: rgb(162,193,106); }
div.DivClassName
{
background-color: #A2C16A;
}
.BgClassName
{
background-color: #A2C16A;
}
</style>
border-color css
<style>
span { border-color: #A2C16A; }
span { border-color: rgb(162,193,106); }
td.TdClassName
{
border-color: #A2C16A;
}
.TagClassName
{
border-color: #A2C16A;
}
</style>