Shades of Olivine #9EC16F
Tints of Olivine #9EC16F
RGB
CMYK
RGB Variations
Color information
#9EC16F (or 0x9EC16F) is known color: Olivine. HEX triplet: 9E, C1 and 6F. RGB value is (158,193,111). Sum of RGB (Red+Green+Blue) = 158+193+111=462 (61% of max value = 765). Red value is 158 (62.11% from 255 or 34.20% from 462); Green value is 193 (75.78% from 255 or 41.77% from 462); Blue value is 111 (43.75% from 255 or 24.03% from 462); Max value from RGB is 193 - color contains mainly: green. Hex color #9EC16F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EC16F is #613E90. Grayscale: #ADADAD. Windows color (decimal): -6373009 or 7324062. OLE color: 7324062.
HSL color Cylindrical-coordinate representation of color #9EC16F: hue angle of 85.61º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9EC16F is Cyan = 0.18, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 158 | 193 | 111 | - |
| CMYK | 0.18 | 0 | 0.42 | 0.24 |
| HSL | 85.61º | 0.4% | 0.6% | - |
| HSV(B) | 85.61º | 0.42% | 0.76% | - |
| XYZ | 36.04 | 46.56 | 22.13 | - |
| YUV | 173.19 | 92.9 | 117.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 193 | 111 | 0.18 | 0 | 0.42 | 0.24 | 85.61 | 0.4 | 0.6 |
| Hex | 9E | C1 | 6F | 12 | 0 | 2A | 18 | 56 | 28 | 3C |
| Octal | 236 | 301 | 157 | 22 | 0 | 52 | 30 | 126 | 50 | 74 |
| Binary | 10011110 | 11000001 | 1101111 | 10010 | 0 | 101010 | 11000 | 1010110 | 101000 | 111100 |
Color Harmonies of #9EC16F
Complementary color
Monochromatic Colors of #9EC16F
Black with #9EC16F
Text Example
Text Example
White with #9EC16F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EC16F; }
p { color: rgb(158,193,111); }
H1.HeaderClassName
{
color: #9EC16F;
}
.AnyTagClassName
{
color: #9EC16F;
}
</style>
background-color css
<style>
a { background-color: #9EC16F; }
a { background-color: rgb(158,193,111); }
div.DivClassName
{
background-color: #9EC16F;
}
.BgClassName
{
background-color: #9EC16F;
}
</style>
border-color css
<style>
span { border-color: #9EC16F; }
span { border-color: rgb(158,193,111); }
td.TdClassName
{
border-color: #9EC16F;
}
.TagClassName
{
border-color: #9EC16F;
}
</style>