Shades of Olivine #9ED166
Tints of Olivine #9ED166
RGB
CMYK
RGB Variations
Color information
#9ED166 (or 0x9ED166) is known color: Olivine. HEX triplet: 9E, D1 and 66. RGB value is (158,209,102). Sum of RGB (Red+Green+Blue) = 158+209+102=469 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.69% from 469); Green value is 209 (82.03% from 255 or 44.56% from 469); Blue value is 102 (40.23% from 255 or 21.75% from 469); Max value from RGB is 209 - color contains mainly: green. Hex color #9ED166 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ED166 is #612E99. Grayscale: #B5B5B5. Windows color (decimal): -6368922 or 6738334. OLE color: 6738334.
HSL color Cylindrical-coordinate representation of color #9ED166: hue angle of 88.6º 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 #9ED166 is Cyan = 0.24, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 158 | 209 | 102 | - |
| CMYK | 0.24 | 0 | 0.51 | 0.18 |
| HSL | 88.6º | 0.54% | 0.61% | - |
| HSV(B) | 88.6º | 0.51% | 0.82% | - |
| XYZ | 39.3 | 53.83 | 20.89 | - |
| YUV | 181.55 | 83.1 | 111.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 209 | 102 | 0.24 | 0 | 0.51 | 0.18 | 88.6 | 0.54 | 0.61 |
| Hex | 9E | D1 | 66 | 18 | 0 | 33 | 12 | 59 | 36 | 3D |
| Octal | 236 | 321 | 146 | 30 | 0 | 63 | 22 | 131 | 66 | 75 |
| Binary | 10011110 | 11010001 | 1100110 | 11000 | 0 | 110011 | 10010 | 1011001 | 110110 | 111101 |
Color Harmonies of #9ED166
Complementary color
Monochromatic Colors of #9ED166
Black with #9ED166
Text Example
Text Example
White with #9ED166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED166; }
p { color: rgb(158,209,102); }
H1.HeaderClassName
{
color: #9ED166;
}
.AnyTagClassName
{
color: #9ED166;
}
</style>
background-color css
<style>
a { background-color: #9ED166; }
a { background-color: rgb(158,209,102); }
div.DivClassName
{
background-color: #9ED166;
}
.BgClassName
{
background-color: #9ED166;
}
</style>
border-color css
<style>
span { border-color: #9ED166; }
span { border-color: rgb(158,209,102); }
td.TdClassName
{
border-color: #9ED166;
}
.TagClassName
{
border-color: #9ED166;
}
</style>