Shades of Olivine #A0CA62
Tints of Olivine #A0CA62
RGB
CMYK
RGB Variations
Color information
#A0CA62 (or 0xA0CA62) is known color: Olivine. HEX triplet: A0, CA and 62. RGB value is (160,202,98). Sum of RGB (Red+Green+Blue) = 160+202+98=460 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.78% from 460); Green value is 202 (79.30% from 255 or 43.91% from 460); Blue value is 98 (38.67% from 255 or 21.30% from 460); Max value from RGB is 202 - color contains mainly: green. Hex color #A0CA62 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0CA62 is #5F359D. Grayscale: #B1B1B1. Windows color (decimal): -6239646 or 6474400. OLE color: 6474400.
HSL color Cylindrical-coordinate representation of color #A0CA62: hue angle of 84.23º 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 #A0CA62 is Cyan = 0.21, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 160 | 202 | 98 | - |
| CMYK | 0.21 | 0 | 0.51 | 0.21 |
| HSL | 84.23º | 0.5% | 0.59% | - |
| HSV(B) | 84.23º | 0.51% | 0.79% | - |
| XYZ | 37.82 | 50.6 | 19.33 | - |
| YUV | 177.59 | 83.09 | 115.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 202 | 98 | 0.21 | 0 | 0.51 | 0.21 | 84.23 | 0.5 | 0.59 |
| Hex | A0 | CA | 62 | 15 | 0 | 33 | 15 | 54 | 32 | 3B |
| Octal | 240 | 312 | 142 | 25 | 0 | 63 | 25 | 124 | 62 | 73 |
| Binary | 10100000 | 11001010 | 1100010 | 10101 | 0 | 110011 | 10101 | 1010100 | 110010 | 111011 |
Color Harmonies of #A0CA62
Complementary color
Monochromatic Colors of #A0CA62
Black with #A0CA62
Text Example
Text Example
White with #A0CA62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CA62; }
p { color: rgb(160,202,98); }
H1.HeaderClassName
{
color: #A0CA62;
}
.AnyTagClassName
{
color: #A0CA62;
}
</style>
background-color css
<style>
a { background-color: #A0CA62; }
a { background-color: rgb(160,202,98); }
div.DivClassName
{
background-color: #A0CA62;
}
.BgClassName
{
background-color: #A0CA62;
}
</style>
border-color css
<style>
span { border-color: #A0CA62; }
span { border-color: rgb(160,202,98); }
td.TdClassName
{
border-color: #A0CA62;
}
.TagClassName
{
border-color: #A0CA62;
}
</style>