Shades of Gossip #9FD58F
Tints of Gossip #9FD58F
RGB
CMYK
RGB Variations
Color information
#9FD58F (or 0x9FD58F) is known color: Gossip. HEX triplet: 9F, D5 and 8F. RGB value is (159,213,143). Sum of RGB (Red+Green+Blue) = 159+213+143=515 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.87% from 515); Green value is 213 (83.59% from 255 or 41.36% from 515); Blue value is 143 (56.25% from 255 or 27.77% from 515); Max value from RGB is 213 - color contains mainly: green. Hex color #9FD58F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FD58F is #602A70. Grayscale: #BDBDBD. Windows color (decimal): -6302321 or 9426335. OLE color: 9426335.
HSL color Cylindrical-coordinate representation of color #9FD58F: hue angle of 106.29º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9FD58F is Cyan = 0.25, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 159 | 213 | 143 | - |
| CMYK | 0.25 | 0 | 0.33 | 0.16 |
| HSL | 106.29º | 0.45% | 0.7% | - |
| HSV(B) | 106.29º | 0.33% | 0.84% | - |
| XYZ | 43.05 | 56.94 | 34.71 | - |
| YUV | 188.87 | 102.11 | 106.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 213 | 143 | 0.25 | 0 | 0.33 | 0.16 | 106.29 | 0.45 | 0.7 |
| Hex | 9F | D5 | 8F | 19 | 0 | 21 | 10 | 6A | 2D | 46 |
| Octal | 237 | 325 | 217 | 31 | 0 | 41 | 20 | 152 | 55 | 106 |
| Binary | 10011111 | 11010101 | 10001111 | 11001 | 0 | 100001 | 10000 | 1101010 | 101101 | 1000110 |
Color Harmonies of #9FD58F
Complementary color
Monochromatic Colors of #9FD58F
Black with #9FD58F
Text Example
Text Example
White with #9FD58F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FD58F; }
p { color: rgb(159,213,143); }
H1.HeaderClassName
{
color: #9FD58F;
}
.AnyTagClassName
{
color: #9FD58F;
}
</style>
background-color css
<style>
a { background-color: #9FD58F; }
a { background-color: rgb(159,213,143); }
div.DivClassName
{
background-color: #9FD58F;
}
.BgClassName
{
background-color: #9FD58F;
}
</style>
border-color css
<style>
span { border-color: #9FD58F; }
span { border-color: rgb(159,213,143); }
td.TdClassName
{
border-color: #9FD58F;
}
.TagClassName
{
border-color: #9FD58F;
}
</style>