Shades of Olivine #9ECE72
Tints of Olivine #9ECE72
RGB
CMYK
RGB Variations
Color information
#9ECE72 (or 0x9ECE72) is known color: Olivine. HEX triplet: 9E, CE and 72. RGB value is (158,206,114). Sum of RGB (Red+Green+Blue) = 158+206+114=478 (63% of max value = 765). Red value is 158 (62.11% from 255 or 33.05% from 478); Green value is 206 (80.86% from 255 or 43.10% from 478); Blue value is 114 (44.92% from 255 or 23.85% from 478); Max value from RGB is 206 - color contains mainly: green. Hex color #9ECE72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ECE72 is #61318D. Grayscale: #B5B5B5. Windows color (decimal): -6369678 or 7523998. OLE color: 7523998.
HSL color Cylindrical-coordinate representation of color #9ECE72: hue angle of 91.3º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9ECE72 is Cyan = 0.23, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 158 | 206 | 114 | - |
| CMYK | 0.23 | 0 | 0.45 | 0.19 |
| HSL | 91.3º | 0.48% | 0.63% | - |
| HSV(B) | 91.3º | 0.45% | 0.81% | - |
| XYZ | 39.21 | 52.63 | 24.01 | - |
| YUV | 181.16 | 90.1 | 111.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 206 | 114 | 0.23 | 0 | 0.45 | 0.19 | 91.3 | 0.48 | 0.63 |
| Hex | 9E | CE | 72 | 17 | 0 | 2D | 13 | 5B | 30 | 3F |
| Octal | 236 | 316 | 162 | 27 | 0 | 55 | 23 | 133 | 60 | 77 |
| Binary | 10011110 | 11001110 | 1110010 | 10111 | 0 | 101101 | 10011 | 1011011 | 110000 | 111111 |
Color Harmonies of #9ECE72
Complementary color
Monochromatic Colors of #9ECE72
Black with #9ECE72
Text Example
Text Example
White with #9ECE72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ECE72; }
p { color: rgb(158,206,114); }
H1.HeaderClassName
{
color: #9ECE72;
}
.AnyTagClassName
{
color: #9ECE72;
}
</style>
background-color css
<style>
a { background-color: #9ECE72; }
a { background-color: rgb(158,206,114); }
div.DivClassName
{
background-color: #9ECE72;
}
.BgClassName
{
background-color: #9ECE72;
}
</style>
border-color css
<style>
span { border-color: #9ECE72; }
span { border-color: rgb(158,206,114); }
td.TdClassName
{
border-color: #9ECE72;
}
.TagClassName
{
border-color: #9ECE72;
}
</style>