Shades of Gossip #9ED387
Tints of Gossip #9ED387
RGB
CMYK
RGB Variations
Color information
#9ED387 (or 0x9ED387) is known color: Gossip. HEX triplet: 9E, D3 and 87. RGB value is (158,211,135). Sum of RGB (Red+Green+Blue) = 158+211+135=504 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.35% from 504); Green value is 211 (82.81% from 255 or 41.87% from 504); Blue value is 135 (53.12% from 255 or 26.79% from 504); Max value from RGB is 211 - color contains mainly: green. Hex color #9ED387 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ED387 is #612C78. Grayscale: #BABABA. Windows color (decimal): -6368377 or 8901534. OLE color: 8901534.
HSL color Cylindrical-coordinate representation of color #9ED387: hue angle of 101.84º degrees, saturation: 0.46, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9ED387 is Cyan = 0.25, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 158 | 211 | 135 | - |
| CMYK | 0.25 | 0 | 0.36 | 0.17 |
| HSL | 101.84º | 0.46% | 0.68% | - |
| HSV(B) | 101.84º | 0.36% | 0.83% | - |
| XYZ | 41.77 | 55.61 | 31.45 | - |
| YUV | 186.49 | 98.94 | 107.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 211 | 135 | 0.25 | 0 | 0.36 | 0.17 | 101.84 | 0.46 | 0.68 |
| Hex | 9E | D3 | 87 | 19 | 0 | 24 | 11 | 66 | 2E | 44 |
| Octal | 236 | 323 | 207 | 31 | 0 | 44 | 21 | 146 | 56 | 104 |
| Binary | 10011110 | 11010011 | 10000111 | 11001 | 0 | 100100 | 10001 | 1100110 | 101110 | 1000100 |
Color Harmonies of #9ED387
Complementary color
Monochromatic Colors of #9ED387
Black with #9ED387
Text Example
Text Example
White with #9ED387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED387; }
p { color: rgb(158,211,135); }
H1.HeaderClassName
{
color: #9ED387;
}
.AnyTagClassName
{
color: #9ED387;
}
</style>
background-color css
<style>
a { background-color: #9ED387; }
a { background-color: rgb(158,211,135); }
div.DivClassName
{
background-color: #9ED387;
}
.BgClassName
{
background-color: #9ED387;
}
</style>
border-color css
<style>
span { border-color: #9ED387; }
span { border-color: rgb(158,211,135); }
td.TdClassName
{
border-color: #9ED387;
}
.TagClassName
{
border-color: #9ED387;
}
</style>