Shades of Olivine #A0C86C
Tints of Olivine #A0C86C
RGB
CMYK
RGB Variations
Color information
#A0C86C (or 0xA0C86C) is known color: Olivine. HEX triplet: A0, C8 and 6C. RGB value is (160,200,108). Sum of RGB (Red+Green+Blue) = 160+200+108=468 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.19% from 468); Green value is 200 (78.52% from 255 or 42.74% from 468); Blue value is 108 (42.58% from 255 or 23.08% from 468); Max value from RGB is 200 - color contains mainly: green. Hex color #A0C86C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0C86C is #5F3793. Grayscale: #B1B1B1. Windows color (decimal): -6240148 or 7129248. OLE color: 7129248.
HSL color Cylindrical-coordinate representation of color #A0C86C: hue angle of 86.09º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A0C86C is Cyan = 0.2, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 160 | 200 | 108 | - |
| CMYK | 0.2 | 0 | 0.46 | 0.22 |
| HSL | 86.09º | 0.46% | 0.6% | - |
| HSV(B) | 86.09º | 0.46% | 0.78% | - |
| XYZ | 37.86 | 49.86 | 21.82 | - |
| YUV | 177.55 | 88.75 | 115.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 200 | 108 | 0.2 | 0 | 0.46 | 0.22 | 86.09 | 0.46 | 0.6 |
| Hex | A0 | C8 | 6C | 14 | 0 | 2E | 16 | 56 | 2E | 3C |
| Octal | 240 | 310 | 154 | 24 | 0 | 56 | 26 | 126 | 56 | 74 |
| Binary | 10100000 | 11001000 | 1101100 | 10100 | 0 | 101110 | 10110 | 1010110 | 101110 | 111100 |
Color Harmonies of #A0C86C
Complementary color
Monochromatic Colors of #A0C86C
Black with #A0C86C
Text Example
Text Example
White with #A0C86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C86C; }
p { color: rgb(160,200,108); }
H1.HeaderClassName
{
color: #A0C86C;
}
.AnyTagClassName
{
color: #A0C86C;
}
</style>
background-color css
<style>
a { background-color: #A0C86C; }
a { background-color: rgb(160,200,108); }
div.DivClassName
{
background-color: #A0C86C;
}
.BgClassName
{
background-color: #A0C86C;
}
</style>
border-color css
<style>
span { border-color: #A0C86C; }
span { border-color: rgb(160,200,108); }
td.TdClassName
{
border-color: #A0C86C;
}
.TagClassName
{
border-color: #A0C86C;
}
</style>