Shades of Olivine #9EC266
Tints of Olivine #9EC266
RGB
CMYK
RGB Variations
Color information
#9EC266 (or 0x9EC266) is known color: Olivine. HEX triplet: 9E, C2 and 66. RGB value is (158,194,102). Sum of RGB (Red+Green+Blue) = 158+194+102=454 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.80% from 454); Green value is 194 (76.17% from 255 or 42.73% from 454); Blue value is 102 (40.23% from 255 or 22.47% from 454); Max value from RGB is 194 - color contains mainly: green. Hex color #9EC266 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EC266 is #613D99. Grayscale: #ADADAD. Windows color (decimal): -6372762 or 6734494. OLE color: 6734494.
HSL color Cylindrical-coordinate representation of color #9EC266: hue angle of 83.48º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9EC266 is Cyan = 0.19, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 158 | 194 | 102 | - |
| CMYK | 0.19 | 0 | 0.47 | 0.24 |
| HSL | 83.48º | 0.43% | 0.58% | - |
| HSV(B) | 83.48º | 0.47% | 0.76% | - |
| XYZ | 35.79 | 46.81 | 19.72 | - |
| YUV | 172.75 | 88.07 | 117.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 194 | 102 | 0.19 | 0 | 0.47 | 0.24 | 83.48 | 0.43 | 0.58 |
| Hex | 9E | C2 | 66 | 13 | 0 | 2F | 18 | 53 | 2B | 3A |
| Octal | 236 | 302 | 146 | 23 | 0 | 57 | 30 | 123 | 53 | 72 |
| Binary | 10011110 | 11000010 | 1100110 | 10011 | 0 | 101111 | 11000 | 1010011 | 101011 | 111010 |
Color Harmonies of #9EC266
Complementary color
Monochromatic Colors of #9EC266
Black with #9EC266
Text Example
Text Example
White with #9EC266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EC266; }
p { color: rgb(158,194,102); }
H1.HeaderClassName
{
color: #9EC266;
}
.AnyTagClassName
{
color: #9EC266;
}
</style>
background-color css
<style>
a { background-color: #9EC266; }
a { background-color: rgb(158,194,102); }
div.DivClassName
{
background-color: #9EC266;
}
.BgClassName
{
background-color: #9EC266;
}
</style>
border-color css
<style>
span { border-color: #9EC266; }
span { border-color: rgb(158,194,102); }
td.TdClassName
{
border-color: #9EC266;
}
.TagClassName
{
border-color: #9EC266;
}
</style>