Shades of Olivine #A0C85F
Tints of Olivine #A0C85F
RGB
CMYK
RGB Variations
Color information
#A0C85F (or 0xA0C85F) is known color: Olivine. HEX triplet: A0, C8 and 5F. RGB value is (160,200,95). Sum of RGB (Red+Green+Blue) = 160+200+95=455 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.16% from 455); Green value is 200 (78.52% from 255 or 43.96% from 455); Blue value is 95 (37.5% from 255 or 20.88% from 455); Max value from RGB is 200 - color contains mainly: green. Hex color #A0C85F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0C85F is #5F37A0. Grayscale: #B0B0B0. Windows color (decimal): -6240161 or 6277280. OLE color: 6277280.
HSL color Cylindrical-coordinate representation of color #A0C85F: hue angle of 82.86º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A0C85F is Cyan = 0.2, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 160 | 200 | 95 | - |
| CMYK | 0.2 | 0 | 0.52 | 0.22 |
| HSL | 82.86º | 0.49% | 0.58% | - |
| HSV(B) | 82.86º | 0.53% | 0.78% | - |
| XYZ | 37.22 | 49.61 | 18.44 | - |
| YUV | 176.07 | 82.25 | 116.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 200 | 95 | 0.2 | 0 | 0.52 | 0.22 | 82.86 | 0.49 | 0.58 |
| Hex | A0 | C8 | 5F | 14 | 0 | 34 | 16 | 53 | 31 | 3A |
| Octal | 240 | 310 | 137 | 24 | 0 | 64 | 26 | 123 | 61 | 72 |
| Binary | 10100000 | 11001000 | 1011111 | 10100 | 0 | 110100 | 10110 | 1010011 | 110001 | 111010 |
Color Harmonies of #A0C85F
Complementary color
Monochromatic Colors of #A0C85F
Black with #A0C85F
Text Example
Text Example
White with #A0C85F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C85F; }
p { color: rgb(160,200,95); }
H1.HeaderClassName
{
color: #A0C85F;
}
.AnyTagClassName
{
color: #A0C85F;
}
</style>
background-color css
<style>
a { background-color: #A0C85F; }
a { background-color: rgb(160,200,95); }
div.DivClassName
{
background-color: #A0C85F;
}
.BgClassName
{
background-color: #A0C85F;
}
</style>
border-color css
<style>
span { border-color: #A0C85F; }
span { border-color: rgb(160,200,95); }
td.TdClassName
{
border-color: #A0C85F;
}
.TagClassName
{
border-color: #A0C85F;
}
</style>