Shades of Olivine #9EC05B
Tints of Olivine #9EC05B
RGB
CMYK
RGB Variations
Color information
#9EC05B (or 0x9EC05B) is known color: Olivine. HEX triplet: 9E, C0 and 5B. RGB value is (158,192,91). Sum of RGB (Red+Green+Blue) = 158+192+91=441 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.83% from 441); Green value is 192 (75.39% from 255 or 43.54% from 441); Blue value is 91 (35.94% from 255 or 20.63% from 441); Max value from RGB is 192 - color contains mainly: green. Hex color #9EC05B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EC05B is #613FA4. Grayscale: #AAAAAA. Windows color (decimal): -6373285 or 6013086. OLE color: 6013086.
HSL color Cylindrical-coordinate representation of color #9EC05B: hue angle of 80.2º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9EC05B is Cyan = 0.18, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 158 | 192 | 91 | - |
| CMYK | 0.18 | 0 | 0.53 | 0.25 |
| HSL | 80.2º | 0.44% | 0.55% | - |
| HSV(B) | 80.2º | 0.53% | 0.75% | - |
| XYZ | 34.84 | 45.72 | 16.89 | - |
| YUV | 170.32 | 83.24 | 119.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 192 | 91 | 0.18 | 0 | 0.53 | 0.25 | 80.2 | 0.44 | 0.55 |
| Hex | 9E | C0 | 5B | 12 | 0 | 35 | 19 | 50 | 2C | 37 |
| Octal | 236 | 300 | 133 | 22 | 0 | 65 | 31 | 120 | 54 | 67 |
| Binary | 10011110 | 11000000 | 1011011 | 10010 | 0 | 110101 | 11001 | 1010000 | 101100 | 110111 |
Color Harmonies of #9EC05B
Complementary color
Monochromatic Colors of #9EC05B
Black with #9EC05B
Text Example
Text Example
White with #9EC05B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EC05B; }
p { color: rgb(158,192,91); }
H1.HeaderClassName
{
color: #9EC05B;
}
.AnyTagClassName
{
color: #9EC05B;
}
</style>
background-color css
<style>
a { background-color: #9EC05B; }
a { background-color: rgb(158,192,91); }
div.DivClassName
{
background-color: #9EC05B;
}
.BgClassName
{
background-color: #9EC05B;
}
</style>
border-color css
<style>
span { border-color: #9EC05B; }
span { border-color: rgb(158,192,91); }
td.TdClassName
{
border-color: #9EC05B;
}
.TagClassName
{
border-color: #9EC05B;
}
</style>