Shades of Gossip #9FD37A
Tints of Gossip #9FD37A
RGB
CMYK
RGB Variations
Color information
#9FD37A (or 0x9FD37A) is known color: Gossip. HEX triplet: 9F, D3 and 7A. RGB value is (159,211,122). Sum of RGB (Red+Green+Blue) = 159+211+122=492 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.32% from 492); Green value is 211 (82.81% from 255 or 42.89% from 492); Blue value is 122 (48.05% from 255 or 24.80% from 492); Max value from RGB is 211 - color contains mainly: green. Hex color #9FD37A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FD37A is #602C85. Grayscale: #B9B9B9. Windows color (decimal): -6302854 or 8049567. OLE color: 8049567.
HSL color Cylindrical-coordinate representation of color #9FD37A: hue angle of 95.06º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9FD37A is Cyan = 0.25, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 159 | 211 | 122 | - |
| CMYK | 0.25 | 0 | 0.42 | 0.17 |
| HSL | 95.06º | 0.5% | 0.65% | - |
| HSV(B) | 95.06º | 0.42% | 0.83% | - |
| XYZ | 41.11 | 55.36 | 26.93 | - |
| YUV | 185.31 | 92.27 | 109.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 211 | 122 | 0.25 | 0 | 0.42 | 0.17 | 95.06 | 0.5 | 0.65 |
| Hex | 9F | D3 | 7A | 19 | 0 | 2A | 11 | 5F | 32 | 41 |
| Octal | 237 | 323 | 172 | 31 | 0 | 52 | 21 | 137 | 62 | 101 |
| Binary | 10011111 | 11010011 | 1111010 | 11001 | 0 | 101010 | 10001 | 1011111 | 110010 | 1000001 |
Color Harmonies of #9FD37A
Complementary color
Monochromatic Colors of #9FD37A
Black with #9FD37A
Text Example
Text Example
White with #9FD37A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FD37A; }
p { color: rgb(159,211,122); }
H1.HeaderClassName
{
color: #9FD37A;
}
.AnyTagClassName
{
color: #9FD37A;
}
</style>
background-color css
<style>
a { background-color: #9FD37A; }
a { background-color: rgb(159,211,122); }
div.DivClassName
{
background-color: #9FD37A;
}
.BgClassName
{
background-color: #9FD37A;
}
</style>
border-color css
<style>
span { border-color: #9FD37A; }
span { border-color: rgb(159,211,122); }
td.TdClassName
{
border-color: #9FD37A;
}
.TagClassName
{
border-color: #9FD37A;
}
</style>