Shades of Gossip #9ED588
Tints of Gossip #9ED588
RGB
CMYK
RGB Variations
Color information
#9ED588 (or 0x9ED588) is known color: Gossip. HEX triplet: 9E, D5 and 88. RGB value is (158,213,136). Sum of RGB (Red+Green+Blue) = 158+213+136=507 (67% of max value = 765). Red value is 158 (62.11% from 255 or 31.16% from 507); Green value is 213 (83.59% from 255 or 42.01% from 507); Blue value is 136 (53.52% from 255 or 26.82% from 507); Max value from RGB is 213 - color contains mainly: green. Hex color #9ED588 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ED588 is #612A77. Grayscale: #BCBCBC. Windows color (decimal): -6367864 or 8967582. OLE color: 8967582.
HSL color Cylindrical-coordinate representation of color #9ED588: hue angle of 102.86º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9ED588 is Cyan = 0.26, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 158 | 213 | 136 | - |
| CMYK | 0.26 | 0 | 0.36 | 0.16 |
| HSL | 102.86º | 0.48% | 0.68% | - |
| HSV(B) | 102.86º | 0.36% | 0.84% | - |
| XYZ | 42.34 | 56.64 | 31.99 | - |
| YUV | 187.78 | 98.78 | 106.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 213 | 136 | 0.26 | 0 | 0.36 | 0.16 | 102.86 | 0.48 | 0.68 |
| Hex | 9E | D5 | 88 | 1A | 0 | 24 | 10 | 67 | 30 | 44 |
| Octal | 236 | 325 | 210 | 32 | 0 | 44 | 20 | 147 | 60 | 104 |
| Binary | 10011110 | 11010101 | 10001000 | 11010 | 0 | 100100 | 10000 | 1100111 | 110000 | 1000100 |
Color Harmonies of #9ED588
Complementary color
Monochromatic Colors of #9ED588
Black with #9ED588
Text Example
Text Example
White with #9ED588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED588; }
p { color: rgb(158,213,136); }
H1.HeaderClassName
{
color: #9ED588;
}
.AnyTagClassName
{
color: #9ED588;
}
</style>
background-color css
<style>
a { background-color: #9ED588; }
a { background-color: rgb(158,213,136); }
div.DivClassName
{
background-color: #9ED588;
}
.BgClassName
{
background-color: #9ED588;
}
</style>
border-color css
<style>
span { border-color: #9ED588; }
span { border-color: rgb(158,213,136); }
td.TdClassName
{
border-color: #9ED588;
}
.TagClassName
{
border-color: #9ED588;
}
</style>