Shades of Olivine #9EC07E
Tints of Olivine #9EC07E
RGB
CMYK
RGB Variations
Color information
#9EC07E (or 0x9EC07E) is known color: Olivine. HEX triplet: 9E, C0 and 7E. RGB value is (158,192,126). Sum of RGB (Red+Green+Blue) = 158+192+126=476 (63% of max value = 765). Red value is 158 (62.11% from 255 or 33.19% from 476); Green value is 192 (75.39% from 255 or 40.34% from 476); Blue value is 126 (49.61% from 255 or 26.47% from 476); Max value from RGB is 192 - color contains mainly: green. Hex color #9EC07E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EC07E is #613F81. Grayscale: #AEAEAE. Windows color (decimal): -6373250 or 8306846. OLE color: 8306846.
HSL color Cylindrical-coordinate representation of color #9EC07E: hue angle of 90.91º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9EC07E is Cyan = 0.18, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 158 | 192 | 126 | - |
| CMYK | 0.18 | 0 | 0.34 | 0.25 |
| HSL | 90.91º | 0.34% | 0.62% | - |
| HSV(B) | 90.91º | 0.34% | 0.75% | - |
| XYZ | 36.72 | 46.47 | 26.77 | - |
| YUV | 174.31 | 100.74 | 116.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 192 | 126 | 0.18 | 0 | 0.34 | 0.25 | 90.91 | 0.34 | 0.62 |
| Hex | 9E | C0 | 7E | 12 | 0 | 22 | 19 | 5B | 22 | 3E |
| Octal | 236 | 300 | 176 | 22 | 0 | 42 | 31 | 133 | 42 | 76 |
| Binary | 10011110 | 11000000 | 1111110 | 10010 | 0 | 100010 | 11001 | 1011011 | 100010 | 111110 |
Color Harmonies of #9EC07E
Complementary color
Monochromatic Colors of #9EC07E
Black with #9EC07E
Text Example
Text Example
White with #9EC07E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EC07E; }
p { color: rgb(158,192,126); }
H1.HeaderClassName
{
color: #9EC07E;
}
.AnyTagClassName
{
color: #9EC07E;
}
</style>
background-color css
<style>
a { background-color: #9EC07E; }
a { background-color: rgb(158,192,126); }
div.DivClassName
{
background-color: #9EC07E;
}
.BgClassName
{
background-color: #9EC07E;
}
</style>
border-color css
<style>
span { border-color: #9EC07E; }
span { border-color: rgb(158,192,126); }
td.TdClassName
{
border-color: #9EC07E;
}
.TagClassName
{
border-color: #9EC07E;
}
</style>