Shades of Gossip #9FD47A
Tints of Gossip #9FD47A
RGB
CMYK
RGB Variations
Color information
#9FD47A (or 0x9FD47A) is known color: Gossip. HEX triplet: 9F, D4 and 7A. RGB value is (159,212,122). Sum of RGB (Red+Green+Blue) = 159+212+122=493 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.25% from 493); Green value is 212 (83.20% from 255 or 43.00% from 493); Blue value is 122 (48.05% from 255 or 24.75% from 493); Max value from RGB is 212 - color contains mainly: green. Hex color #9FD47A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FD47A is #602B85. Grayscale: #BABABA. Windows color (decimal): -6302598 or 8049823. OLE color: 8049823.
HSL color Cylindrical-coordinate representation of color #9FD47A: hue angle of 95.33º degrees, saturation: 0.51, 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 #9FD47A is Cyan = 0.25, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 159 | 212 | 122 | - |
| CMYK | 0.25 | 0 | 0.42 | 0.17 |
| HSL | 95.33º | 0.51% | 0.65% | - |
| HSV(B) | 95.33º | 0.42% | 0.83% | - |
| XYZ | 41.35 | 55.86 | 27.02 | - |
| YUV | 185.89 | 91.94 | 108.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 212 | 122 | 0.25 | 0 | 0.42 | 0.17 | 95.33 | 0.51 | 0.65 |
| Hex | 9F | D4 | 7A | 19 | 0 | 2A | 11 | 5F | 33 | 41 |
| Octal | 237 | 324 | 172 | 31 | 0 | 52 | 21 | 137 | 63 | 101 |
| Binary | 10011111 | 11010100 | 1111010 | 11001 | 0 | 101010 | 10001 | 1011111 | 110011 | 1000001 |
Color Harmonies of #9FD47A
Complementary color
Monochromatic Colors of #9FD47A
Black with #9FD47A
Text Example
Text Example
White with #9FD47A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FD47A; }
p { color: rgb(159,212,122); }
H1.HeaderClassName
{
color: #9FD47A;
}
.AnyTagClassName
{
color: #9FD47A;
}
</style>
background-color css
<style>
a { background-color: #9FD47A; }
a { background-color: rgb(159,212,122); }
div.DivClassName
{
background-color: #9FD47A;
}
.BgClassName
{
background-color: #9FD47A;
}
</style>
border-color css
<style>
span { border-color: #9FD47A; }
span { border-color: rgb(159,212,122); }
td.TdClassName
{
border-color: #9FD47A;
}
.TagClassName
{
border-color: #9FD47A;
}
</style>