Shades of Olivine #9EC25B
Tints of Olivine #9EC25B
RGB
CMYK
RGB Variations
Color information
#9EC25B (or 0x9EC25B) is known color: Olivine. HEX triplet: 9E, C2 and 5B. RGB value is (158,194,91). Sum of RGB (Red+Green+Blue) = 158+194+91=443 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.67% from 443); Green value is 194 (76.17% from 255 or 43.79% from 443); Blue value is 91 (35.94% from 255 or 20.54% from 443); Max value from RGB is 194 - color contains mainly: green. Hex color #9EC25B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EC25B is #613DA4. Grayscale: #ABABAB. Windows color (decimal): -6372773 or 6013598. OLE color: 6013598.
HSL color Cylindrical-coordinate representation of color #9EC25B: hue angle of 80.97º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9EC25B is Cyan = 0.19, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 158 | 194 | 91 | - |
| CMYK | 0.19 | 0 | 0.53 | 0.24 |
| HSL | 80.97º | 0.46% | 0.56% | - |
| HSV(B) | 80.97º | 0.53% | 0.76% | - |
| XYZ | 35.28 | 46.61 | 17.03 | - |
| YUV | 171.49 | 82.57 | 118.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 194 | 91 | 0.19 | 0 | 0.53 | 0.24 | 80.97 | 0.46 | 0.56 |
| Hex | 9E | C2 | 5B | 13 | 0 | 35 | 18 | 51 | 2E | 38 |
| Octal | 236 | 302 | 133 | 23 | 0 | 65 | 30 | 121 | 56 | 70 |
| Binary | 10011110 | 11000010 | 1011011 | 10011 | 0 | 110101 | 11000 | 1010001 | 101110 | 111000 |
Color Harmonies of #9EC25B
Complementary color
Monochromatic Colors of #9EC25B
Black with #9EC25B
Text Example
Text Example
White with #9EC25B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EC25B; }
p { color: rgb(158,194,91); }
H1.HeaderClassName
{
color: #9EC25B;
}
.AnyTagClassName
{
color: #9EC25B;
}
</style>
background-color css
<style>
a { background-color: #9EC25B; }
a { background-color: rgb(158,194,91); }
div.DivClassName
{
background-color: #9EC25B;
}
.BgClassName
{
background-color: #9EC25B;
}
</style>
border-color css
<style>
span { border-color: #9EC25B; }
span { border-color: rgb(158,194,91); }
td.TdClassName
{
border-color: #9EC25B;
}
.TagClassName
{
border-color: #9EC25B;
}
</style>