Shades of Olivine #9ECA70
Tints of Olivine #9ECA70
RGB
CMYK
RGB Variations
Color information
#9ECA70 (or 0x9ECA70) is known color: Olivine. HEX triplet: 9E, CA and 70. RGB value is (158,202,112). Sum of RGB (Red+Green+Blue) = 158+202+112=472 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.47% from 472); Green value is 202 (79.30% from 255 or 42.80% from 472); Blue value is 112 (44.14% from 255 or 23.73% from 472); Max value from RGB is 202 - color contains mainly: green. Hex color #9ECA70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ECA70 is #61358F. Grayscale: #B2B2B2. Windows color (decimal): -6370704 or 7391902. OLE color: 7391902.
HSL color Cylindrical-coordinate representation of color #9ECA70: hue angle of 89.33º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9ECA70 is Cyan = 0.22, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 158 | 202 | 112 | - |
| CMYK | 0.22 | 0 | 0.45 | 0.21 |
| HSL | 89.33º | 0.46% | 0.62% | - |
| HSV(B) | 89.33º | 0.45% | 0.79% | - |
| XYZ | 38.15 | 50.68 | 23.1 | - |
| YUV | 178.58 | 90.42 | 113.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 202 | 112 | 0.22 | 0 | 0.45 | 0.21 | 89.33 | 0.46 | 0.62 |
| Hex | 9E | CA | 70 | 16 | 0 | 2D | 15 | 59 | 2E | 3E |
| Octal | 236 | 312 | 160 | 26 | 0 | 55 | 25 | 131 | 56 | 76 |
| Binary | 10011110 | 11001010 | 1110000 | 10110 | 0 | 101101 | 10101 | 1011001 | 101110 | 111110 |
Color Harmonies of #9ECA70
Complementary color
Monochromatic Colors of #9ECA70
Black with #9ECA70
Text Example
Text Example
White with #9ECA70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ECA70; }
p { color: rgb(158,202,112); }
H1.HeaderClassName
{
color: #9ECA70;
}
.AnyTagClassName
{
color: #9ECA70;
}
</style>
background-color css
<style>
a { background-color: #9ECA70; }
a { background-color: rgb(158,202,112); }
div.DivClassName
{
background-color: #9ECA70;
}
.BgClassName
{
background-color: #9ECA70;
}
</style>
border-color css
<style>
span { border-color: #9ECA70; }
span { border-color: rgb(158,202,112); }
td.TdClassName
{
border-color: #9ECA70;
}
.TagClassName
{
border-color: #9ECA70;
}
</style>