Shades of Olivine #9EC159
Tints of Olivine #9EC159
RGB
CMYK
RGB Variations
Color information
#9EC159 (or 0x9EC159) is known color: Olivine. HEX triplet: 9E, C1 and 59. RGB value is (158,193,89). Sum of RGB (Red+Green+Blue) = 158+193+89=440 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.91% from 440); Green value is 193 (75.78% from 255 or 43.86% from 440); Blue value is 89 (35.16% from 255 or 20.23% from 440); Max value from RGB is 193 - color contains mainly: green. Hex color #9EC159 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EC159 is #613EA6. Grayscale: #ABABAB. Windows color (decimal): -6373031 or 5882270. OLE color: 5882270.
HSL color Cylindrical-coordinate representation of color #9EC159: hue angle of 80.19º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9EC159 is Cyan = 0.18, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 158 | 193 | 89 | - |
| CMYK | 0.18 | 0 | 0.54 | 0.24 |
| HSL | 80.19º | 0.46% | 0.55% | - |
| HSV(B) | 80.19º | 0.54% | 0.76% | - |
| XYZ | 34.97 | 46.13 | 16.51 | - |
| YUV | 170.68 | 81.9 | 118.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 193 | 89 | 0.18 | 0 | 0.54 | 0.24 | 80.19 | 0.46 | 0.55 |
| Hex | 9E | C1 | 59 | 12 | 0 | 36 | 18 | 50 | 2E | 37 |
| Octal | 236 | 301 | 131 | 22 | 0 | 66 | 30 | 120 | 56 | 67 |
| Binary | 10011110 | 11000001 | 1011001 | 10010 | 0 | 110110 | 11000 | 1010000 | 101110 | 110111 |
Color Harmonies of #9EC159
Complementary color
Monochromatic Colors of #9EC159
Black with #9EC159
Text Example
Text Example
White with #9EC159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EC159; }
p { color: rgb(158,193,89); }
H1.HeaderClassName
{
color: #9EC159;
}
.AnyTagClassName
{
color: #9EC159;
}
</style>
background-color css
<style>
a { background-color: #9EC159; }
a { background-color: rgb(158,193,89); }
div.DivClassName
{
background-color: #9EC159;
}
.BgClassName
{
background-color: #9EC159;
}
</style>
border-color css
<style>
span { border-color: #9EC159; }
span { border-color: rgb(158,193,89); }
td.TdClassName
{
border-color: #9EC159;
}
.TagClassName
{
border-color: #9EC159;
}
</style>