Shades of Gossip #9ED188
Tints of Gossip #9ED188
RGB
CMYK
RGB Variations
Color information
#9ED188 (or 0x9ED188) is known color: Gossip. HEX triplet: 9E, D1 and 88. RGB value is (158,209,136). Sum of RGB (Red+Green+Blue) = 158+209+136=503 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.41% from 503); Green value is 209 (82.03% from 255 or 41.55% from 503); Blue value is 136 (53.52% from 255 or 27.04% from 503); Max value from RGB is 209 - color contains mainly: green. Hex color #9ED188 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ED188 is #612E77. Grayscale: #B9B9B9. Windows color (decimal): -6368888 or 8966558. OLE color: 8966558.
HSL color Cylindrical-coordinate representation of color #9ED188: hue angle of 101.92º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9ED188 is Cyan = 0.24, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 158 | 209 | 136 | - |
| CMYK | 0.24 | 0 | 0.35 | 0.18 |
| HSL | 101.92º | 0.44% | 0.68% | - |
| HSV(B) | 101.92º | 0.35% | 0.82% | - |
| XYZ | 41.34 | 54.65 | 31.66 | - |
| YUV | 185.43 | 100.1 | 108.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 209 | 136 | 0.24 | 0 | 0.35 | 0.18 | 101.92 | 0.44 | 0.68 |
| Hex | 9E | D1 | 88 | 18 | 0 | 23 | 12 | 66 | 2C | 44 |
| Octal | 236 | 321 | 210 | 30 | 0 | 43 | 22 | 146 | 54 | 104 |
| Binary | 10011110 | 11010001 | 10001000 | 11000 | 0 | 100011 | 10010 | 1100110 | 101100 | 1000100 |
Color Harmonies of #9ED188
Complementary color
Monochromatic Colors of #9ED188
Black with #9ED188
Text Example
Text Example
White with #9ED188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED188; }
p { color: rgb(158,209,136); }
H1.HeaderClassName
{
color: #9ED188;
}
.AnyTagClassName
{
color: #9ED188;
}
</style>
background-color css
<style>
a { background-color: #9ED188; }
a { background-color: rgb(158,209,136); }
div.DivClassName
{
background-color: #9ED188;
}
.BgClassName
{
background-color: #9ED188;
}
</style>
border-color css
<style>
span { border-color: #9ED188; }
span { border-color: rgb(158,209,136); }
td.TdClassName
{
border-color: #9ED188;
}
.TagClassName
{
border-color: #9ED188;
}
</style>