Shades of Olivine #A0CC60
Tints of Olivine #A0CC60
RGB
CMYK
RGB Variations
Color information
#A0CC60 (or 0xA0CC60) is known color: Olivine. HEX triplet: A0, CC and 60. RGB value is (160,204,96). Sum of RGB (Red+Green+Blue) = 160+204+96=460 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.78% from 460); Green value is 204 (80.08% from 255 or 44.35% from 460); Blue value is 96 (37.89% from 255 or 20.87% from 460); Max value from RGB is 204 - color contains mainly: green. Hex color #A0CC60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0CC60 is #5F339F. Grayscale: #B2B2B2. Windows color (decimal): -6239136 or 6343840. OLE color: 6343840.
HSL color Cylindrical-coordinate representation of color #A0CC60: hue angle of 84.44º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A0CC60 is Cyan = 0.22, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 160 | 204 | 96 | - |
| CMYK | 0.22 | 0 | 0.53 | 0.2 |
| HSL | 84.44º | 0.51% | 0.59% | - |
| HSV(B) | 84.44º | 0.53% | 0.8% | - |
| XYZ | 38.2 | 51.5 | 18.99 | - |
| YUV | 178.53 | 81.42 | 114.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 204 | 96 | 0.22 | 0 | 0.53 | 0.2 | 84.44 | 0.51 | 0.59 |
| Hex | A0 | CC | 60 | 16 | 0 | 35 | 14 | 54 | 33 | 3B |
| Octal | 240 | 314 | 140 | 26 | 0 | 65 | 24 | 124 | 63 | 73 |
| Binary | 10100000 | 11001100 | 1100000 | 10110 | 0 | 110101 | 10100 | 1010100 | 110011 | 111011 |
Color Harmonies of #A0CC60
Complementary color
Monochromatic Colors of #A0CC60
Black with #A0CC60
Text Example
Text Example
White with #A0CC60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CC60; }
p { color: rgb(160,204,96); }
H1.HeaderClassName
{
color: #A0CC60;
}
.AnyTagClassName
{
color: #A0CC60;
}
</style>
background-color css
<style>
a { background-color: #A0CC60; }
a { background-color: rgb(160,204,96); }
div.DivClassName
{
background-color: #A0CC60;
}
.BgClassName
{
background-color: #A0CC60;
}
</style>
border-color css
<style>
span { border-color: #A0CC60; }
span { border-color: rgb(160,204,96); }
td.TdClassName
{
border-color: #A0CC60;
}
.TagClassName
{
border-color: #A0CC60;
}
</style>