Shades of Olivine #9EC45F
Tints of Olivine #9EC45F
RGB
CMYK
RGB Variations
Color information
#9EC45F (or 0x9EC45F) is known color: Olivine. HEX triplet: 9E, C4 and 5F. RGB value is (158,196,95). Sum of RGB (Red+Green+Blue) = 158+196+95=449 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.19% from 449); Green value is 196 (76.95% from 255 or 43.65% from 449); Blue value is 95 (37.5% from 255 or 21.16% from 449); Max value from RGB is 196 - color contains mainly: green. Hex color #9EC45F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EC45F is #613BA0. Grayscale: #ADADAD. Windows color (decimal): -6372257 or 6276254. OLE color: 6276254.
HSL color Cylindrical-coordinate representation of color #9EC45F: hue angle of 82.57º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9EC45F is Cyan = 0.19, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 158 | 196 | 95 | - |
| CMYK | 0.19 | 0 | 0.52 | 0.23 |
| HSL | 82.57º | 0.46% | 0.57% | - |
| HSV(B) | 82.57º | 0.52% | 0.77% | - |
| XYZ | 35.91 | 47.58 | 18.12 | - |
| YUV | 173.12 | 83.91 | 117.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 196 | 95 | 0.19 | 0 | 0.52 | 0.23 | 82.57 | 0.46 | 0.57 |
| Hex | 9E | C4 | 5F | 13 | 0 | 34 | 17 | 53 | 2E | 39 |
| Octal | 236 | 304 | 137 | 23 | 0 | 64 | 27 | 123 | 56 | 71 |
| Binary | 10011110 | 11000100 | 1011111 | 10011 | 0 | 110100 | 10111 | 1010011 | 101110 | 111001 |
Color Harmonies of #9EC45F
Complementary color
Monochromatic Colors of #9EC45F
Black with #9EC45F
Text Example
Text Example
White with #9EC45F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EC45F; }
p { color: rgb(158,196,95); }
H1.HeaderClassName
{
color: #9EC45F;
}
.AnyTagClassName
{
color: #9EC45F;
}
</style>
background-color css
<style>
a { background-color: #9EC45F; }
a { background-color: rgb(158,196,95); }
div.DivClassName
{
background-color: #9EC45F;
}
.BgClassName
{
background-color: #9EC45F;
}
</style>
border-color css
<style>
span { border-color: #9EC45F; }
span { border-color: rgb(158,196,95); }
td.TdClassName
{
border-color: #9EC45F;
}
.TagClassName
{
border-color: #9EC45F;
}
</style>