Shades of Olivine #9EC35D
Tints of Olivine #9EC35D
RGB
CMYK
RGB Variations
Color information
#9EC35D (or 0x9EC35D) is known color: Olivine. HEX triplet: 9E, C3 and 5D. RGB value is (158,195,93). Sum of RGB (Red+Green+Blue) = 158+195+93=446 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.43% from 446); Green value is 195 (76.56% from 255 or 43.72% from 446); Blue value is 93 (36.72% from 255 or 20.85% from 446); Max value from RGB is 195 - color contains mainly: green. Hex color #9EC35D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EC35D is #613CA2. Grayscale: #ACACAC. Windows color (decimal): -6372515 or 6144926. OLE color: 6144926.
HSL color Cylindrical-coordinate representation of color #9EC35D: hue angle of 81.76º degrees, saturation: 0.46, 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 #9EC35D is Cyan = 0.19, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 158 | 195 | 93 | - |
| CMYK | 0.19 | 0 | 0.52 | 0.24 |
| HSL | 81.76º | 0.46% | 0.56% | - |
| HSV(B) | 81.76º | 0.52% | 0.76% | - |
| XYZ | 35.59 | 47.09 | 17.57 | - |
| YUV | 172.31 | 83.24 | 117.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 195 | 93 | 0.19 | 0 | 0.52 | 0.24 | 81.76 | 0.46 | 0.56 |
| Hex | 9E | C3 | 5D | 13 | 0 | 34 | 18 | 52 | 2E | 38 |
| Octal | 236 | 303 | 135 | 23 | 0 | 64 | 30 | 122 | 56 | 70 |
| Binary | 10011110 | 11000011 | 1011101 | 10011 | 0 | 110100 | 11000 | 1010010 | 101110 | 111000 |
Color Harmonies of #9EC35D
Complementary color
Monochromatic Colors of #9EC35D
Black with #9EC35D
Text Example
Text Example
White with #9EC35D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EC35D; }
p { color: rgb(158,195,93); }
H1.HeaderClassName
{
color: #9EC35D;
}
.AnyTagClassName
{
color: #9EC35D;
}
</style>
background-color css
<style>
a { background-color: #9EC35D; }
a { background-color: rgb(158,195,93); }
div.DivClassName
{
background-color: #9EC35D;
}
.BgClassName
{
background-color: #9EC35D;
}
</style>
border-color css
<style>
span { border-color: #9EC35D; }
span { border-color: rgb(158,195,93); }
td.TdClassName
{
border-color: #9EC35D;
}
.TagClassName
{
border-color: #9EC35D;
}
</style>