Shades of Olivine #A0C578
Tints of Olivine #A0C578
RGB
CMYK
RGB Variations
Color information
#A0C578 (or 0xA0C578) is known color: Olivine. HEX triplet: A0, C5 and 78. RGB value is (160,197,120). Sum of RGB (Red+Green+Blue) = 160+197+120=477 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.54% from 477); Green value is 197 (77.34% from 255 or 41.30% from 477); Blue value is 120 (47.27% from 255 or 25.16% from 477); Max value from RGB is 197 - color contains mainly: green. Hex color #A0C578 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0C578 is #5F3A87. Grayscale: #B1B1B1. Windows color (decimal): -6240904 or 7914912. OLE color: 7914912.
HSL color Cylindrical-coordinate representation of color #A0C578: hue angle of 88.83º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A0C578 is Cyan = 0.19, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 160 | 197 | 120 | - |
| CMYK | 0.19 | 0 | 0.39 | 0.23 |
| HSL | 88.83º | 0.4% | 0.62% | - |
| HSV(B) | 88.83º | 0.39% | 0.77% | - |
| XYZ | 37.85 | 48.76 | 25.19 | - |
| YUV | 177.16 | 95.74 | 115.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 197 | 120 | 0.19 | 0 | 0.39 | 0.23 | 88.83 | 0.4 | 0.62 |
| Hex | A0 | C5 | 78 | 13 | 0 | 27 | 17 | 59 | 28 | 3E |
| Octal | 240 | 305 | 170 | 23 | 0 | 47 | 27 | 131 | 50 | 76 |
| Binary | 10100000 | 11000101 | 1111000 | 10011 | 0 | 100111 | 10111 | 1011001 | 101000 | 111110 |
Color Harmonies of #A0C578
Complementary color
Monochromatic Colors of #A0C578
Black with #A0C578
Text Example
Text Example
White with #A0C578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C578; }
p { color: rgb(160,197,120); }
H1.HeaderClassName
{
color: #A0C578;
}
.AnyTagClassName
{
color: #A0C578;
}
</style>
background-color css
<style>
a { background-color: #A0C578; }
a { background-color: rgb(160,197,120); }
div.DivClassName
{
background-color: #A0C578;
}
.BgClassName
{
background-color: #A0C578;
}
</style>
border-color css
<style>
span { border-color: #A0C578; }
span { border-color: rgb(160,197,120); }
td.TdClassName
{
border-color: #A0C578;
}
.TagClassName
{
border-color: #A0C578;
}
</style>