Shades of Olivine #9EC863
Tints of Olivine #9EC863
RGB
CMYK
RGB Variations
Color information
#9EC863 (or 0x9EC863) is known color: Olivine. HEX triplet: 9E, C8 and 63. RGB value is (158,200,99). Sum of RGB (Red+Green+Blue) = 158+200+99=457 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.57% from 457); Green value is 200 (78.52% from 255 or 43.76% from 457); Blue value is 99 (39.06% from 255 or 21.66% from 457); Max value from RGB is 200 - color contains mainly: green. Hex color #9EC863 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EC863 is #61379C. Grayscale: #B0B0B0. Windows color (decimal): -6371229 or 6539422. OLE color: 6539422.
HSL color Cylindrical-coordinate representation of color #9EC863: hue angle of 84.95º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9EC863 is Cyan = 0.21, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 158 | 200 | 99 | - |
| CMYK | 0.21 | 0 | 0.50 | 0.22 |
| HSL | 84.95º | 0.48% | 0.59% | - |
| HSV(B) | 84.95º | 0.51% | 0.78% | - |
| XYZ | 37.01 | 49.48 | 19.4 | - |
| YUV | 175.93 | 84.59 | 115.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 200 | 99 | 0.21 | 0 | 0.50 | 0.22 | 84.95 | 0.48 | 0.59 |
| Hex | 9E | C8 | 63 | 15 | 0 | 32 | 16 | 55 | 30 | 3B |
| Octal | 236 | 310 | 143 | 25 | 0 | 62 | 26 | 125 | 60 | 73 |
| Binary | 10011110 | 11001000 | 1100011 | 10101 | 0 | 110010 | 10110 | 1010101 | 110000 | 111011 |
Color Harmonies of #9EC863
Complementary color
Monochromatic Colors of #9EC863
Black with #9EC863
Text Example
Text Example
White with #9EC863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EC863; }
p { color: rgb(158,200,99); }
H1.HeaderClassName
{
color: #9EC863;
}
.AnyTagClassName
{
color: #9EC863;
}
</style>
background-color css
<style>
a { background-color: #9EC863; }
a { background-color: rgb(158,200,99); }
div.DivClassName
{
background-color: #9EC863;
}
.BgClassName
{
background-color: #9EC863;
}
</style>
border-color css
<style>
span { border-color: #9EC863; }
span { border-color: rgb(158,200,99); }
td.TdClassName
{
border-color: #9EC863;
}
.TagClassName
{
border-color: #9EC863;
}
</style>