Shades of Olivine #9EC05F
Tints of Olivine #9EC05F
RGB
CMYK
RGB Variations
Color information
#9EC05F (or 0x9EC05F) is known color: Olivine. HEX triplet: 9E, C0 and 5F. RGB value is (158,192,95). Sum of RGB (Red+Green+Blue) = 158+192+95=445 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.51% from 445); Green value is 192 (75.39% from 255 or 43.15% from 445); Blue value is 95 (37.5% from 255 or 21.35% from 445); Max value from RGB is 192 - color contains mainly: green. Hex color #9EC05F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EC05F is #613FA0. Grayscale: #ABABAB. Windows color (decimal): -6373281 or 6275230. OLE color: 6275230.
HSL color Cylindrical-coordinate representation of color #9EC05F: hue angle of 81.03º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9EC05F is Cyan = 0.18, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 158 | 192 | 95 | - |
| CMYK | 0.18 | 0 | 0.51 | 0.25 |
| HSL | 81.03º | 0.43% | 0.56% | - |
| HSV(B) | 81.03º | 0.51% | 0.75% | - |
| XYZ | 35.02 | 45.79 | 17.82 | - |
| YUV | 170.78 | 85.24 | 118.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 192 | 95 | 0.18 | 0 | 0.51 | 0.25 | 81.03 | 0.43 | 0.56 |
| Hex | 9E | C0 | 5F | 12 | 0 | 33 | 19 | 51 | 2B | 38 |
| Octal | 236 | 300 | 137 | 22 | 0 | 63 | 31 | 121 | 53 | 70 |
| Binary | 10011110 | 11000000 | 1011111 | 10010 | 0 | 110011 | 11001 | 1010001 | 101011 | 111000 |
Color Harmonies of #9EC05F
Complementary color
Monochromatic Colors of #9EC05F
Black with #9EC05F
Text Example
Text Example
White with #9EC05F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EC05F; }
p { color: rgb(158,192,95); }
H1.HeaderClassName
{
color: #9EC05F;
}
.AnyTagClassName
{
color: #9EC05F;
}
</style>
background-color css
<style>
a { background-color: #9EC05F; }
a { background-color: rgb(158,192,95); }
div.DivClassName
{
background-color: #9EC05F;
}
.BgClassName
{
background-color: #9EC05F;
}
</style>
border-color css
<style>
span { border-color: #9EC05F; }
span { border-color: rgb(158,192,95); }
td.TdClassName
{
border-color: #9EC05F;
}
.TagClassName
{
border-color: #9EC05F;
}
</style>