Shades of Gossip #9FD07C
Tints of Gossip #9FD07C
RGB
CMYK
RGB Variations
Color information
#9FD07C (or 0x9FD07C) is known color: Gossip. HEX triplet: 9F, D0 and 7C. RGB value is (159,208,124). Sum of RGB (Red+Green+Blue) = 159+208+124=491 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.38% from 491); Green value is 208 (81.64% from 255 or 42.36% from 491); Blue value is 124 (48.83% from 255 or 25.25% from 491); Max value from RGB is 208 - color contains mainly: green. Hex color #9FD07C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FD07C is #602F83. Grayscale: #B8B8B8. Windows color (decimal): -6303620 or 8179871. OLE color: 8179871.
HSL color Cylindrical-coordinate representation of color #9FD07C: hue angle of 95º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9FD07C is Cyan = 0.24, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 159 | 208 | 124 | - |
| CMYK | 0.24 | 0 | 0.40 | 0.18 |
| HSL | 95º | 0.47% | 0.65% | - |
| HSV(B) | 95º | 0.4% | 0.82% | - |
| XYZ | 40.49 | 53.94 | 27.35 | - |
| YUV | 183.77 | 94.27 | 110.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 208 | 124 | 0.24 | 0 | 0.40 | 0.18 | 95 | 0.47 | 0.65 |
| Hex | 9F | D0 | 7C | 18 | 0 | 28 | 12 | 5F | 2F | 41 |
| Octal | 237 | 320 | 174 | 30 | 0 | 50 | 22 | 137 | 57 | 101 |
| Binary | 10011111 | 11010000 | 1111100 | 11000 | 0 | 101000 | 10010 | 1011111 | 101111 | 1000001 |
Color Harmonies of #9FD07C
Complementary color
Monochromatic Colors of #9FD07C
Black with #9FD07C
Text Example
Text Example
White with #9FD07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FD07C; }
p { color: rgb(159,208,124); }
H1.HeaderClassName
{
color: #9FD07C;
}
.AnyTagClassName
{
color: #9FD07C;
}
</style>
background-color css
<style>
a { background-color: #9FD07C; }
a { background-color: rgb(159,208,124); }
div.DivClassName
{
background-color: #9FD07C;
}
.BgClassName
{
background-color: #9FD07C;
}
</style>
border-color css
<style>
span { border-color: #9FD07C; }
span { border-color: rgb(159,208,124); }
td.TdClassName
{
border-color: #9FD07C;
}
.TagClassName
{
border-color: #9FD07C;
}
</style>