Shades of Olivine #9EC57D
Tints of Olivine #9EC57D
RGB
CMYK
RGB Variations
Color information
#9EC57D (or 0x9EC57D) is known color: Olivine. HEX triplet: 9E, C5 and 7D. RGB value is (158,197,125). Sum of RGB (Red+Green+Blue) = 158+197+125=480 (63% of max value = 765). Red value is 158 (62.11% from 255 or 32.92% from 480); Green value is 197 (77.34% from 255 or 41.04% from 480); Blue value is 125 (49.22% from 255 or 26.04% from 480); Max value from RGB is 197 - color contains mainly: green. Hex color #9EC57D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EC57D is #613A82. Grayscale: #B1B1B1. Windows color (decimal): -6371971 or 8242590. OLE color: 8242590.
HSL color Cylindrical-coordinate representation of color #9EC57D: hue angle of 92.5º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9EC57D is Cyan = 0.20, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 158 | 197 | 125 | - |
| CMYK | 0.20 | 0 | 0.37 | 0.23 |
| HSL | 92.5º | 0.38% | 0.63% | - |
| HSV(B) | 92.5º | 0.37% | 0.77% | - |
| XYZ | 37.77 | 48.68 | 26.81 | - |
| YUV | 177.13 | 98.58 | 114.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 197 | 125 | 0.20 | 0 | 0.37 | 0.23 | 92.5 | 0.38 | 0.63 |
| Hex | 9E | C5 | 7D | 14 | 0 | 25 | 17 | 5C | 26 | 3F |
| Octal | 236 | 305 | 175 | 24 | 0 | 45 | 27 | 134 | 46 | 77 |
| Binary | 10011110 | 11000101 | 1111101 | 10100 | 0 | 100101 | 10111 | 1011100 | 100110 | 111111 |
Color Harmonies of #9EC57D
Complementary color
Monochromatic Colors of #9EC57D
Black with #9EC57D
Text Example
Text Example
White with #9EC57D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EC57D; }
p { color: rgb(158,197,125); }
H1.HeaderClassName
{
color: #9EC57D;
}
.AnyTagClassName
{
color: #9EC57D;
}
</style>
background-color css
<style>
a { background-color: #9EC57D; }
a { background-color: rgb(158,197,125); }
div.DivClassName
{
background-color: #9EC57D;
}
.BgClassName
{
background-color: #9EC57D;
}
</style>
border-color css
<style>
span { border-color: #9EC57D; }
span { border-color: rgb(158,197,125); }
td.TdClassName
{
border-color: #9EC57D;
}
.TagClassName
{
border-color: #9EC57D;
}
</style>