Shades of Gossip #9FD58E
Tints of Gossip #9FD58E
RGB
CMYK
RGB Variations
Color information
#9FD58E (or 0x9FD58E) is known color: Gossip. HEX triplet: 9F, D5 and 8E. RGB value is (159,213,142). Sum of RGB (Red+Green+Blue) = 159+213+142=514 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.93% from 514); Green value is 213 (83.59% from 255 or 41.44% from 514); Blue value is 142 (55.86% from 255 or 27.63% from 514); Max value from RGB is 213 - color contains mainly: green. Hex color #9FD58E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FD58E is #602A71. Grayscale: #BCBCBC. Windows color (decimal): -6302322 or 9360799. OLE color: 9360799.
HSL color Cylindrical-coordinate representation of color #9FD58E: hue angle of 105.63º degrees, saturation: 0.46, 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 #9FD58E is Cyan = 0.25, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 159 | 213 | 142 | - |
| CMYK | 0.25 | 0 | 0.33 | 0.16 |
| HSL | 105.63º | 0.46% | 0.7% | - |
| HSV(B) | 105.63º | 0.33% | 0.84% | - |
| XYZ | 42.97 | 56.91 | 34.31 | - |
| YUV | 188.76 | 101.61 | 106.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 213 | 142 | 0.25 | 0 | 0.33 | 0.16 | 105.63 | 0.46 | 0.7 |
| Hex | 9F | D5 | 8E | 19 | 0 | 21 | 10 | 6A | 2E | 46 |
| Octal | 237 | 325 | 216 | 31 | 0 | 41 | 20 | 152 | 56 | 106 |
| Binary | 10011111 | 11010101 | 10001110 | 11001 | 0 | 100001 | 10000 | 1101010 | 101110 | 1000110 |
Color Harmonies of #9FD58E
Complementary color
Monochromatic Colors of #9FD58E
Black with #9FD58E
Text Example
Text Example
White with #9FD58E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FD58E; }
p { color: rgb(159,213,142); }
H1.HeaderClassName
{
color: #9FD58E;
}
.AnyTagClassName
{
color: #9FD58E;
}
</style>
background-color css
<style>
a { background-color: #9FD58E; }
a { background-color: rgb(159,213,142); }
div.DivClassName
{
background-color: #9FD58E;
}
.BgClassName
{
background-color: #9FD58E;
}
</style>
border-color css
<style>
span { border-color: #9FD58E; }
span { border-color: rgb(159,213,142); }
td.TdClassName
{
border-color: #9FD58E;
}
.TagClassName
{
border-color: #9FD58E;
}
</style>