Shades of Olivine #9EC564
Tints of Olivine #9EC564
RGB
CMYK
RGB Variations
Color information
#9EC564 (or 0x9EC564) is known color: Olivine. HEX triplet: 9E, C5 and 64. RGB value is (158,197,100). Sum of RGB (Red+Green+Blue) = 158+197+100=455 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.73% from 455); Green value is 197 (77.34% from 255 or 43.30% from 455); Blue value is 100 (39.45% from 255 or 21.98% from 455); Max value from RGB is 197 - color contains mainly: green. Hex color #9EC564 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EC564 is #613A9B. Grayscale: #AEAEAE. Windows color (decimal): -6371996 or 6604190. OLE color: 6604190.
HSL color Cylindrical-coordinate representation of color #9EC564: hue angle of 84.12º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9EC564 is Cyan = 0.20, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 158 | 197 | 100 | - |
| CMYK | 0.20 | 0 | 0.49 | 0.23 |
| HSL | 84.12º | 0.46% | 0.58% | - |
| HSV(B) | 84.12º | 0.49% | 0.77% | - |
| XYZ | 36.37 | 48.12 | 19.43 | - |
| YUV | 174.28 | 86.08 | 116.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 197 | 100 | 0.20 | 0 | 0.49 | 0.23 | 84.12 | 0.46 | 0.58 |
| Hex | 9E | C5 | 64 | 14 | 0 | 31 | 17 | 54 | 2E | 3A |
| Octal | 236 | 305 | 144 | 24 | 0 | 61 | 27 | 124 | 56 | 72 |
| Binary | 10011110 | 11000101 | 1100100 | 10100 | 0 | 110001 | 10111 | 1010100 | 101110 | 111010 |
Color Harmonies of #9EC564
Complementary color
Monochromatic Colors of #9EC564
Black with #9EC564
Text Example
Text Example
White with #9EC564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EC564; }
p { color: rgb(158,197,100); }
H1.HeaderClassName
{
color: #9EC564;
}
.AnyTagClassName
{
color: #9EC564;
}
</style>
background-color css
<style>
a { background-color: #9EC564; }
a { background-color: rgb(158,197,100); }
div.DivClassName
{
background-color: #9EC564;
}
.BgClassName
{
background-color: #9EC564;
}
</style>
border-color css
<style>
span { border-color: #9EC564; }
span { border-color: rgb(158,197,100); }
td.TdClassName
{
border-color: #9EC564;
}
.TagClassName
{
border-color: #9EC564;
}
</style>