Shades of Olivine #A2C96A
Tints of Olivine #A2C96A
RGB
CMYK
RGB Variations
Color information
#A2C96A (or 0xA2C96A) is known color: Olivine. HEX triplet: A2, C9 and 6A. RGB value is (162,201,106). Sum of RGB (Red+Green+Blue) = 162+201+106=469 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.54% from 469); Green value is 201 (78.91% from 255 or 42.86% from 469); Blue value is 106 (41.80% from 255 or 22.60% from 469); Max value from RGB is 201 - color contains mainly: green. Hex color #A2C96A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C96A is #5D3695. Grayscale: #B2B2B2. Windows color (decimal): -6108822 or 6998434. OLE color: 6998434.
HSL color Cylindrical-coordinate representation of color #A2C96A: hue angle of 84.63º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A2C96A is Cyan = 0.19, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 162 | 201 | 106 | - |
| CMYK | 0.19 | 0 | 0.47 | 0.21 |
| HSL | 84.63º | 0.47% | 0.6% | - |
| HSV(B) | 84.63º | 0.47% | 0.79% | - |
| XYZ | 38.39 | 50.5 | 21.36 | - |
| YUV | 178.51 | 87.08 | 116.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 201 | 106 | 0.19 | 0 | 0.47 | 0.21 | 84.63 | 0.47 | 0.6 |
| Hex | A2 | C9 | 6A | 13 | 0 | 2F | 15 | 55 | 2F | 3C |
| Octal | 242 | 311 | 152 | 23 | 0 | 57 | 25 | 125 | 57 | 74 |
| Binary | 10100010 | 11001001 | 1101010 | 10011 | 0 | 101111 | 10101 | 1010101 | 101111 | 111100 |
Color Harmonies of #A2C96A
Complementary color
Monochromatic Colors of #A2C96A
Black with #A2C96A
Text Example
Text Example
White with #A2C96A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C96A; }
p { color: rgb(162,201,106); }
H1.HeaderClassName
{
color: #A2C96A;
}
.AnyTagClassName
{
color: #A2C96A;
}
</style>
background-color css
<style>
a { background-color: #A2C96A; }
a { background-color: rgb(162,201,106); }
div.DivClassName
{
background-color: #A2C96A;
}
.BgClassName
{
background-color: #A2C96A;
}
</style>
border-color css
<style>
span { border-color: #A2C96A; }
span { border-color: rgb(162,201,106); }
td.TdClassName
{
border-color: #A2C96A;
}
.TagClassName
{
border-color: #A2C96A;
}
</style>