Shades of Olivine #9EC36E
Tints of Olivine #9EC36E
RGB
CMYK
RGB Variations
Color information
#9EC36E (or 0x9EC36E) is known color: Olivine. HEX triplet: 9E, C3 and 6E. RGB value is (158,195,110). Sum of RGB (Red+Green+Blue) = 158+195+110=463 (61% of max value = 765). Red value is 158 (62.11% from 255 or 34.13% from 463); Green value is 195 (76.56% from 255 or 42.12% from 463); Blue value is 110 (43.36% from 255 or 23.76% from 463); Max value from RGB is 195 - color contains mainly: green. Hex color #9EC36E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EC36E is #613C91. Grayscale: #AEAEAE. Windows color (decimal): -6372498 or 7259038. OLE color: 7259038.
HSL color Cylindrical-coordinate representation of color #9EC36E: hue angle of 86.12º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9EC36E is Cyan = 0.19, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 158 | 195 | 110 | - |
| CMYK | 0.19 | 0 | 0.44 | 0.24 |
| HSL | 86.12º | 0.41% | 0.6% | - |
| HSV(B) | 86.12º | 0.44% | 0.76% | - |
| XYZ | 36.43 | 47.43 | 21.99 | - |
| YUV | 174.25 | 91.74 | 116.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 195 | 110 | 0.19 | 0 | 0.44 | 0.24 | 86.12 | 0.41 | 0.6 |
| Hex | 9E | C3 | 6E | 13 | 0 | 2C | 18 | 56 | 29 | 3C |
| Octal | 236 | 303 | 156 | 23 | 0 | 54 | 30 | 126 | 51 | 74 |
| Binary | 10011110 | 11000011 | 1101110 | 10011 | 0 | 101100 | 11000 | 1010110 | 101001 | 111100 |
Color Harmonies of #9EC36E
Complementary color
Monochromatic Colors of #9EC36E
Black with #9EC36E
Text Example
Text Example
White with #9EC36E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EC36E; }
p { color: rgb(158,195,110); }
H1.HeaderClassName
{
color: #9EC36E;
}
.AnyTagClassName
{
color: #9EC36E;
}
</style>
background-color css
<style>
a { background-color: #9EC36E; }
a { background-color: rgb(158,195,110); }
div.DivClassName
{
background-color: #9EC36E;
}
.BgClassName
{
background-color: #9EC36E;
}
</style>
border-color css
<style>
span { border-color: #9EC36E; }
span { border-color: rgb(158,195,110); }
td.TdClassName
{
border-color: #9EC36E;
}
.TagClassName
{
border-color: #9EC36E;
}
</style>