Shades of Olivine #A0CE66
Tints of Olivine #A0CE66
RGB
CMYK
RGB Variations
Color information
#A0CE66 (or 0xA0CE66) is known color: Olivine. HEX triplet: A0, CE and 66. RGB value is (160,206,102). Sum of RGB (Red+Green+Blue) = 160+206+102=468 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.19% from 468); Green value is 206 (80.86% from 255 or 44.02% from 468); Blue value is 102 (40.23% from 255 or 21.79% from 468); Max value from RGB is 206 - color contains mainly: green. Hex color #A0CE66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0CE66 is #5F3199. Grayscale: #B4B4B4. Windows color (decimal): -6238618 or 6737568. OLE color: 6737568.
HSL color Cylindrical-coordinate representation of color #A0CE66: hue angle of 86.54º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A0CE66 is Cyan = 0.22, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 206 | 102 | - |
| CMYK | 0.22 | 0 | 0.50 | 0.19 |
| HSL | 86.54º | 0.51% | 0.6% | - |
| HSV(B) | 86.54º | 0.5% | 0.81% | - |
| XYZ | 38.97 | 52.58 | 20.66 | - |
| YUV | 180.39 | 83.76 | 113.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 206 | 102 | 0.22 | 0 | 0.50 | 0.19 | 86.54 | 0.51 | 0.6 |
| Hex | A0 | CE | 66 | 16 | 0 | 32 | 13 | 57 | 33 | 3C |
| Octal | 240 | 316 | 146 | 26 | 0 | 62 | 23 | 127 | 63 | 74 |
| Binary | 10100000 | 11001110 | 1100110 | 10110 | 0 | 110010 | 10011 | 1010111 | 110011 | 111100 |
Color Harmonies of #A0CE66
Complementary color
Monochromatic Colors of #A0CE66
Black with #A0CE66
Text Example
Text Example
White with #A0CE66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CE66; }
p { color: rgb(160,206,102); }
H1.HeaderClassName
{
color: #A0CE66;
}
.AnyTagClassName
{
color: #A0CE66;
}
</style>
background-color css
<style>
a { background-color: #A0CE66; }
a { background-color: rgb(160,206,102); }
div.DivClassName
{
background-color: #A0CE66;
}
.BgClassName
{
background-color: #A0CE66;
}
</style>
border-color css
<style>
span { border-color: #A0CE66; }
span { border-color: rgb(160,206,102); }
td.TdClassName
{
border-color: #A0CE66;
}
.TagClassName
{
border-color: #A0CE66;
}
</style>