Shades of Olivine #A0D166
Tints of Olivine #A0D166
RGB
CMYK
RGB Variations
Color information
#A0D166 (or 0xA0D166) is known color: Olivine. HEX triplet: A0, D1 and 66. RGB value is (160,209,102). Sum of RGB (Red+Green+Blue) = 160+209+102=471 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.97% from 471); Green value is 209 (82.03% from 255 or 44.37% from 471); Blue value is 102 (40.23% from 255 or 21.66% from 471); Max value from RGB is 209 - color contains mainly: green. Hex color #A0D166 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0D166 is #5F2E99. Grayscale: #B6B6B6. Windows color (decimal): -6237850 or 6738336. OLE color: 6738336.
HSL color Cylindrical-coordinate representation of color #A0D166: hue angle of 87.48º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A0D166 is Cyan = 0.23, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 160 | 209 | 102 | - |
| CMYK | 0.23 | 0 | 0.51 | 0.18 |
| HSL | 87.48º | 0.54% | 0.61% | - |
| HSV(B) | 87.48º | 0.51% | 0.82% | - |
| XYZ | 39.7 | 54.03 | 20.91 | - |
| YUV | 182.15 | 82.77 | 112.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 209 | 102 | 0.23 | 0 | 0.51 | 0.18 | 87.48 | 0.54 | 0.61 |
| Hex | A0 | D1 | 66 | 17 | 0 | 33 | 12 | 57 | 36 | 3D |
| Octal | 240 | 321 | 146 | 27 | 0 | 63 | 22 | 127 | 66 | 75 |
| Binary | 10100000 | 11010001 | 1100110 | 10111 | 0 | 110011 | 10010 | 1010111 | 110110 | 111101 |
Color Harmonies of #A0D166
Complementary color
Monochromatic Colors of #A0D166
Black with #A0D166
Text Example
Text Example
White with #A0D166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D166; }
p { color: rgb(160,209,102); }
H1.HeaderClassName
{
color: #A0D166;
}
.AnyTagClassName
{
color: #A0D166;
}
</style>
background-color css
<style>
a { background-color: #A0D166; }
a { background-color: rgb(160,209,102); }
div.DivClassName
{
background-color: #A0D166;
}
.BgClassName
{
background-color: #A0D166;
}
</style>
border-color css
<style>
span { border-color: #A0D166; }
span { border-color: rgb(160,209,102); }
td.TdClassName
{
border-color: #A0D166;
}
.TagClassName
{
border-color: #A0D166;
}
</style>