Shades of Gossip #9FD58D
Tints of Gossip #9FD58D
RGB
CMYK
RGB Variations
Color information
#9FD58D (or 0x9FD58D) is known color: Gossip. HEX triplet: 9F, D5 and 8D. RGB value is (159,213,141). Sum of RGB (Red+Green+Blue) = 159+213+141=513 (67% of max value = 765). Red value is 159 (62.5% from 255 or 30.99% from 513); Green value is 213 (83.59% from 255 or 41.52% from 513); Blue value is 141 (55.47% from 255 or 27.49% from 513); Max value from RGB is 213 - color contains mainly: green. Hex color #9FD58D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FD58D is #602A72. Grayscale: #BCBCBC. Windows color (decimal): -6302323 or 9295263. OLE color: 9295263.
HSL color Cylindrical-coordinate representation of color #9FD58D: hue angle of 105º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9FD58D is Cyan = 0.25, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 159 | 213 | 141 | - |
| CMYK | 0.25 | 0 | 0.34 | 0.16 |
| HSL | 105º | 0.46% | 0.69% | - |
| HSV(B) | 105º | 0.34% | 0.84% | - |
| XYZ | 42.9 | 56.88 | 33.92 | - |
| YUV | 188.65 | 101.11 | 106.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 213 | 141 | 0.25 | 0 | 0.34 | 0.16 | 105 | 0.46 | 0.69 |
| Hex | 9F | D5 | 8D | 19 | 0 | 22 | 10 | 69 | 2E | 45 |
| Octal | 237 | 325 | 215 | 31 | 0 | 42 | 20 | 151 | 56 | 105 |
| Binary | 10011111 | 11010101 | 10001101 | 11001 | 0 | 100010 | 10000 | 1101001 | 101110 | 1000101 |
Color Harmonies of #9FD58D
Complementary color
Monochromatic Colors of #9FD58D
Black with #9FD58D
Text Example
Text Example
White with #9FD58D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FD58D; }
p { color: rgb(159,213,141); }
H1.HeaderClassName
{
color: #9FD58D;
}
.AnyTagClassName
{
color: #9FD58D;
}
</style>
background-color css
<style>
a { background-color: #9FD58D; }
a { background-color: rgb(159,213,141); }
div.DivClassName
{
background-color: #9FD58D;
}
.BgClassName
{
background-color: #9FD58D;
}
</style>
border-color css
<style>
span { border-color: #9FD58D; }
span { border-color: rgb(159,213,141); }
td.TdClassName
{
border-color: #9FD58D;
}
.TagClassName
{
border-color: #9FD58D;
}
</style>