Shades of Gossip #9ED280
Tints of Gossip #9ED280
RGB
CMYK
RGB Variations
Color information
#9ED280 (or 0x9ED280) is known color: Gossip. HEX triplet: 9E, D2 and 80. RGB value is (158,210,128). Sum of RGB (Red+Green+Blue) = 158+210+128=496 (65% of max value = 765). Red value is 158 (62.11% from 255 or 31.85% from 496); Green value is 210 (82.42% from 255 or 42.34% from 496); Blue value is 128 (50.39% from 255 or 25.81% from 496); Max value from RGB is 210 - color contains mainly: green. Hex color #9ED280 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ED280 is #612D7F. Grayscale: #B9B9B9. Windows color (decimal): -6368640 or 8442526. OLE color: 8442526.
HSL color Cylindrical-coordinate representation of color #9ED280: hue angle of 98.05º degrees, saturation: 0.48, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9ED280 is Cyan = 0.25, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 158 | 210 | 128 | - |
| CMYK | 0.25 | 0 | 0.39 | 0.18 |
| HSL | 98.05º | 0.48% | 0.66% | - |
| HSV(B) | 98.05º | 0.39% | 0.82% | - |
| XYZ | 41.04 | 54.92 | 28.86 | - |
| YUV | 185.1 | 95.77 | 108.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 210 | 128 | 0.25 | 0 | 0.39 | 0.18 | 98.05 | 0.48 | 0.66 |
| Hex | 9E | D2 | 80 | 19 | 0 | 27 | 12 | 62 | 30 | 42 |
| Octal | 236 | 322 | 200 | 31 | 0 | 47 | 22 | 142 | 60 | 102 |
| Binary | 10011110 | 11010010 | 10000000 | 11001 | 0 | 100111 | 10010 | 1100010 | 110000 | 1000010 |
Color Harmonies of #9ED280
Complementary color
Monochromatic Colors of #9ED280
Black with #9ED280
Text Example
Text Example
White with #9ED280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED280; }
p { color: rgb(158,210,128); }
H1.HeaderClassName
{
color: #9ED280;
}
.AnyTagClassName
{
color: #9ED280;
}
</style>
background-color css
<style>
a { background-color: #9ED280; }
a { background-color: rgb(158,210,128); }
div.DivClassName
{
background-color: #9ED280;
}
.BgClassName
{
background-color: #9ED280;
}
</style>
border-color css
<style>
span { border-color: #9ED280; }
span { border-color: rgb(158,210,128); }
td.TdClassName
{
border-color: #9ED280;
}
.TagClassName
{
border-color: #9ED280;
}
</style>