Shades of Olivine #9ECC72
Tints of Olivine #9ECC72
RGB
CMYK
RGB Variations
Color information
#9ECC72 (or 0x9ECC72) is known color: Olivine. HEX triplet: 9E, CC and 72. RGB value is (158,204,114). Sum of RGB (Red+Green+Blue) = 158+204+114=476 (63% of max value = 765). Red value is 158 (62.11% from 255 or 33.19% from 476); Green value is 204 (80.08% from 255 or 42.86% from 476); Blue value is 114 (44.92% from 255 or 23.95% from 476); Max value from RGB is 204 - color contains mainly: green. Hex color #9ECC72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ECC72 is #61338D. Grayscale: #B4B4B4. Windows color (decimal): -6370190 or 7523486. OLE color: 7523486.
HSL color Cylindrical-coordinate representation of color #9ECC72: hue angle of 90.67º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9ECC72 is Cyan = 0.23, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 158 | 204 | 114 | - |
| CMYK | 0.23 | 0 | 0.44 | 0.2 |
| HSL | 90.67º | 0.47% | 0.62% | - |
| HSV(B) | 90.67º | 0.44% | 0.8% | - |
| XYZ | 38.73 | 51.67 | 23.85 | - |
| YUV | 179.99 | 90.76 | 112.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 204 | 114 | 0.23 | 0 | 0.44 | 0.2 | 90.67 | 0.47 | 0.62 |
| Hex | 9E | CC | 72 | 17 | 0 | 2C | 14 | 5B | 2F | 3E |
| Octal | 236 | 314 | 162 | 27 | 0 | 54 | 24 | 133 | 57 | 76 |
| Binary | 10011110 | 11001100 | 1110010 | 10111 | 0 | 101100 | 10100 | 1011011 | 101111 | 111110 |
Color Harmonies of #9ECC72
Complementary color
Monochromatic Colors of #9ECC72
Black with #9ECC72
Text Example
Text Example
White with #9ECC72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ECC72; }
p { color: rgb(158,204,114); }
H1.HeaderClassName
{
color: #9ECC72;
}
.AnyTagClassName
{
color: #9ECC72;
}
</style>
background-color css
<style>
a { background-color: #9ECC72; }
a { background-color: rgb(158,204,114); }
div.DivClassName
{
background-color: #9ECC72;
}
.BgClassName
{
background-color: #9ECC72;
}
</style>
border-color css
<style>
span { border-color: #9ECC72; }
span { border-color: rgb(158,204,114); }
td.TdClassName
{
border-color: #9ECC72;
}
.TagClassName
{
border-color: #9ECC72;
}
</style>