Shades of Olivine #A2CA62
Tints of Olivine #A2CA62
RGB
CMYK
RGB Variations
Color information
#A2CA62 (or 0xA2CA62) is known color: Olivine. HEX triplet: A2, CA and 62. RGB value is (162,202,98). Sum of RGB (Red+Green+Blue) = 162+202+98=462 (61% of max value = 765). Red value is 162 (63.67% from 255 or 35.06% from 462); Green value is 202 (79.30% from 255 or 43.72% from 462); Blue value is 98 (38.67% from 255 or 21.21% from 462); Max value from RGB is 202 - color contains mainly: green. Hex color #A2CA62 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2CA62 is #5D359D. Grayscale: #B2B2B2. Windows color (decimal): -6108574 or 6474402. OLE color: 6474402.
HSL color Cylindrical-coordinate representation of color #A2CA62: hue angle of 83.08º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A2CA62 is Cyan = 0.20, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 162 | 202 | 98 | - |
| CMYK | 0.20 | 0 | 0.51 | 0.21 |
| HSL | 83.08º | 0.5% | 0.59% | - |
| HSV(B) | 83.08º | 0.51% | 0.79% | - |
| XYZ | 38.23 | 50.8 | 19.35 | - |
| YUV | 178.18 | 82.75 | 116.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 202 | 98 | 0.20 | 0 | 0.51 | 0.21 | 83.08 | 0.5 | 0.59 |
| Hex | A2 | CA | 62 | 14 | 0 | 33 | 15 | 53 | 32 | 3B |
| Octal | 242 | 312 | 142 | 24 | 0 | 63 | 25 | 123 | 62 | 73 |
| Binary | 10100010 | 11001010 | 1100010 | 10100 | 0 | 110011 | 10101 | 1010011 | 110010 | 111011 |
Color Harmonies of #A2CA62
Complementary color
Monochromatic Colors of #A2CA62
Black with #A2CA62
Text Example
Text Example
White with #A2CA62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CA62; }
p { color: rgb(162,202,98); }
H1.HeaderClassName
{
color: #A2CA62;
}
.AnyTagClassName
{
color: #A2CA62;
}
</style>
background-color css
<style>
a { background-color: #A2CA62; }
a { background-color: rgb(162,202,98); }
div.DivClassName
{
background-color: #A2CA62;
}
.BgClassName
{
background-color: #A2CA62;
}
</style>
border-color css
<style>
span { border-color: #A2CA62; }
span { border-color: rgb(162,202,98); }
td.TdClassName
{
border-color: #A2CA62;
}
.TagClassName
{
border-color: #A2CA62;
}
</style>