Shades of Gossip #9FD880
Tints of Gossip #9FD880
RGB
CMYK
RGB Variations
Color information
#9FD880 (or 0x9FD880) is known color: Gossip. HEX triplet: 9F, D8 and 80. RGB value is (159,216,128). Sum of RGB (Red+Green+Blue) = 159+216+128=503 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.61% from 503); Green value is 216 (84.77% from 255 or 42.94% from 503); Blue value is 128 (50.39% from 255 or 25.45% from 503); Max value from RGB is 216 - color contains mainly: green. Hex color #9FD880 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FD880 is #60277F. Grayscale: #BDBDBD. Windows color (decimal): -6301568 or 8444063. OLE color: 8444063.
HSL color Cylindrical-coordinate representation of color #9FD880: hue angle of 98.86º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9FD880 is Cyan = 0.26, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 159 | 216 | 128 | - |
| CMYK | 0.26 | 0 | 0.41 | 0.15 |
| HSL | 98.86º | 0.53% | 0.67% | - |
| HSV(B) | 98.86º | 0.41% | 0.85% | - |
| XYZ | 42.75 | 58.04 | 29.37 | - |
| YUV | 188.93 | 93.62 | 106.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 216 | 128 | 0.26 | 0 | 0.41 | 0.15 | 98.86 | 0.53 | 0.67 |
| Hex | 9F | D8 | 80 | 1A | 0 | 29 | F | 63 | 35 | 43 |
| Octal | 237 | 330 | 200 | 32 | 0 | 51 | 17 | 143 | 65 | 103 |
| Binary | 10011111 | 11011000 | 10000000 | 11010 | 0 | 101001 | 1111 | 1100011 | 110101 | 1000011 |
Color Harmonies of #9FD880
Complementary color
Monochromatic Colors of #9FD880
Black with #9FD880
Text Example
Text Example
White with #9FD880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FD880; }
p { color: rgb(159,216,128); }
H1.HeaderClassName
{
color: #9FD880;
}
.AnyTagClassName
{
color: #9FD880;
}
</style>
background-color css
<style>
a { background-color: #9FD880; }
a { background-color: rgb(159,216,128); }
div.DivClassName
{
background-color: #9FD880;
}
.BgClassName
{
background-color: #9FD880;
}
</style>
border-color css
<style>
span { border-color: #9FD880; }
span { border-color: rgb(159,216,128); }
td.TdClassName
{
border-color: #9FD880;
}
.TagClassName
{
border-color: #9FD880;
}
</style>