Shades of Gossip #9ED080
Tints of Gossip #9ED080
RGB
CMYK
RGB Variations
Color information
#9ED080 (or 0x9ED080) is known color: Gossip. HEX triplet: 9E, D0 and 80. RGB value is (158,208,128). Sum of RGB (Red+Green+Blue) = 158+208+128=494 (65% of max value = 765). Red value is 158 (62.11% from 255 or 31.98% from 494); Green value is 208 (81.64% from 255 or 42.11% from 494); Blue value is 128 (50.39% from 255 or 25.91% from 494); Max value from RGB is 208 - color contains mainly: green. Hex color #9ED080 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ED080 is #612F7F. Grayscale: #B8B8B8. Windows color (decimal): -6369152 or 8442014. OLE color: 8442014.
HSL color Cylindrical-coordinate representation of color #9ED080: hue angle of 97.5º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9ED080 is Cyan = 0.24, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 158 | 208 | 128 | - |
| CMYK | 0.24 | 0 | 0.38 | 0.18 |
| HSL | 97.5º | 0.46% | 0.66% | - |
| HSV(B) | 97.5º | 0.38% | 0.82% | - |
| XYZ | 40.55 | 53.94 | 28.7 | - |
| YUV | 183.93 | 96.44 | 109.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 208 | 128 | 0.24 | 0 | 0.38 | 0.18 | 97.5 | 0.46 | 0.66 |
| Hex | 9E | D0 | 80 | 18 | 0 | 26 | 12 | 62 | 2E | 42 |
| Octal | 236 | 320 | 200 | 30 | 0 | 46 | 22 | 142 | 56 | 102 |
| Binary | 10011110 | 11010000 | 10000000 | 11000 | 0 | 100110 | 10010 | 1100010 | 101110 | 1000010 |
Color Harmonies of #9ED080
Complementary color
Monochromatic Colors of #9ED080
Black with #9ED080
Text Example
Text Example
White with #9ED080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED080; }
p { color: rgb(158,208,128); }
H1.HeaderClassName
{
color: #9ED080;
}
.AnyTagClassName
{
color: #9ED080;
}
</style>
background-color css
<style>
a { background-color: #9ED080; }
a { background-color: rgb(158,208,128); }
div.DivClassName
{
background-color: #9ED080;
}
.BgClassName
{
background-color: #9ED080;
}
</style>
border-color css
<style>
span { border-color: #9ED080; }
span { border-color: rgb(158,208,128); }
td.TdClassName
{
border-color: #9ED080;
}
.TagClassName
{
border-color: #9ED080;
}
</style>