Shades of Gossip #9ED788
Tints of Gossip #9ED788
RGB
CMYK
RGB Variations
Color information
#9ED788 (or 0x9ED788) is known color: Gossip. HEX triplet: 9E, D7 and 88. RGB value is (158,215,136). Sum of RGB (Red+Green+Blue) = 158+215+136=509 (67% of max value = 765). Red value is 158 (62.11% from 255 or 31.04% from 509); Green value is 215 (84.38% from 255 or 42.24% from 509); Blue value is 136 (53.52% from 255 or 26.72% from 509); Max value from RGB is 215 - color contains mainly: green. Hex color #9ED788 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ED788 is #612877. Grayscale: #BDBDBD. Windows color (decimal): -6367352 or 8968094. OLE color: 8968094.
HSL color Cylindrical-coordinate representation of color #9ED788: hue angle of 103.29º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9ED788 is Cyan = 0.27, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 158 | 215 | 136 | - |
| CMYK | 0.27 | 0 | 0.37 | 0.16 |
| HSL | 103.29º | 0.5% | 0.69% | - |
| HSV(B) | 103.29º | 0.37% | 0.84% | - |
| XYZ | 42.84 | 57.65 | 32.16 | - |
| YUV | 188.95 | 98.12 | 105.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 215 | 136 | 0.27 | 0 | 0.37 | 0.16 | 103.29 | 0.5 | 0.69 |
| Hex | 9E | D7 | 88 | 1B | 0 | 25 | 10 | 67 | 32 | 45 |
| Octal | 236 | 327 | 210 | 33 | 0 | 45 | 20 | 147 | 62 | 105 |
| Binary | 10011110 | 11010111 | 10001000 | 11011 | 0 | 100101 | 10000 | 1100111 | 110010 | 1000101 |
Color Harmonies of #9ED788
Complementary color
Monochromatic Colors of #9ED788
Black with #9ED788
Text Example
Text Example
White with #9ED788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED788; }
p { color: rgb(158,215,136); }
H1.HeaderClassName
{
color: #9ED788;
}
.AnyTagClassName
{
color: #9ED788;
}
</style>
background-color css
<style>
a { background-color: #9ED788; }
a { background-color: rgb(158,215,136); }
div.DivClassName
{
background-color: #9ED788;
}
.BgClassName
{
background-color: #9ED788;
}
</style>
border-color css
<style>
span { border-color: #9ED788; }
span { border-color: rgb(158,215,136); }
td.TdClassName
{
border-color: #9ED788;
}
.TagClassName
{
border-color: #9ED788;
}
</style>