Shades of Olivine #9EC963
Tints of Olivine #9EC963
RGB
CMYK
RGB Variations
Color information
#9EC963 (or 0x9EC963) is known color: Olivine. HEX triplet: 9E, C9 and 63. RGB value is (158,201,99). Sum of RGB (Red+Green+Blue) = 158+201+99=458 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.50% from 458); Green value is 201 (78.91% from 255 or 43.89% from 458); Blue value is 99 (39.06% from 255 or 21.62% from 458); Max value from RGB is 201 - color contains mainly: green. Hex color #9EC963 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EC963 is #61369C. Grayscale: #B0B0B0. Windows color (decimal): -6370973 or 6539678. OLE color: 6539678.
HSL color Cylindrical-coordinate representation of color #9EC963: hue angle of 85.29º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9EC963 is Cyan = 0.21, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 158 | 201 | 99 | - |
| CMYK | 0.21 | 0 | 0.51 | 0.21 |
| HSL | 85.29º | 0.49% | 0.59% | - |
| HSV(B) | 85.29º | 0.51% | 0.79% | - |
| XYZ | 37.24 | 49.94 | 19.48 | - |
| YUV | 176.52 | 84.25 | 114.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 201 | 99 | 0.21 | 0 | 0.51 | 0.21 | 85.29 | 0.49 | 0.59 |
| Hex | 9E | C9 | 63 | 15 | 0 | 33 | 15 | 55 | 31 | 3B |
| Octal | 236 | 311 | 143 | 25 | 0 | 63 | 25 | 125 | 61 | 73 |
| Binary | 10011110 | 11001001 | 1100011 | 10101 | 0 | 110011 | 10101 | 1010101 | 110001 | 111011 |
Color Harmonies of #9EC963
Complementary color
Monochromatic Colors of #9EC963
Black with #9EC963
Text Example
Text Example
White with #9EC963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EC963; }
p { color: rgb(158,201,99); }
H1.HeaderClassName
{
color: #9EC963;
}
.AnyTagClassName
{
color: #9EC963;
}
</style>
background-color css
<style>
a { background-color: #9EC963; }
a { background-color: rgb(158,201,99); }
div.DivClassName
{
background-color: #9EC963;
}
.BgClassName
{
background-color: #9EC963;
}
</style>
border-color css
<style>
span { border-color: #9EC963; }
span { border-color: rgb(158,201,99); }
td.TdClassName
{
border-color: #9EC963;
}
.TagClassName
{
border-color: #9EC963;
}
</style>