Shades of Olivine #9ECA62
Tints of Olivine #9ECA62
RGB
CMYK
RGB Variations
Color information
#9ECA62 (or 0x9ECA62) is known color: Olivine. HEX triplet: 9E, CA and 62. RGB value is (158,202,98). Sum of RGB (Red+Green+Blue) = 158+202+98=458 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.50% from 458); Green value is 202 (79.30% from 255 or 44.10% from 458); Blue value is 98 (38.67% from 255 or 21.40% from 458); Max value from RGB is 202 - color contains mainly: green. Hex color #9ECA62 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ECA62 is #61359D. Grayscale: #B1B1B1. Windows color (decimal): -6370718 or 6474398. OLE color: 6474398.
HSL color Cylindrical-coordinate representation of color #9ECA62: hue angle of 85.38º degrees, saturation: 0.5, 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 #9ECA62 is Cyan = 0.22, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 158 | 202 | 98 | - |
| CMYK | 0.22 | 0 | 0.51 | 0.21 |
| HSL | 85.38º | 0.5% | 0.59% | - |
| HSV(B) | 85.38º | 0.51% | 0.79% | - |
| XYZ | 37.43 | 50.39 | 19.31 | - |
| YUV | 176.99 | 83.42 | 114.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 202 | 98 | 0.22 | 0 | 0.51 | 0.21 | 85.38 | 0.5 | 0.59 |
| Hex | 9E | CA | 62 | 16 | 0 | 33 | 15 | 55 | 32 | 3B |
| Octal | 236 | 312 | 142 | 26 | 0 | 63 | 25 | 125 | 62 | 73 |
| Binary | 10011110 | 11001010 | 1100010 | 10110 | 0 | 110011 | 10101 | 1010101 | 110010 | 111011 |
Color Harmonies of #9ECA62
Complementary color
Monochromatic Colors of #9ECA62
Black with #9ECA62
Text Example
Text Example
White with #9ECA62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ECA62; }
p { color: rgb(158,202,98); }
H1.HeaderClassName
{
color: #9ECA62;
}
.AnyTagClassName
{
color: #9ECA62;
}
</style>
background-color css
<style>
a { background-color: #9ECA62; }
a { background-color: rgb(158,202,98); }
div.DivClassName
{
background-color: #9ECA62;
}
.BgClassName
{
background-color: #9ECA62;
}
</style>
border-color css
<style>
span { border-color: #9ECA62; }
span { border-color: rgb(158,202,98); }
td.TdClassName
{
border-color: #9ECA62;
}
.TagClassName
{
border-color: #9ECA62;
}
</style>