Shades of Olivine #A2CB60
Tints of Olivine #A2CB60
RGB
CMYK
RGB Variations
Color information
#A2CB60 (or 0xA2CB60) is known color: Olivine. HEX triplet: A2, CB and 60. RGB value is (162,203,96). Sum of RGB (Red+Green+Blue) = 162+203+96=461 (61% of max value = 765). Red value is 162 (63.67% from 255 or 35.14% from 461); Green value is 203 (79.69% from 255 or 44.03% from 461); Blue value is 96 (37.89% from 255 or 20.82% from 461); Max value from RGB is 203 - color contains mainly: green. Hex color #A2CB60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2CB60 is #5D349F. Grayscale: #B2B2B2. Windows color (decimal): -6108320 or 6343586. OLE color: 6343586.
HSL color Cylindrical-coordinate representation of color #A2CB60: hue angle of 82.99º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A2CB60 is Cyan = 0.20, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 162 | 203 | 96 | - |
| CMYK | 0.20 | 0 | 0.53 | 0.20 |
| HSL | 82.99º | 0.51% | 0.59% | - |
| HSV(B) | 82.99º | 0.53% | 0.8% | - |
| XYZ | 38.37 | 51.24 | 18.93 | - |
| YUV | 178.54 | 81.42 | 116.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 203 | 96 | 0.20 | 0 | 0.53 | 0.20 | 82.99 | 0.51 | 0.59 |
| Hex | A2 | CB | 60 | 14 | 0 | 35 | 14 | 53 | 33 | 3B |
| Octal | 242 | 313 | 140 | 24 | 0 | 65 | 24 | 123 | 63 | 73 |
| Binary | 10100010 | 11001011 | 1100000 | 10100 | 0 | 110101 | 10100 | 1010011 | 110011 | 111011 |
Color Harmonies of #A2CB60
Complementary color
Monochromatic Colors of #A2CB60
Black with #A2CB60
Text Example
Text Example
White with #A2CB60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CB60; }
p { color: rgb(162,203,96); }
H1.HeaderClassName
{
color: #A2CB60;
}
.AnyTagClassName
{
color: #A2CB60;
}
</style>
background-color css
<style>
a { background-color: #A2CB60; }
a { background-color: rgb(162,203,96); }
div.DivClassName
{
background-color: #A2CB60;
}
.BgClassName
{
background-color: #A2CB60;
}
</style>
border-color css
<style>
span { border-color: #A2CB60; }
span { border-color: rgb(162,203,96); }
td.TdClassName
{
border-color: #A2CB60;
}
.TagClassName
{
border-color: #A2CB60;
}
</style>