Shades of Olivine #A0C271
Tints of Olivine #A0C271
RGB
CMYK
RGB Variations
Color information
#A0C271 (or 0xA0C271) is known color: Olivine. HEX triplet: A0, C2 and 71. RGB value is (160,194,113). Sum of RGB (Red+Green+Blue) = 160+194+113=467 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.26% from 467); Green value is 194 (76.17% from 255 or 41.54% from 467); Blue value is 113 (44.53% from 255 or 24.20% from 467); Max value from RGB is 194 - color contains mainly: green. Hex color #A0C271 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0C271 is #5F3D8E. Grayscale: #AEAEAE. Windows color (decimal): -6241679 or 7455392. OLE color: 7455392.
HSL color Cylindrical-coordinate representation of color #A0C271: hue angle of 85.19º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A0C271 is Cyan = 0.18, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 160 | 194 | 113 | - |
| CMYK | 0.18 | 0 | 0.42 | 0.24 |
| HSL | 85.19º | 0.4% | 0.6% | - |
| HSV(B) | 85.19º | 0.42% | 0.76% | - |
| XYZ | 36.77 | 47.25 | 22.8 | - |
| YUV | 174.6 | 93.24 | 117.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 194 | 113 | 0.18 | 0 | 0.42 | 0.24 | 85.19 | 0.4 | 0.6 |
| Hex | A0 | C2 | 71 | 12 | 0 | 2A | 18 | 55 | 28 | 3C |
| Octal | 240 | 302 | 161 | 22 | 0 | 52 | 30 | 125 | 50 | 74 |
| Binary | 10100000 | 11000010 | 1110001 | 10010 | 0 | 101010 | 11000 | 1010101 | 101000 | 111100 |
Color Harmonies of #A0C271
Complementary color
Monochromatic Colors of #A0C271
Black with #A0C271
Text Example
Text Example
White with #A0C271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C271; }
p { color: rgb(160,194,113); }
H1.HeaderClassName
{
color: #A0C271;
}
.AnyTagClassName
{
color: #A0C271;
}
</style>
background-color css
<style>
a { background-color: #A0C271; }
a { background-color: rgb(160,194,113); }
div.DivClassName
{
background-color: #A0C271;
}
.BgClassName
{
background-color: #A0C271;
}
</style>
border-color css
<style>
span { border-color: #A0C271; }
span { border-color: rgb(160,194,113); }
td.TdClassName
{
border-color: #A0C271;
}
.TagClassName
{
border-color: #A0C271;
}
</style>