Shades of Olivine #A0C965
Tints of Olivine #A0C965
RGB
CMYK
RGB Variations
Color information
#A0C965 (or 0xA0C965) is known color: Olivine. HEX triplet: A0, C9 and 65. RGB value is (160,201,101). Sum of RGB (Red+Green+Blue) = 160+201+101=462 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.63% from 462); Green value is 201 (78.91% from 255 or 43.51% from 462); Blue value is 101 (39.84% from 255 or 21.86% from 462); Max value from RGB is 201 - color contains mainly: green. Hex color #A0C965 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0C965 is #5F369A. Grayscale: #B1B1B1. Windows color (decimal): -6239899 or 6670752. OLE color: 6670752.
HSL color Cylindrical-coordinate representation of color #A0C965: hue angle of 84.6º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A0C965 is Cyan = 0.20, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 160 | 201 | 101 | - |
| CMYK | 0.20 | 0 | 0.50 | 0.21 |
| HSL | 84.6º | 0.48% | 0.59% | - |
| HSV(B) | 84.6º | 0.5% | 0.79% | - |
| XYZ | 37.73 | 50.19 | 20.01 | - |
| YUV | 177.34 | 84.92 | 115.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 201 | 101 | 0.20 | 0 | 0.50 | 0.21 | 84.6 | 0.48 | 0.59 |
| Hex | A0 | C9 | 65 | 14 | 0 | 32 | 15 | 55 | 30 | 3B |
| Octal | 240 | 311 | 145 | 24 | 0 | 62 | 25 | 125 | 60 | 73 |
| Binary | 10100000 | 11001001 | 1100101 | 10100 | 0 | 110010 | 10101 | 1010101 | 110000 | 111011 |
Color Harmonies of #A0C965
Complementary color
Monochromatic Colors of #A0C965
Black with #A0C965
Text Example
Text Example
White with #A0C965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C965; }
p { color: rgb(160,201,101); }
H1.HeaderClassName
{
color: #A0C965;
}
.AnyTagClassName
{
color: #A0C965;
}
</style>
background-color css
<style>
a { background-color: #A0C965; }
a { background-color: rgb(160,201,101); }
div.DivClassName
{
background-color: #A0C965;
}
.BgClassName
{
background-color: #A0C965;
}
</style>
border-color css
<style>
span { border-color: #A0C965; }
span { border-color: rgb(160,201,101); }
td.TdClassName
{
border-color: #A0C965;
}
.TagClassName
{
border-color: #A0C965;
}
</style>