Shades of Olivine #9EC95B
Tints of Olivine #9EC95B
RGB
CMYK
RGB Variations
Color information
#9EC95B (or 0x9EC95B) is known color: Olivine. HEX triplet: 9E, C9 and 5B. RGB value is (158,201,91). Sum of RGB (Red+Green+Blue) = 158+201+91=450 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.11% from 450); Green value is 201 (78.91% from 255 or 44.67% from 450); Blue value is 91 (35.94% from 255 or 20.22% from 450); Max value from RGB is 201 - color contains mainly: green. Hex color #9EC95B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EC95B is #6136A4. Grayscale: #AFAFAF. Windows color (decimal): -6370981 or 6015390. OLE color: 6015390.
HSL color Cylindrical-coordinate representation of color #9EC95B: hue angle of 83.45º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9EC95B is Cyan = 0.21, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 158 | 201 | 91 | - |
| CMYK | 0.21 | 0 | 0.55 | 0.21 |
| HSL | 83.45º | 0.5% | 0.57% | - |
| HSV(B) | 83.45º | 0.55% | 0.79% | - |
| XYZ | 36.88 | 49.8 | 17.57 | - |
| YUV | 175.6 | 80.25 | 115.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 201 | 91 | 0.21 | 0 | 0.55 | 0.21 | 83.45 | 0.5 | 0.57 |
| Hex | 9E | C9 | 5B | 15 | 0 | 37 | 15 | 53 | 32 | 39 |
| Octal | 236 | 311 | 133 | 25 | 0 | 67 | 25 | 123 | 62 | 71 |
| Binary | 10011110 | 11001001 | 1011011 | 10101 | 0 | 110111 | 10101 | 1010011 | 110010 | 111001 |
Color Harmonies of #9EC95B
Complementary color
Monochromatic Colors of #9EC95B
Black with #9EC95B
Text Example
Text Example
White with #9EC95B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EC95B; }
p { color: rgb(158,201,91); }
H1.HeaderClassName
{
color: #9EC95B;
}
.AnyTagClassName
{
color: #9EC95B;
}
</style>
background-color css
<style>
a { background-color: #9EC95B; }
a { background-color: rgb(158,201,91); }
div.DivClassName
{
background-color: #9EC95B;
}
.BgClassName
{
background-color: #9EC95B;
}
</style>
border-color css
<style>
span { border-color: #9EC95B; }
span { border-color: rgb(158,201,91); }
td.TdClassName
{
border-color: #9EC95B;
}
.TagClassName
{
border-color: #9EC95B;
}
</style>