Shades of Olivine #9EC96D
Tints of Olivine #9EC96D
RGB
CMYK
RGB Variations
Color information
#9EC96D (or 0x9EC96D) is known color: Olivine. HEX triplet: 9E, C9 and 6D. RGB value is (158,201,109). Sum of RGB (Red+Green+Blue) = 158+201+109=468 (61% of max value = 765). Red value is 158 (62.11% from 255 or 33.76% from 468); Green value is 201 (78.91% from 255 or 42.95% from 468); Blue value is 109 (42.97% from 255 or 23.29% from 468); Max value from RGB is 201 - color contains mainly: green. Hex color #9EC96D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EC96D is #613692. Grayscale: #B1B1B1. Windows color (decimal): -6370963 or 7195038. OLE color: 7195038.
HSL color Cylindrical-coordinate representation of color #9EC96D: hue angle of 88.04º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9EC96D is Cyan = 0.21, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 158 | 201 | 109 | - |
| CMYK | 0.21 | 0 | 0.46 | 0.21 |
| HSL | 88.04º | 0.46% | 0.61% | - |
| HSV(B) | 88.04º | 0.46% | 0.79% | - |
| XYZ | 37.75 | 50.15 | 22.16 | - |
| YUV | 177.66 | 89.25 | 113.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 201 | 109 | 0.21 | 0 | 0.46 | 0.21 | 88.04 | 0.46 | 0.61 |
| Hex | 9E | C9 | 6D | 15 | 0 | 2E | 15 | 58 | 2E | 3D |
| Octal | 236 | 311 | 155 | 25 | 0 | 56 | 25 | 130 | 56 | 75 |
| Binary | 10011110 | 11001001 | 1101101 | 10101 | 0 | 101110 | 10101 | 1011000 | 101110 | 111101 |
Color Harmonies of #9EC96D
Complementary color
Monochromatic Colors of #9EC96D
Black with #9EC96D
Text Example
Text Example
White with #9EC96D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EC96D; }
p { color: rgb(158,201,109); }
H1.HeaderClassName
{
color: #9EC96D;
}
.AnyTagClassName
{
color: #9EC96D;
}
</style>
background-color css
<style>
a { background-color: #9EC96D; }
a { background-color: rgb(158,201,109); }
div.DivClassName
{
background-color: #9EC96D;
}
.BgClassName
{
background-color: #9EC96D;
}
</style>
border-color css
<style>
span { border-color: #9EC96D; }
span { border-color: rgb(158,201,109); }
td.TdClassName
{
border-color: #9EC96D;
}
.TagClassName
{
border-color: #9EC96D;
}
</style>