Shades of Gossip #9EDD89
Tints of Gossip #9EDD89
RGB
CMYK
RGB Variations
Color information
#9EDD89 (or 0x9EDD89) is known color: Gossip. HEX triplet: 9E, DD and 89. RGB value is (158,221,137). Sum of RGB (Red+Green+Blue) = 158+221+137=516 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.62% from 516); Green value is 221 (86.72% from 255 or 42.83% from 516); Blue value is 137 (53.91% from 255 or 26.55% from 516); Max value from RGB is 221 - color contains mainly: green. Hex color #9EDD89 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EDD89 is #612276. Grayscale: #C0C0C0. Windows color (decimal): -6365815 or 9035166. OLE color: 9035166.
HSL color Cylindrical-coordinate representation of color #9EDD89: hue angle of 105º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9EDD89 is Cyan = 0.29, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 158 | 221 | 137 | - |
| CMYK | 0.29 | 0 | 0.38 | 0.13 |
| HSL | 105º | 0.55% | 0.7% | - |
| HSV(B) | 105º | 0.38% | 0.87% | - |
| XYZ | 44.47 | 60.79 | 33.06 | - |
| YUV | 192.59 | 96.63 | 103.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 221 | 137 | 0.29 | 0 | 0.38 | 0.13 | 105 | 0.55 | 0.7 |
| Hex | 9E | DD | 89 | 1D | 0 | 26 | D | 69 | 37 | 46 |
| Octal | 236 | 335 | 211 | 35 | 0 | 46 | 15 | 151 | 67 | 106 |
| Binary | 10011110 | 11011101 | 10001001 | 11101 | 0 | 100110 | 1101 | 1101001 | 110111 | 1000110 |
Color Harmonies of #9EDD89
Complementary color
Monochromatic Colors of #9EDD89
Black with #9EDD89
Text Example
Text Example
White with #9EDD89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EDD89; }
p { color: rgb(158,221,137); }
H1.HeaderClassName
{
color: #9EDD89;
}
.AnyTagClassName
{
color: #9EDD89;
}
</style>
background-color css
<style>
a { background-color: #9EDD89; }
a { background-color: rgb(158,221,137); }
div.DivClassName
{
background-color: #9EDD89;
}
.BgClassName
{
background-color: #9EDD89;
}
</style>
border-color css
<style>
span { border-color: #9EDD89; }
span { border-color: rgb(158,221,137); }
td.TdClassName
{
border-color: #9EDD89;
}
.TagClassName
{
border-color: #9EDD89;
}
</style>