Shades of Olivine #9EC96E
Tints of Olivine #9EC96E
RGB
CMYK
RGB Variations
Color information
#9EC96E (or 0x9EC96E) is known color: Olivine. HEX triplet: 9E, C9 and 6E. RGB value is (158,201,110). Sum of RGB (Red+Green+Blue) = 158+201+110=469 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.69% from 469); Green value is 201 (78.91% from 255 or 42.86% from 469); Blue value is 110 (43.36% from 255 or 23.45% from 469); Max value from RGB is 201 - color contains mainly: green. Hex color #9EC96E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EC96E is #613691. Grayscale: #B2B2B2. Windows color (decimal): -6370962 or 7260574. OLE color: 7260574.
HSL color Cylindrical-coordinate representation of color #9EC96E: hue angle of 88.35º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9EC96E is Cyan = 0.21, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 158 | 201 | 110 | - |
| CMYK | 0.21 | 0 | 0.45 | 0.21 |
| HSL | 88.35º | 0.46% | 0.61% | - |
| HSV(B) | 88.35º | 0.45% | 0.79% | - |
| XYZ | 37.8 | 50.17 | 22.44 | - |
| YUV | 177.77 | 89.75 | 113.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 201 | 110 | 0.21 | 0 | 0.45 | 0.21 | 88.35 | 0.46 | 0.61 |
| Hex | 9E | C9 | 6E | 15 | 0 | 2D | 15 | 58 | 2E | 3D |
| Octal | 236 | 311 | 156 | 25 | 0 | 55 | 25 | 130 | 56 | 75 |
| Binary | 10011110 | 11001001 | 1101110 | 10101 | 0 | 101101 | 10101 | 1011000 | 101110 | 111101 |
Color Harmonies of #9EC96E
Complementary color
Monochromatic Colors of #9EC96E
Black with #9EC96E
Text Example
Text Example
White with #9EC96E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EC96E; }
p { color: rgb(158,201,110); }
H1.HeaderClassName
{
color: #9EC96E;
}
.AnyTagClassName
{
color: #9EC96E;
}
</style>
background-color css
<style>
a { background-color: #9EC96E; }
a { background-color: rgb(158,201,110); }
div.DivClassName
{
background-color: #9EC96E;
}
.BgClassName
{
background-color: #9EC96E;
}
</style>
border-color css
<style>
span { border-color: #9EC96E; }
span { border-color: rgb(158,201,110); }
td.TdClassName
{
border-color: #9EC96E;
}
.TagClassName
{
border-color: #9EC96E;
}
</style>