Shades of Olivine #9ED266
Tints of Olivine #9ED266
RGB
CMYK
RGB Variations
Color information
#9ED266 (or 0x9ED266) is known color: Olivine. HEX triplet: 9E, D2 and 66. RGB value is (158,210,102). Sum of RGB (Red+Green+Blue) = 158+210+102=470 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.62% from 470); Green value is 210 (82.42% from 255 or 44.68% from 470); Blue value is 102 (40.23% from 255 or 21.70% from 470); Max value from RGB is 210 - color contains mainly: green. Hex color #9ED266 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ED266 is #612D99. Grayscale: #B6B6B6. Windows color (decimal): -6368666 or 6738590. OLE color: 6738590.
HSL color Cylindrical-coordinate representation of color #9ED266: hue angle of 88.89º degrees, saturation: 0.55, 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 #9ED266 is Cyan = 0.25, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 158 | 210 | 102 | - |
| CMYK | 0.25 | 0 | 0.51 | 0.18 |
| HSL | 88.89º | 0.55% | 0.61% | - |
| HSV(B) | 88.89º | 0.51% | 0.82% | - |
| XYZ | 39.55 | 54.32 | 20.97 | - |
| YUV | 182.14 | 82.77 | 110.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 210 | 102 | 0.25 | 0 | 0.51 | 0.18 | 88.89 | 0.55 | 0.61 |
| Hex | 9E | D2 | 66 | 19 | 0 | 33 | 12 | 59 | 37 | 3D |
| Octal | 236 | 322 | 146 | 31 | 0 | 63 | 22 | 131 | 67 | 75 |
| Binary | 10011110 | 11010010 | 1100110 | 11001 | 0 | 110011 | 10010 | 1011001 | 110111 | 111101 |
Color Harmonies of #9ED266
Complementary color
Monochromatic Colors of #9ED266
Black with #9ED266
Text Example
Text Example
White with #9ED266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED266; }
p { color: rgb(158,210,102); }
H1.HeaderClassName
{
color: #9ED266;
}
.AnyTagClassName
{
color: #9ED266;
}
</style>
background-color css
<style>
a { background-color: #9ED266; }
a { background-color: rgb(158,210,102); }
div.DivClassName
{
background-color: #9ED266;
}
.BgClassName
{
background-color: #9ED266;
}
</style>
border-color css
<style>
span { border-color: #9ED266; }
span { border-color: rgb(158,210,102); }
td.TdClassName
{
border-color: #9ED266;
}
.TagClassName
{
border-color: #9ED266;
}
</style>