Shades of Olivine #9ED063
Tints of Olivine #9ED063
RGB
CMYK
RGB Variations
Color information
#9ED063 (or 0x9ED063) is known color: Olivine. HEX triplet: 9E, D0 and 63. RGB value is (158,208,99). Sum of RGB (Red+Green+Blue) = 158+208+99=465 (61% of max value = 765). Red value is 158 (62.11% from 255 or 33.98% from 465); Green value is 208 (81.64% from 255 or 44.73% from 465); Blue value is 99 (39.06% from 255 or 21.29% from 465); Max value from RGB is 208 - color contains mainly: green. Hex color #9ED063 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ED063 is #612F9C. Grayscale: #B5B5B5. Windows color (decimal): -6369181 or 6541470. OLE color: 6541470.
HSL color Cylindrical-coordinate representation of color #9ED063: hue angle of 87.52º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9ED063 is Cyan = 0.24, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 158 | 208 | 99 | - |
| CMYK | 0.24 | 0 | 0.52 | 0.18 |
| HSL | 87.52º | 0.54% | 0.6% | - |
| HSV(B) | 87.52º | 0.52% | 0.82% | - |
| XYZ | 38.91 | 53.28 | 20.04 | - |
| YUV | 180.62 | 81.94 | 111.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 208 | 99 | 0.24 | 0 | 0.52 | 0.18 | 87.52 | 0.54 | 0.6 |
| Hex | 9E | D0 | 63 | 18 | 0 | 34 | 12 | 58 | 36 | 3C |
| Octal | 236 | 320 | 143 | 30 | 0 | 64 | 22 | 130 | 66 | 74 |
| Binary | 10011110 | 11010000 | 1100011 | 11000 | 0 | 110100 | 10010 | 1011000 | 110110 | 111100 |
Color Harmonies of #9ED063
Complementary color
Monochromatic Colors of #9ED063
Black with #9ED063
Text Example
Text Example
White with #9ED063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED063; }
p { color: rgb(158,208,99); }
H1.HeaderClassName
{
color: #9ED063;
}
.AnyTagClassName
{
color: #9ED063;
}
</style>
background-color css
<style>
a { background-color: #9ED063; }
a { background-color: rgb(158,208,99); }
div.DivClassName
{
background-color: #9ED063;
}
.BgClassName
{
background-color: #9ED063;
}
</style>
border-color css
<style>
span { border-color: #9ED063; }
span { border-color: rgb(158,208,99); }
td.TdClassName
{
border-color: #9ED063;
}
.TagClassName
{
border-color: #9ED063;
}
</style>