Shades of Gossip #9FD982
Tints of Gossip #9FD982
RGB
CMYK
RGB Variations
Color information
#9FD982 (or 0x9FD982) is known color: Gossip. HEX triplet: 9F, D9 and 82. RGB value is (159,217,130). Sum of RGB (Red+Green+Blue) = 159+217+130=506 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.42% from 506); Green value is 217 (85.16% from 255 or 42.89% from 506); Blue value is 130 (51.17% from 255 or 25.69% from 506); Max value from RGB is 217 - color contains mainly: green. Hex color #9FD982 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FD982 is #60267D. Grayscale: #BEBEBE. Windows color (decimal): -6301310 or 8575391. OLE color: 8575391.
HSL color Cylindrical-coordinate representation of color #9FD982: hue angle of 100º 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 #9FD982 is Cyan = 0.27, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 159 | 217 | 130 | - |
| CMYK | 0.27 | 0 | 0.40 | 0.15 |
| HSL | 100º | 0.53% | 0.68% | - |
| HSV(B) | 100º | 0.4% | 0.85% | - |
| XYZ | 43.14 | 58.61 | 30.16 | - |
| YUV | 189.74 | 94.28 | 106.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 217 | 130 | 0.27 | 0 | 0.40 | 0.15 | 100 | 0.53 | 0.68 |
| Hex | 9F | D9 | 82 | 1B | 0 | 28 | F | 64 | 35 | 44 |
| Octal | 237 | 331 | 202 | 33 | 0 | 50 | 17 | 144 | 65 | 104 |
| Binary | 10011111 | 11011001 | 10000010 | 11011 | 0 | 101000 | 1111 | 1100100 | 110101 | 1000100 |
Color Harmonies of #9FD982
Complementary color
Monochromatic Colors of #9FD982
Black with #9FD982
Text Example
Text Example
White with #9FD982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FD982; }
p { color: rgb(159,217,130); }
H1.HeaderClassName
{
color: #9FD982;
}
.AnyTagClassName
{
color: #9FD982;
}
</style>
background-color css
<style>
a { background-color: #9FD982; }
a { background-color: rgb(159,217,130); }
div.DivClassName
{
background-color: #9FD982;
}
.BgClassName
{
background-color: #9FD982;
}
</style>
border-color css
<style>
span { border-color: #9FD982; }
span { border-color: rgb(159,217,130); }
td.TdClassName
{
border-color: #9FD982;
}
.TagClassName
{
border-color: #9FD982;
}
</style>