Shades of Olivine #9ECC71
Tints of Olivine #9ECC71
RGB
CMYK
RGB Variations
Color information
#9ECC71 (or 0x9ECC71) is known color: Olivine. HEX triplet: 9E, CC and 71. RGB value is (158,204,113). Sum of RGB (Red+Green+Blue) = 158+204+113=475 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.26% from 475); Green value is 204 (80.08% from 255 or 42.95% from 475); Blue value is 113 (44.53% from 255 or 23.79% from 475); Max value from RGB is 204 - color contains mainly: green. Hex color #9ECC71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ECC71 is #61338E. Grayscale: #B4B4B4. Windows color (decimal): -6370191 or 7457950. OLE color: 7457950.
HSL color Cylindrical-coordinate representation of color #9ECC71: hue angle of 90.33º 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 #9ECC71 is Cyan = 0.23, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 158 | 204 | 113 | - |
| CMYK | 0.23 | 0 | 0.45 | 0.2 |
| HSL | 90.33º | 0.47% | 0.62% | - |
| HSV(B) | 90.33º | 0.45% | 0.8% | - |
| XYZ | 38.67 | 51.65 | 23.55 | - |
| YUV | 179.87 | 90.26 | 112.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 204 | 113 | 0.23 | 0 | 0.45 | 0.2 | 90.33 | 0.47 | 0.62 |
| Hex | 9E | CC | 71 | 17 | 0 | 2D | 14 | 5A | 2F | 3E |
| Octal | 236 | 314 | 161 | 27 | 0 | 55 | 24 | 132 | 57 | 76 |
| Binary | 10011110 | 11001100 | 1110001 | 10111 | 0 | 101101 | 10100 | 1011010 | 101111 | 111110 |
Color Harmonies of #9ECC71
Complementary color
Monochromatic Colors of #9ECC71
Black with #9ECC71
Text Example
Text Example
White with #9ECC71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ECC71; }
p { color: rgb(158,204,113); }
H1.HeaderClassName
{
color: #9ECC71;
}
.AnyTagClassName
{
color: #9ECC71;
}
</style>
background-color css
<style>
a { background-color: #9ECC71; }
a { background-color: rgb(158,204,113); }
div.DivClassName
{
background-color: #9ECC71;
}
.BgClassName
{
background-color: #9ECC71;
}
</style>
border-color css
<style>
span { border-color: #9ECC71; }
span { border-color: rgb(158,204,113); }
td.TdClassName
{
border-color: #9ECC71;
}
.TagClassName
{
border-color: #9ECC71;
}
</style>