Shades of Olivine #9ECA5F
Tints of Olivine #9ECA5F
RGB
CMYK
RGB Variations
Color information
#9ECA5F (or 0x9ECA5F) is known color: Olivine. HEX triplet: 9E, CA and 5F. RGB value is (158,202,95). Sum of RGB (Red+Green+Blue) = 158+202+95=455 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.73% from 455); Green value is 202 (79.30% from 255 or 44.40% from 455); Blue value is 95 (37.5% from 255 or 20.88% from 455); Max value from RGB is 202 - color contains mainly: green. Hex color #9ECA5F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ECA5F is #6135A0. Grayscale: #B1B1B1. Windows color (decimal): -6370721 or 6277790. OLE color: 6277790.
HSL color Cylindrical-coordinate representation of color #9ECA5F: hue angle of 84.67º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9ECA5F is Cyan = 0.22, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 158 | 202 | 95 | - |
| CMYK | 0.22 | 0 | 0.53 | 0.21 |
| HSL | 84.67º | 0.5% | 0.58% | - |
| HSV(B) | 84.67º | 0.53% | 0.79% | - |
| XYZ | 37.29 | 50.34 | 18.58 | - |
| YUV | 176.65 | 81.92 | 114.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 202 | 95 | 0.22 | 0 | 0.53 | 0.21 | 84.67 | 0.5 | 0.58 |
| Hex | 9E | CA | 5F | 16 | 0 | 35 | 15 | 55 | 32 | 3A |
| Octal | 236 | 312 | 137 | 26 | 0 | 65 | 25 | 125 | 62 | 72 |
| Binary | 10011110 | 11001010 | 1011111 | 10110 | 0 | 110101 | 10101 | 1010101 | 110010 | 111010 |
Color Harmonies of #9ECA5F
Complementary color
Monochromatic Colors of #9ECA5F
Black with #9ECA5F
Text Example
Text Example
White with #9ECA5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ECA5F; }
p { color: rgb(158,202,95); }
H1.HeaderClassName
{
color: #9ECA5F;
}
.AnyTagClassName
{
color: #9ECA5F;
}
</style>
background-color css
<style>
a { background-color: #9ECA5F; }
a { background-color: rgb(158,202,95); }
div.DivClassName
{
background-color: #9ECA5F;
}
.BgClassName
{
background-color: #9ECA5F;
}
</style>
border-color css
<style>
span { border-color: #9ECA5F; }
span { border-color: rgb(158,202,95); }
td.TdClassName
{
border-color: #9ECA5F;
}
.TagClassName
{
border-color: #9ECA5F;
}
</style>