Shades of Olivine #A0CA5E
Tints of Olivine #A0CA5E
RGB
CMYK
RGB Variations
Color information
#A0CA5E (or 0xA0CA5E) is known color: Olivine. HEX triplet: A0, CA and 5E. RGB value is (160,202,94). Sum of RGB (Red+Green+Blue) = 160+202+94=456 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.09% from 456); Green value is 202 (79.30% from 255 or 44.30% from 456); Blue value is 94 (37.11% from 255 or 20.61% from 456); Max value from RGB is 202 - color contains mainly: green. Hex color #A0CA5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0CA5E is #5F35A1. Grayscale: #B1B1B1. Windows color (decimal): -6239650 or 6212256. OLE color: 6212256.
HSL color Cylindrical-coordinate representation of color #A0CA5E: hue angle of 83.33º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A0CA5E is Cyan = 0.21, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 160 | 202 | 94 | - |
| CMYK | 0.21 | 0 | 0.53 | 0.21 |
| HSL | 83.33º | 0.5% | 0.58% | - |
| HSV(B) | 83.33º | 0.53% | 0.79% | - |
| XYZ | 37.64 | 50.52 | 18.36 | - |
| YUV | 177.13 | 81.09 | 115.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 202 | 94 | 0.21 | 0 | 0.53 | 0.21 | 83.33 | 0.5 | 0.58 |
| Hex | A0 | CA | 5E | 15 | 0 | 35 | 15 | 53 | 32 | 3A |
| Octal | 240 | 312 | 136 | 25 | 0 | 65 | 25 | 123 | 62 | 72 |
| Binary | 10100000 | 11001010 | 1011110 | 10101 | 0 | 110101 | 10101 | 1010011 | 110010 | 111010 |
Color Harmonies of #A0CA5E
Complementary color
Monochromatic Colors of #A0CA5E
Black with #A0CA5E
Text Example
Text Example
White with #A0CA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CA5E; }
p { color: rgb(160,202,94); }
H1.HeaderClassName
{
color: #A0CA5E;
}
.AnyTagClassName
{
color: #A0CA5E;
}
</style>
background-color css
<style>
a { background-color: #A0CA5E; }
a { background-color: rgb(160,202,94); }
div.DivClassName
{
background-color: #A0CA5E;
}
.BgClassName
{
background-color: #A0CA5E;
}
</style>
border-color css
<style>
span { border-color: #A0CA5E; }
span { border-color: rgb(160,202,94); }
td.TdClassName
{
border-color: #A0CA5E;
}
.TagClassName
{
border-color: #A0CA5E;
}
</style>