Shades of Olivine #9ECF63
Tints of Olivine #9ECF63
RGB
CMYK
RGB Variations
Color information
#9ECF63 (or 0x9ECF63) is known color: Olivine. HEX triplet: 9E, CF and 63. RGB value is (158,207,99). Sum of RGB (Red+Green+Blue) = 158+207+99=464 (61% of max value = 765). Red value is 158 (62.11% from 255 or 34.05% from 464); Green value is 207 (81.25% from 255 or 44.61% from 464); Blue value is 99 (39.06% from 255 or 21.34% from 464); Max value from RGB is 207 - color contains mainly: green. Hex color #9ECF63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ECF63 is #61309C. Grayscale: #B4B4B4. Windows color (decimal): -6369437 or 6541214. OLE color: 6541214.
HSL color Cylindrical-coordinate representation of color #9ECF63: hue angle of 87.22º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9ECF63 is Cyan = 0.24, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 158 | 207 | 99 | - |
| CMYK | 0.24 | 0 | 0.52 | 0.19 |
| HSL | 87.22º | 0.53% | 0.6% | - |
| HSV(B) | 87.22º | 0.52% | 0.81% | - |
| XYZ | 38.67 | 52.8 | 19.96 | - |
| YUV | 180.04 | 82.27 | 112.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 207 | 99 | 0.24 | 0 | 0.52 | 0.19 | 87.22 | 0.53 | 0.6 |
| Hex | 9E | CF | 63 | 18 | 0 | 34 | 13 | 57 | 35 | 3C |
| Octal | 236 | 317 | 143 | 30 | 0 | 64 | 23 | 127 | 65 | 74 |
| Binary | 10011110 | 11001111 | 1100011 | 11000 | 0 | 110100 | 10011 | 1010111 | 110101 | 111100 |
Color Harmonies of #9ECF63
Complementary color
Monochromatic Colors of #9ECF63
Black with #9ECF63
Text Example
Text Example
White with #9ECF63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ECF63; }
p { color: rgb(158,207,99); }
H1.HeaderClassName
{
color: #9ECF63;
}
.AnyTagClassName
{
color: #9ECF63;
}
</style>
background-color css
<style>
a { background-color: #9ECF63; }
a { background-color: rgb(158,207,99); }
div.DivClassName
{
background-color: #9ECF63;
}
.BgClassName
{
background-color: #9ECF63;
}
</style>
border-color css
<style>
span { border-color: #9ECF63; }
span { border-color: rgb(158,207,99); }
td.TdClassName
{
border-color: #9ECF63;
}
.TagClassName
{
border-color: #9ECF63;
}
</style>