Shades of Olivine #A1D166
Tints of Olivine #A1D166
RGB
CMYK
RGB Variations
Color information
#A1D166 (or 0xA1D166) is known color: Olivine. HEX triplet: A1, D1 and 66. RGB value is (161,209,102). Sum of RGB (Red+Green+Blue) = 161+209+102=472 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.11% from 472); Green value is 209 (82.03% from 255 or 44.28% from 472); Blue value is 102 (40.23% from 255 or 21.61% from 472); Max value from RGB is 209 - color contains mainly: green. Hex color #A1D166 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D166 is #5E2E99. Grayscale: #B6B6B6. Windows color (decimal): -6172314 or 6738337. OLE color: 6738337.
HSL color Cylindrical-coordinate representation of color #A1D166: hue angle of 86.92º 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 #A1D166 is Cyan = 0.23, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 161 | 209 | 102 | - |
| CMYK | 0.23 | 0 | 0.51 | 0.18 |
| HSL | 86.92º | 0.54% | 0.61% | - |
| HSV(B) | 86.92º | 0.51% | 0.82% | - |
| XYZ | 39.9 | 54.14 | 20.92 | - |
| YUV | 182.45 | 82.6 | 112.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 209 | 102 | 0.23 | 0 | 0.51 | 0.18 | 86.92 | 0.54 | 0.61 |
| Hex | A1 | D1 | 66 | 17 | 0 | 33 | 12 | 57 | 36 | 3D |
| Octal | 241 | 321 | 146 | 27 | 0 | 63 | 22 | 127 | 66 | 75 |
| Binary | 10100001 | 11010001 | 1100110 | 10111 | 0 | 110011 | 10010 | 1010111 | 110110 | 111101 |
Color Harmonies of #A1D166
Complementary color
Monochromatic Colors of #A1D166
Black with #A1D166
Text Example
Text Example
White with #A1D166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D166; }
p { color: rgb(161,209,102); }
H1.HeaderClassName
{
color: #A1D166;
}
.AnyTagClassName
{
color: #A1D166;
}
</style>
background-color css
<style>
a { background-color: #A1D166; }
a { background-color: rgb(161,209,102); }
div.DivClassName
{
background-color: #A1D166;
}
.BgClassName
{
background-color: #A1D166;
}
</style>
border-color css
<style>
span { border-color: #A1D166; }
span { border-color: rgb(161,209,102); }
td.TdClassName
{
border-color: #A1D166;
}
.TagClassName
{
border-color: #A1D166;
}
</style>