Shades of Olivine #9ECD72
Tints of Olivine #9ECD72
RGB
CMYK
RGB Variations
Color information
#9ECD72 (or 0x9ECD72) is known color: Olivine. HEX triplet: 9E, CD and 72. RGB value is (158,205,114). Sum of RGB (Red+Green+Blue) = 158+205+114=477 (63% of max value = 765). Red value is 158 (62.11% from 255 or 33.12% from 477); Green value is 205 (80.47% from 255 or 42.98% from 477); Blue value is 114 (44.92% from 255 or 23.90% from 477); Max value from RGB is 205 - color contains mainly: green. Hex color #9ECD72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ECD72 is #61328D. Grayscale: #B4B4B4. Windows color (decimal): -6369934 or 7523742. OLE color: 7523742.
HSL color Cylindrical-coordinate representation of color #9ECD72: hue angle of 90.99º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9ECD72 is Cyan = 0.23, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 158 | 205 | 114 | - |
| CMYK | 0.23 | 0 | 0.44 | 0.20 |
| HSL | 90.99º | 0.48% | 0.63% | - |
| HSV(B) | 90.99º | 0.44% | 0.8% | - |
| XYZ | 38.97 | 52.15 | 23.93 | - |
| YUV | 180.57 | 90.43 | 111.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 205 | 114 | 0.23 | 0 | 0.44 | 0.20 | 90.99 | 0.48 | 0.63 |
| Hex | 9E | CD | 72 | 17 | 0 | 2C | 14 | 5B | 30 | 3F |
| Octal | 236 | 315 | 162 | 27 | 0 | 54 | 24 | 133 | 60 | 77 |
| Binary | 10011110 | 11001101 | 1110010 | 10111 | 0 | 101100 | 10100 | 1011011 | 110000 | 111111 |
Color Harmonies of #9ECD72
Complementary color
Monochromatic Colors of #9ECD72
Black with #9ECD72
Text Example
Text Example
White with #9ECD72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ECD72; }
p { color: rgb(158,205,114); }
H1.HeaderClassName
{
color: #9ECD72;
}
.AnyTagClassName
{
color: #9ECD72;
}
</style>
background-color css
<style>
a { background-color: #9ECD72; }
a { background-color: rgb(158,205,114); }
div.DivClassName
{
background-color: #9ECD72;
}
.BgClassName
{
background-color: #9ECD72;
}
</style>
border-color css
<style>
span { border-color: #9ECD72; }
span { border-color: rgb(158,205,114); }
td.TdClassName
{
border-color: #9ECD72;
}
.TagClassName
{
border-color: #9ECD72;
}
</style>