Shades of Olivine #9EC25D
Tints of Olivine #9EC25D
RGB
CMYK
RGB Variations
Color information
#9EC25D (or 0x9EC25D) is known color: Olivine. HEX triplet: 9E, C2 and 5D. RGB value is (158,194,93). Sum of RGB (Red+Green+Blue) = 158+194+93=445 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.51% from 445); Green value is 194 (76.17% from 255 or 43.60% from 445); Blue value is 93 (36.72% from 255 or 20.90% from 445); Max value from RGB is 194 - color contains mainly: green. Hex color #9EC25D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EC25D is #613DA2. Grayscale: #ACACAC. Windows color (decimal): -6372771 or 6144670. OLE color: 6144670.
HSL color Cylindrical-coordinate representation of color #9EC25D: hue angle of 81.39º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9EC25D is Cyan = 0.19, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 158 | 194 | 93 | - |
| CMYK | 0.19 | 0 | 0.52 | 0.24 |
| HSL | 81.39º | 0.45% | 0.56% | - |
| HSV(B) | 81.39º | 0.52% | 0.76% | - |
| XYZ | 35.37 | 46.64 | 17.49 | - |
| YUV | 171.72 | 83.57 | 118.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 194 | 93 | 0.19 | 0 | 0.52 | 0.24 | 81.39 | 0.45 | 0.56 |
| Hex | 9E | C2 | 5D | 13 | 0 | 34 | 18 | 51 | 2D | 38 |
| Octal | 236 | 302 | 135 | 23 | 0 | 64 | 30 | 121 | 55 | 70 |
| Binary | 10011110 | 11000010 | 1011101 | 10011 | 0 | 110100 | 11000 | 1010001 | 101101 | 111000 |
Color Harmonies of #9EC25D
Complementary color
Monochromatic Colors of #9EC25D
Black with #9EC25D
Text Example
Text Example
White with #9EC25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EC25D; }
p { color: rgb(158,194,93); }
H1.HeaderClassName
{
color: #9EC25D;
}
.AnyTagClassName
{
color: #9EC25D;
}
</style>
background-color css
<style>
a { background-color: #9EC25D; }
a { background-color: rgb(158,194,93); }
div.DivClassName
{
background-color: #9EC25D;
}
.BgClassName
{
background-color: #9EC25D;
}
</style>
border-color css
<style>
span { border-color: #9EC25D; }
span { border-color: rgb(158,194,93); }
td.TdClassName
{
border-color: #9EC25D;
}
.TagClassName
{
border-color: #9EC25D;
}
</style>