Shades of Gossip #9FD38E
Tints of Gossip #9FD38E
RGB
CMYK
RGB Variations
Color information
#9FD38E (or 0x9FD38E) is known color: Gossip. HEX triplet: 9F, D3 and 8E. RGB value is (159,211,142). Sum of RGB (Red+Green+Blue) = 159+211+142=512 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.05% from 512); Green value is 211 (82.81% from 255 or 41.21% from 512); Blue value is 142 (55.86% from 255 or 27.73% from 512); Max value from RGB is 211 - color contains mainly: green. Hex color #9FD38E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FD38E is #602C71. Grayscale: #BBBBBB. Windows color (decimal): -6302834 or 9360287. OLE color: 9360287.
HSL color Cylindrical-coordinate representation of color #9FD38E: hue angle of 105.22º degrees, saturation: 0.44, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9FD38E is Cyan = 0.25, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 159 | 211 | 142 | - |
| CMYK | 0.25 | 0 | 0.33 | 0.17 |
| HSL | 105.22º | 0.44% | 0.69% | - |
| HSV(B) | 105.22º | 0.33% | 0.83% | - |
| XYZ | 42.47 | 55.91 | 34.14 | - |
| YUV | 187.59 | 102.27 | 107.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 211 | 142 | 0.25 | 0 | 0.33 | 0.17 | 105.22 | 0.44 | 0.69 |
| Hex | 9F | D3 | 8E | 19 | 0 | 21 | 11 | 69 | 2C | 45 |
| Octal | 237 | 323 | 216 | 31 | 0 | 41 | 21 | 151 | 54 | 105 |
| Binary | 10011111 | 11010011 | 10001110 | 11001 | 0 | 100001 | 10001 | 1101001 | 101100 | 1000101 |
Color Harmonies of #9FD38E
Complementary color
Monochromatic Colors of #9FD38E
Black with #9FD38E
Text Example
Text Example
White with #9FD38E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FD38E; }
p { color: rgb(159,211,142); }
H1.HeaderClassName
{
color: #9FD38E;
}
.AnyTagClassName
{
color: #9FD38E;
}
</style>
background-color css
<style>
a { background-color: #9FD38E; }
a { background-color: rgb(159,211,142); }
div.DivClassName
{
background-color: #9FD38E;
}
.BgClassName
{
background-color: #9FD38E;
}
</style>
border-color css
<style>
span { border-color: #9FD38E; }
span { border-color: rgb(159,211,142); }
td.TdClassName
{
border-color: #9FD38E;
}
.TagClassName
{
border-color: #9FD38E;
}
</style>