Shades of Olivine #A0C278
Tints of Olivine #A0C278
RGB
CMYK
RGB Variations
Color information
#A0C278 (or 0xA0C278) is known color: Olivine. HEX triplet: A0, C2 and 78. RGB value is (160,194,120). Sum of RGB (Red+Green+Blue) = 160+194+120=474 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.76% from 474); Green value is 194 (76.17% from 255 or 40.93% from 474); Blue value is 120 (47.27% from 255 or 25.32% from 474); Max value from RGB is 194 - color contains mainly: green. Hex color #A0C278 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0C278 is #5F3D87. Grayscale: #AFAFAF. Windows color (decimal): -6241672 or 7914144. OLE color: 7914144.
HSL color Cylindrical-coordinate representation of color #A0C278: hue angle of 87.57º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A0C278 is Cyan = 0.18, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 160 | 194 | 120 | - |
| CMYK | 0.18 | 0 | 0.38 | 0.24 |
| HSL | 87.57º | 0.38% | 0.62% | - |
| HSV(B) | 87.57º | 0.38% | 0.76% | - |
| XYZ | 37.18 | 47.41 | 24.96 | - |
| YUV | 175.4 | 96.74 | 117.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 194 | 120 | 0.18 | 0 | 0.38 | 0.24 | 87.57 | 0.38 | 0.62 |
| Hex | A0 | C2 | 78 | 12 | 0 | 26 | 18 | 58 | 26 | 3E |
| Octal | 240 | 302 | 170 | 22 | 0 | 46 | 30 | 130 | 46 | 76 |
| Binary | 10100000 | 11000010 | 1111000 | 10010 | 0 | 100110 | 11000 | 1011000 | 100110 | 111110 |
Color Harmonies of #A0C278
Complementary color
Monochromatic Colors of #A0C278
Black with #A0C278
Text Example
Text Example
White with #A0C278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C278; }
p { color: rgb(160,194,120); }
H1.HeaderClassName
{
color: #A0C278;
}
.AnyTagClassName
{
color: #A0C278;
}
</style>
background-color css
<style>
a { background-color: #A0C278; }
a { background-color: rgb(160,194,120); }
div.DivClassName
{
background-color: #A0C278;
}
.BgClassName
{
background-color: #A0C278;
}
</style>
border-color css
<style>
span { border-color: #A0C278; }
span { border-color: rgb(160,194,120); }
td.TdClassName
{
border-color: #A0C278;
}
.TagClassName
{
border-color: #A0C278;
}
</style>