Shades of Olivine #A0C863
Tints of Olivine #A0C863
RGB
CMYK
RGB Variations
Color information
#A0C863 (or 0xA0C863) is known color: Olivine. HEX triplet: A0, C8 and 63. RGB value is (160,200,99). Sum of RGB (Red+Green+Blue) = 160+200+99=459 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.86% from 459); Green value is 200 (78.52% from 255 or 43.57% from 459); Blue value is 99 (39.06% from 255 or 21.57% from 459); Max value from RGB is 200 - color contains mainly: green. Hex color #A0C863 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0C863 is #5F379C. Grayscale: #B0B0B0. Windows color (decimal): -6240157 or 6539424. OLE color: 6539424.
HSL color Cylindrical-coordinate representation of color #A0C863: hue angle of 83.76º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A0C863 is Cyan = 0.2, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 160 | 200 | 99 | - |
| CMYK | 0.2 | 0 | 0.50 | 0.22 |
| HSL | 83.76º | 0.48% | 0.59% | - |
| HSV(B) | 83.76º | 0.51% | 0.78% | - |
| XYZ | 37.4 | 49.68 | 19.42 | - |
| YUV | 176.53 | 84.25 | 116.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 200 | 99 | 0.2 | 0 | 0.50 | 0.22 | 83.76 | 0.48 | 0.59 |
| Hex | A0 | C8 | 63 | 14 | 0 | 32 | 16 | 54 | 30 | 3B |
| Octal | 240 | 310 | 143 | 24 | 0 | 62 | 26 | 124 | 60 | 73 |
| Binary | 10100000 | 11001000 | 1100011 | 10100 | 0 | 110010 | 10110 | 1010100 | 110000 | 111011 |
Color Harmonies of #A0C863
Complementary color
Monochromatic Colors of #A0C863
Black with #A0C863
Text Example
Text Example
White with #A0C863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C863; }
p { color: rgb(160,200,99); }
H1.HeaderClassName
{
color: #A0C863;
}
.AnyTagClassName
{
color: #A0C863;
}
</style>
background-color css
<style>
a { background-color: #A0C863; }
a { background-color: rgb(160,200,99); }
div.DivClassName
{
background-color: #A0C863;
}
.BgClassName
{
background-color: #A0C863;
}
</style>
border-color css
<style>
span { border-color: #A0C863; }
span { border-color: rgb(160,200,99); }
td.TdClassName
{
border-color: #A0C863;
}
.TagClassName
{
border-color: #A0C863;
}
</style>