Shades of Olivine #A0C277
Tints of Olivine #A0C277
RGB
CMYK
RGB Variations
Color information
#A0C277 (or 0xA0C277) is known color: Olivine. HEX triplet: A0, C2 and 77. RGB value is (160,194,119). Sum of RGB (Red+Green+Blue) = 160+194+119=473 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.83% from 473); Green value is 194 (76.17% from 255 or 41.01% from 473); Blue value is 119 (46.88% from 255 or 25.16% from 473); Max value from RGB is 194 - color contains mainly: green. Hex color #A0C277 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0C277 is #5F3D88. Grayscale: #AFAFAF. Windows color (decimal): -6241673 or 7848608. OLE color: 7848608.
HSL color Cylindrical-coordinate representation of color #A0C277: hue angle of 87.2º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A0C277 is Cyan = 0.18, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 160 | 194 | 119 | - |
| CMYK | 0.18 | 0 | 0.39 | 0.24 |
| HSL | 87.2º | 0.38% | 0.61% | - |
| HSV(B) | 87.2º | 0.39% | 0.76% | - |
| XYZ | 37.12 | 47.39 | 24.64 | - |
| YUV | 175.28 | 96.24 | 117.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 194 | 119 | 0.18 | 0 | 0.39 | 0.24 | 87.2 | 0.38 | 0.61 |
| Hex | A0 | C2 | 77 | 12 | 0 | 27 | 18 | 57 | 26 | 3D |
| Octal | 240 | 302 | 167 | 22 | 0 | 47 | 30 | 127 | 46 | 75 |
| Binary | 10100000 | 11000010 | 1110111 | 10010 | 0 | 100111 | 11000 | 1010111 | 100110 | 111101 |
Color Harmonies of #A0C277
Complementary color
Monochromatic Colors of #A0C277
Black with #A0C277
Text Example
Text Example
White with #A0C277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C277; }
p { color: rgb(160,194,119); }
H1.HeaderClassName
{
color: #A0C277;
}
.AnyTagClassName
{
color: #A0C277;
}
</style>
background-color css
<style>
a { background-color: #A0C277; }
a { background-color: rgb(160,194,119); }
div.DivClassName
{
background-color: #A0C277;
}
.BgClassName
{
background-color: #A0C277;
}
</style>
border-color css
<style>
span { border-color: #A0C277; }
span { border-color: rgb(160,194,119); }
td.TdClassName
{
border-color: #A0C277;
}
.TagClassName
{
border-color: #A0C277;
}
</style>