Shades of Gossip #9ECE7F
Tints of Gossip #9ECE7F
RGB
CMYK
RGB Variations
Color information
#9ECE7F (or 0x9ECE7F) is known color: Gossip. HEX triplet: 9E, CE and 7F. RGB value is (158,206,127). Sum of RGB (Red+Green+Blue) = 158+206+127=491 (65% of max value = 765). Red value is 158 (62.11% from 255 or 32.18% from 491); Green value is 206 (80.86% from 255 or 41.96% from 491); Blue value is 127 (50% from 255 or 25.87% from 491); Max value from RGB is 206 - color contains mainly: green. Hex color #9ECE7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ECE7F is #613180. Grayscale: #B6B6B6. Windows color (decimal): -6369665 or 8375966. OLE color: 8375966.
HSL color Cylindrical-coordinate representation of color #9ECE7F: hue angle of 96.46º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9ECE7F is Cyan = 0.23, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 158 | 206 | 127 | - |
| CMYK | 0.23 | 0 | 0.38 | 0.19 |
| HSL | 96.46º | 0.45% | 0.65% | - |
| HSV(B) | 96.46º | 0.38% | 0.81% | - |
| XYZ | 40 | 52.94 | 28.19 | - |
| YUV | 182.64 | 96.6 | 110.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 206 | 127 | 0.23 | 0 | 0.38 | 0.19 | 96.46 | 0.45 | 0.65 |
| Hex | 9E | CE | 7F | 17 | 0 | 26 | 13 | 60 | 2D | 41 |
| Octal | 236 | 316 | 177 | 27 | 0 | 46 | 23 | 140 | 55 | 101 |
| Binary | 10011110 | 11001110 | 1111111 | 10111 | 0 | 100110 | 10011 | 1100000 | 101101 | 1000001 |
Color Harmonies of #9ECE7F
Complementary color
Monochromatic Colors of #9ECE7F
Black with #9ECE7F
Text Example
Text Example
White with #9ECE7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ECE7F; }
p { color: rgb(158,206,127); }
H1.HeaderClassName
{
color: #9ECE7F;
}
.AnyTagClassName
{
color: #9ECE7F;
}
</style>
background-color css
<style>
a { background-color: #9ECE7F; }
a { background-color: rgb(158,206,127); }
div.DivClassName
{
background-color: #9ECE7F;
}
.BgClassName
{
background-color: #9ECE7F;
}
</style>
border-color css
<style>
span { border-color: #9ECE7F; }
span { border-color: rgb(158,206,127); }
td.TdClassName
{
border-color: #9ECE7F;
}
.TagClassName
{
border-color: #9ECE7F;
}
</style>