Shades of Olivine #A2C064
Tints of Olivine #A2C064
RGB
CMYK
RGB Variations
Color information
#A2C064 (or 0xA2C064) is known color: Olivine. HEX triplet: A2, C0 and 64. RGB value is (162,192,100). Sum of RGB (Red+Green+Blue) = 162+192+100=454 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.68% from 454); Green value is 192 (75.39% from 255 or 42.29% from 454); Blue value is 100 (39.45% from 255 or 22.03% from 454); Max value from RGB is 192 - color contains mainly: green. Hex color #A2C064 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C064 is #5D3F9B. Grayscale: #ACACAC. Windows color (decimal): -6111132 or 6602914. OLE color: 6602914.
HSL color Cylindrical-coordinate representation of color #A2C064: hue angle of 79.57º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A2C064 is Cyan = 0.16, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 162 | 192 | 100 | - |
| CMYK | 0.16 | 0 | 0.48 | 0.25 |
| HSL | 79.57º | 0.42% | 0.57% | - |
| HSV(B) | 79.57º | 0.48% | 0.75% | - |
| XYZ | 36.05 | 46.3 | 19.09 | - |
| YUV | 172.54 | 87.06 | 120.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 192 | 100 | 0.16 | 0 | 0.48 | 0.25 | 79.57 | 0.42 | 0.57 |
| Hex | A2 | C0 | 64 | 10 | 0 | 30 | 19 | 50 | 2A | 39 |
| Octal | 242 | 300 | 144 | 20 | 0 | 60 | 31 | 120 | 52 | 71 |
| Binary | 10100010 | 11000000 | 1100100 | 10000 | 0 | 110000 | 11001 | 1010000 | 101010 | 111001 |
Color Harmonies of #A2C064
Complementary color
Monochromatic Colors of #A2C064
Black with #A2C064
Text Example
Text Example
White with #A2C064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C064; }
p { color: rgb(162,192,100); }
H1.HeaderClassName
{
color: #A2C064;
}
.AnyTagClassName
{
color: #A2C064;
}
</style>
background-color css
<style>
a { background-color: #A2C064; }
a { background-color: rgb(162,192,100); }
div.DivClassName
{
background-color: #A2C064;
}
.BgClassName
{
background-color: #A2C064;
}
</style>
border-color css
<style>
span { border-color: #A2C064; }
span { border-color: rgb(162,192,100); }
td.TdClassName
{
border-color: #A2C064;
}
.TagClassName
{
border-color: #A2C064;
}
</style>