Shades of Gossip #9ED982
Tints of Gossip #9ED982
RGB
CMYK
RGB Variations
Color information
#9ED982 (or 0x9ED982) is known color: Gossip. HEX triplet: 9E, D9 and 82. RGB value is (158,217,130). Sum of RGB (Red+Green+Blue) = 158+217+130=505 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.29% from 505); Green value is 217 (85.16% from 255 or 42.97% from 505); Blue value is 130 (51.17% from 255 or 25.74% from 505); Max value from RGB is 217 - color contains mainly: green. Hex color #9ED982 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ED982 is #61267D. Grayscale: #BDBDBD. Windows color (decimal): -6366846 or 8575390. OLE color: 8575390.
HSL color Cylindrical-coordinate representation of color #9ED982: hue angle of 100.69º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9ED982 is Cyan = 0.27, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 158 | 217 | 130 | - |
| CMYK | 0.27 | 0 | 0.40 | 0.15 |
| HSL | 100.69º | 0.53% | 0.68% | - |
| HSV(B) | 100.69º | 0.4% | 0.85% | - |
| XYZ | 42.94 | 58.51 | 30.15 | - |
| YUV | 189.44 | 94.45 | 105.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 217 | 130 | 0.27 | 0 | 0.40 | 0.15 | 100.69 | 0.53 | 0.68 |
| Hex | 9E | D9 | 82 | 1B | 0 | 28 | F | 65 | 35 | 44 |
| Octal | 236 | 331 | 202 | 33 | 0 | 50 | 17 | 145 | 65 | 104 |
| Binary | 10011110 | 11011001 | 10000010 | 11011 | 0 | 101000 | 1111 | 1100101 | 110101 | 1000100 |
Color Harmonies of #9ED982
Complementary color
Monochromatic Colors of #9ED982
Black with #9ED982
Text Example
Text Example
White with #9ED982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED982; }
p { color: rgb(158,217,130); }
H1.HeaderClassName
{
color: #9ED982;
}
.AnyTagClassName
{
color: #9ED982;
}
</style>
background-color css
<style>
a { background-color: #9ED982; }
a { background-color: rgb(158,217,130); }
div.DivClassName
{
background-color: #9ED982;
}
.BgClassName
{
background-color: #9ED982;
}
</style>
border-color css
<style>
span { border-color: #9ED982; }
span { border-color: rgb(158,217,130); }
td.TdClassName
{
border-color: #9ED982;
}
.TagClassName
{
border-color: #9ED982;
}
</style>