Shades of Olivine #9EC966
Tints of Olivine #9EC966
RGB
CMYK
RGB Variations
Color information
#9EC966 (or 0x9EC966) is known color: Olivine. HEX triplet: 9E, C9 and 66. RGB value is (158,201,102). Sum of RGB (Red+Green+Blue) = 158+201+102=461 (61% of max value = 765). Red value is 158 (62.11% from 255 or 34.27% from 461); Green value is 201 (78.91% from 255 or 43.60% from 461); Blue value is 102 (40.23% from 255 or 22.13% from 461); Max value from RGB is 201 - color contains mainly: green. Hex color #9EC966 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EC966 is #613699. Grayscale: #B1B1B1. Windows color (decimal): -6370970 or 6736286. OLE color: 6736286.
HSL color Cylindrical-coordinate representation of color #9EC966: hue angle of 86.06º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9EC966 is Cyan = 0.21, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 158 | 201 | 102 | - |
| CMYK | 0.21 | 0 | 0.49 | 0.21 |
| HSL | 86.06º | 0.48% | 0.59% | - |
| HSV(B) | 86.06º | 0.49% | 0.79% | - |
| XYZ | 37.39 | 50 | 20.25 | - |
| YUV | 176.86 | 85.75 | 114.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 201 | 102 | 0.21 | 0 | 0.49 | 0.21 | 86.06 | 0.48 | 0.59 |
| Hex | 9E | C9 | 66 | 15 | 0 | 31 | 15 | 56 | 30 | 3B |
| Octal | 236 | 311 | 146 | 25 | 0 | 61 | 25 | 126 | 60 | 73 |
| Binary | 10011110 | 11001001 | 1100110 | 10101 | 0 | 110001 | 10101 | 1010110 | 110000 | 111011 |
Color Harmonies of #9EC966
Complementary color
Monochromatic Colors of #9EC966
Black with #9EC966
Text Example
Text Example
White with #9EC966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EC966; }
p { color: rgb(158,201,102); }
H1.HeaderClassName
{
color: #9EC966;
}
.AnyTagClassName
{
color: #9EC966;
}
</style>
background-color css
<style>
a { background-color: #9EC966; }
a { background-color: rgb(158,201,102); }
div.DivClassName
{
background-color: #9EC966;
}
.BgClassName
{
background-color: #9EC966;
}
</style>
border-color css
<style>
span { border-color: #9EC966; }
span { border-color: rgb(158,201,102); }
td.TdClassName
{
border-color: #9EC966;
}
.TagClassName
{
border-color: #9EC966;
}
</style>