Shades of Gossip #9ECE7E
Tints of Gossip #9ECE7E
RGB
CMYK
RGB Variations
Color information
#9ECE7E (or 0x9ECE7E) is known color: Gossip. HEX triplet: 9E, CE and 7E. RGB value is (158,206,126). Sum of RGB (Red+Green+Blue) = 158+206+126=490 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.24% from 490); Green value is 206 (80.86% from 255 or 42.04% from 490); Blue value is 126 (49.61% from 255 or 25.71% from 490); Max value from RGB is 206 - color contains mainly: green. Hex color #9ECE7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ECE7E is #613181. Grayscale: #B6B6B6. Windows color (decimal): -6369666 or 8310430. OLE color: 8310430.
HSL color Cylindrical-coordinate representation of color #9ECE7E: hue angle of 96º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9ECE7E is Cyan = 0.23, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 158 | 206 | 126 | - |
| CMYK | 0.23 | 0 | 0.39 | 0.19 |
| HSL | 96º | 0.45% | 0.65% | - |
| HSV(B) | 96º | 0.39% | 0.81% | - |
| XYZ | 39.94 | 52.92 | 27.85 | - |
| YUV | 182.53 | 96.1 | 110.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 206 | 126 | 0.23 | 0 | 0.39 | 0.19 | 96 | 0.45 | 0.65 |
| Hex | 9E | CE | 7E | 17 | 0 | 27 | 13 | 60 | 2D | 41 |
| Octal | 236 | 316 | 176 | 27 | 0 | 47 | 23 | 140 | 55 | 101 |
| Binary | 10011110 | 11001110 | 1111110 | 10111 | 0 | 100111 | 10011 | 1100000 | 101101 | 1000001 |
Color Harmonies of #9ECE7E
Complementary color
Monochromatic Colors of #9ECE7E
Black with #9ECE7E
Text Example
Text Example
White with #9ECE7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ECE7E; }
p { color: rgb(158,206,126); }
H1.HeaderClassName
{
color: #9ECE7E;
}
.AnyTagClassName
{
color: #9ECE7E;
}
</style>
background-color css
<style>
a { background-color: #9ECE7E; }
a { background-color: rgb(158,206,126); }
div.DivClassName
{
background-color: #9ECE7E;
}
.BgClassName
{
background-color: #9ECE7E;
}
</style>
border-color css
<style>
span { border-color: #9ECE7E; }
span { border-color: rgb(158,206,126); }
td.TdClassName
{
border-color: #9ECE7E;
}
.TagClassName
{
border-color: #9ECE7E;
}
</style>