Shades of Olivine #9EC16A
Tints of Olivine #9EC16A
RGB
CMYK
RGB Variations
Color information
#9EC16A (or 0x9EC16A) is known color: Olivine. HEX triplet: 9E, C1 and 6A. RGB value is (158,193,106). Sum of RGB (Red+Green+Blue) = 158+193+106=457 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.57% from 457); Green value is 193 (75.78% from 255 or 42.23% from 457); Blue value is 106 (41.80% from 255 or 23.19% from 457); Max value from RGB is 193 - color contains mainly: green. Hex color #9EC16A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EC16A is #613E95. Grayscale: #ACACAC. Windows color (decimal): -6373014 or 6996382. OLE color: 6996382.
HSL color Cylindrical-coordinate representation of color #9EC16A: hue angle of 84.14º 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 #9EC16A is Cyan = 0.18, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 158 | 193 | 106 | - |
| CMYK | 0.18 | 0 | 0.45 | 0.24 |
| HSL | 84.14º | 0.41% | 0.59% | - |
| HSV(B) | 84.14º | 0.45% | 0.76% | - |
| XYZ | 35.77 | 46.45 | 20.72 | - |
| YUV | 172.62 | 90.4 | 117.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 193 | 106 | 0.18 | 0 | 0.45 | 0.24 | 84.14 | 0.41 | 0.59 |
| Hex | 9E | C1 | 6A | 12 | 0 | 2D | 18 | 54 | 29 | 3B |
| Octal | 236 | 301 | 152 | 22 | 0 | 55 | 30 | 124 | 51 | 73 |
| Binary | 10011110 | 11000001 | 1101010 | 10010 | 0 | 101101 | 11000 | 1010100 | 101001 | 111011 |
Color Harmonies of #9EC16A
Complementary color
Monochromatic Colors of #9EC16A
Black with #9EC16A
Text Example
Text Example
White with #9EC16A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EC16A; }
p { color: rgb(158,193,106); }
H1.HeaderClassName
{
color: #9EC16A;
}
.AnyTagClassName
{
color: #9EC16A;
}
</style>
background-color css
<style>
a { background-color: #9EC16A; }
a { background-color: rgb(158,193,106); }
div.DivClassName
{
background-color: #9EC16A;
}
.BgClassName
{
background-color: #9EC16A;
}
</style>
border-color css
<style>
span { border-color: #9EC16A; }
span { border-color: rgb(158,193,106); }
td.TdClassName
{
border-color: #9EC16A;
}
.TagClassName
{
border-color: #9EC16A;
}
</style>