Shades of Olivine #9EC16B
Tints of Olivine #9EC16B
RGB
CMYK
RGB Variations
Color information
#9EC16B (or 0x9EC16B) is known color: Olivine. HEX triplet: 9E, C1 and 6B. RGB value is (158,193,107). Sum of RGB (Red+Green+Blue) = 158+193+107=458 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.50% from 458); Green value is 193 (75.78% from 255 or 42.14% from 458); Blue value is 107 (42.19% from 255 or 23.36% from 458); Max value from RGB is 193 - color contains mainly: green. Hex color #9EC16B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EC16B is #613E94. Grayscale: #ADADAD. Windows color (decimal): -6373013 or 7061918. OLE color: 7061918.
HSL color Cylindrical-coordinate representation of color #9EC16B: hue angle of 84.42º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9EC16B is Cyan = 0.18, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 158 | 193 | 107 | - |
| CMYK | 0.18 | 0 | 0.45 | 0.24 |
| HSL | 84.42º | 0.41% | 0.59% | - |
| HSV(B) | 84.42º | 0.45% | 0.76% | - |
| XYZ | 35.82 | 46.47 | 20.99 | - |
| YUV | 172.73 | 90.9 | 117.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 193 | 107 | 0.18 | 0 | 0.45 | 0.24 | 84.42 | 0.41 | 0.59 |
| Hex | 9E | C1 | 6B | 12 | 0 | 2D | 18 | 54 | 29 | 3B |
| Octal | 236 | 301 | 153 | 22 | 0 | 55 | 30 | 124 | 51 | 73 |
| Binary | 10011110 | 11000001 | 1101011 | 10010 | 0 | 101101 | 11000 | 1010100 | 101001 | 111011 |
Color Harmonies of #9EC16B
Complementary color
Monochromatic Colors of #9EC16B
Black with #9EC16B
Text Example
Text Example
White with #9EC16B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EC16B; }
p { color: rgb(158,193,107); }
H1.HeaderClassName
{
color: #9EC16B;
}
.AnyTagClassName
{
color: #9EC16B;
}
</style>
background-color css
<style>
a { background-color: #9EC16B; }
a { background-color: rgb(158,193,107); }
div.DivClassName
{
background-color: #9EC16B;
}
.BgClassName
{
background-color: #9EC16B;
}
</style>
border-color css
<style>
span { border-color: #9EC16B; }
span { border-color: rgb(158,193,107); }
td.TdClassName
{
border-color: #9EC16B;
}
.TagClassName
{
border-color: #9EC16B;
}
</style>