Shades of Olivine #A0C96D
Tints of Olivine #A0C96D
RGB
CMYK
RGB Variations
Color information
#A0C96D (or 0xA0C96D) is known color: Olivine. HEX triplet: A0, C9 and 6D. RGB value is (160,201,109). Sum of RGB (Red+Green+Blue) = 160+201+109=470 (62% of max value = 765). Red value is 160 (62.89% from 255 or 34.04% from 470); Green value is 201 (78.91% from 255 or 42.77% from 470); Blue value is 109 (42.97% from 255 or 23.19% from 470); Max value from RGB is 201 - color contains mainly: green. Hex color #A0C96D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0C96D is #5F3692. Grayscale: #B2B2B2. Windows color (decimal): -6239891 or 7195040. OLE color: 7195040.
HSL color Cylindrical-coordinate representation of color #A0C96D: hue angle of 86.74º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A0C96D is Cyan = 0.20, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 160 | 201 | 109 | - |
| CMYK | 0.20 | 0 | 0.46 | 0.21 |
| HSL | 86.74º | 0.46% | 0.61% | - |
| HSV(B) | 86.74º | 0.46% | 0.79% | - |
| XYZ | 38.14 | 50.35 | 22.18 | - |
| YUV | 178.25 | 88.92 | 114.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 201 | 109 | 0.20 | 0 | 0.46 | 0.21 | 86.74 | 0.46 | 0.61 |
| Hex | A0 | C9 | 6D | 14 | 0 | 2E | 15 | 57 | 2E | 3D |
| Octal | 240 | 311 | 155 | 24 | 0 | 56 | 25 | 127 | 56 | 75 |
| Binary | 10100000 | 11001001 | 1101101 | 10100 | 0 | 101110 | 10101 | 1010111 | 101110 | 111101 |
Color Harmonies of #A0C96D
Complementary color
Monochromatic Colors of #A0C96D
Black with #A0C96D
Text Example
Text Example
White with #A0C96D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C96D; }
p { color: rgb(160,201,109); }
H1.HeaderClassName
{
color: #A0C96D;
}
.AnyTagClassName
{
color: #A0C96D;
}
</style>
background-color css
<style>
a { background-color: #A0C96D; }
a { background-color: rgb(160,201,109); }
div.DivClassName
{
background-color: #A0C96D;
}
.BgClassName
{
background-color: #A0C96D;
}
</style>
border-color css
<style>
span { border-color: #A0C96D; }
span { border-color: rgb(160,201,109); }
td.TdClassName
{
border-color: #A0C96D;
}
.TagClassName
{
border-color: #A0C96D;
}
</style>