Shades of Olivine #A0CC71
Tints of Olivine #A0CC71
RGB
CMYK
RGB Variations
Color information
#A0CC71 (or 0xA0CC71) is known color: Olivine. HEX triplet: A0, CC and 71. RGB value is (160,204,113). Sum of RGB (Red+Green+Blue) = 160+204+113=477 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.54% from 477); Green value is 204 (80.08% from 255 or 42.77% from 477); Blue value is 113 (44.53% from 255 or 23.69% from 477); Max value from RGB is 204 - color contains mainly: green. Hex color #A0CC71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0CC71 is #5F338E. Grayscale: #B4B4B4. Windows color (decimal): -6239119 or 7457952. OLE color: 7457952.
HSL color Cylindrical-coordinate representation of color #A0CC71: hue angle of 89.01º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A0CC71 is Cyan = 0.22, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 160 | 204 | 113 | - |
| CMYK | 0.22 | 0 | 0.45 | 0.2 |
| HSL | 89.01º | 0.47% | 0.62% | - |
| HSV(B) | 89.01º | 0.45% | 0.8% | - |
| XYZ | 39.07 | 51.85 | 23.57 | - |
| YUV | 180.47 | 89.92 | 113.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 204 | 113 | 0.22 | 0 | 0.45 | 0.2 | 89.01 | 0.47 | 0.62 |
| Hex | A0 | CC | 71 | 16 | 0 | 2D | 14 | 59 | 2F | 3E |
| Octal | 240 | 314 | 161 | 26 | 0 | 55 | 24 | 131 | 57 | 76 |
| Binary | 10100000 | 11001100 | 1110001 | 10110 | 0 | 101101 | 10100 | 1011001 | 101111 | 111110 |
Color Harmonies of #A0CC71
Complementary color
Monochromatic Colors of #A0CC71
Black with #A0CC71
Text Example
Text Example
White with #A0CC71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CC71; }
p { color: rgb(160,204,113); }
H1.HeaderClassName
{
color: #A0CC71;
}
.AnyTagClassName
{
color: #A0CC71;
}
</style>
background-color css
<style>
a { background-color: #A0CC71; }
a { background-color: rgb(160,204,113); }
div.DivClassName
{
background-color: #A0CC71;
}
.BgClassName
{
background-color: #A0CC71;
}
</style>
border-color css
<style>
span { border-color: #A0CC71; }
span { border-color: rgb(160,204,113); }
td.TdClassName
{
border-color: #A0CC71;
}
.TagClassName
{
border-color: #A0CC71;
}
</style>