Shades of Olivine #9ECC70
Tints of Olivine #9ECC70
RGB
CMYK
RGB Variations
Color information
#9ECC70 (or 0x9ECC70) is known color: Olivine. HEX triplet: 9E, CC and 70. RGB value is (158,204,112). Sum of RGB (Red+Green+Blue) = 158+204+112=474 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.33% from 474); Green value is 204 (80.08% from 255 or 43.04% from 474); Blue value is 112 (44.14% from 255 or 23.63% from 474); Max value from RGB is 204 - color contains mainly: green. Hex color #9ECC70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ECC70 is #61338F. Grayscale: #B4B4B4. Windows color (decimal): -6370192 or 7392414. OLE color: 7392414.
HSL color Cylindrical-coordinate representation of color #9ECC70: hue angle of 90º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9ECC70 is Cyan = 0.23, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 158 | 204 | 112 | - |
| CMYK | 0.23 | 0 | 0.45 | 0.2 |
| HSL | 90º | 0.47% | 0.62% | - |
| HSV(B) | 90º | 0.45% | 0.8% | - |
| XYZ | 38.62 | 51.62 | 23.26 | - |
| YUV | 179.76 | 89.76 | 112.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 204 | 112 | 0.23 | 0 | 0.45 | 0.2 | 90 | 0.47 | 0.62 |
| Hex | 9E | CC | 70 | 17 | 0 | 2D | 14 | 5A | 2F | 3E |
| Octal | 236 | 314 | 160 | 27 | 0 | 55 | 24 | 132 | 57 | 76 |
| Binary | 10011110 | 11001100 | 1110000 | 10111 | 0 | 101101 | 10100 | 1011010 | 101111 | 111110 |
Color Harmonies of #9ECC70
Complementary color
Monochromatic Colors of #9ECC70
Black with #9ECC70
Text Example
Text Example
White with #9ECC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ECC70; }
p { color: rgb(158,204,112); }
H1.HeaderClassName
{
color: #9ECC70;
}
.AnyTagClassName
{
color: #9ECC70;
}
</style>
background-color css
<style>
a { background-color: #9ECC70; }
a { background-color: rgb(158,204,112); }
div.DivClassName
{
background-color: #9ECC70;
}
.BgClassName
{
background-color: #9ECC70;
}
</style>
border-color css
<style>
span { border-color: #9ECC70; }
span { border-color: rgb(158,204,112); }
td.TdClassName
{
border-color: #9ECC70;
}
.TagClassName
{
border-color: #9ECC70;
}
</style>