Shades of Olivine #A2C36A
Tints of Olivine #A2C36A
RGB
CMYK
RGB Variations
Color information
#A2C36A (or 0xA2C36A) is known color: Olivine. HEX triplet: A2, C3 and 6A. RGB value is (162,195,106). Sum of RGB (Red+Green+Blue) = 162+195+106=463 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.99% from 463); Green value is 195 (76.56% from 255 or 42.12% from 463); Blue value is 106 (41.80% from 255 or 22.89% from 463); Max value from RGB is 195 - color contains mainly: green. Hex color #A2C36A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C36A is #5D3C95. Grayscale: #AFAFAF. Windows color (decimal): -6110358 or 6996898. OLE color: 6996898.
HSL color Cylindrical-coordinate representation of color #A2C36A: hue angle of 82.25º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A2C36A is Cyan = 0.17, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 162 | 195 | 106 | - |
| CMYK | 0.17 | 0 | 0.46 | 0.24 |
| HSL | 82.25º | 0.43% | 0.59% | - |
| HSV(B) | 82.25º | 0.46% | 0.76% | - |
| XYZ | 37.02 | 47.75 | 20.9 | - |
| YUV | 174.99 | 89.07 | 118.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 195 | 106 | 0.17 | 0 | 0.46 | 0.24 | 82.25 | 0.43 | 0.59 |
| Hex | A2 | C3 | 6A | 11 | 0 | 2E | 18 | 52 | 2B | 3B |
| Octal | 242 | 303 | 152 | 21 | 0 | 56 | 30 | 122 | 53 | 73 |
| Binary | 10100010 | 11000011 | 1101010 | 10001 | 0 | 101110 | 11000 | 1010010 | 101011 | 111011 |
Color Harmonies of #A2C36A
Complementary color
Monochromatic Colors of #A2C36A
Black with #A2C36A
Text Example
Text Example
White with #A2C36A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C36A; }
p { color: rgb(162,195,106); }
H1.HeaderClassName
{
color: #A2C36A;
}
.AnyTagClassName
{
color: #A2C36A;
}
</style>
background-color css
<style>
a { background-color: #A2C36A; }
a { background-color: rgb(162,195,106); }
div.DivClassName
{
background-color: #A2C36A;
}
.BgClassName
{
background-color: #A2C36A;
}
</style>
border-color css
<style>
span { border-color: #A2C36A; }
span { border-color: rgb(162,195,106); }
td.TdClassName
{
border-color: #A2C36A;
}
.TagClassName
{
border-color: #A2C36A;
}
</style>