Shades of Gossip #9FC78F
Tints of Gossip #9FC78F
RGB
CMYK
RGB Variations
Color information
#9FC78F (or 0x9FC78F) is known color: Gossip. HEX triplet: 9F, C7 and 8F. RGB value is (159,199,143). Sum of RGB (Red+Green+Blue) = 159+199+143=501 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.74% from 501); Green value is 199 (78.12% from 255 or 39.72% from 501); Blue value is 143 (56.25% from 255 or 28.54% from 501); Max value from RGB is 199 - color contains mainly: green. Hex color #9FC78F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FC78F is #603870. Grayscale: #B4B4B4. Windows color (decimal): -6305905 or 9422751. OLE color: 9422751.
HSL color Cylindrical-coordinate representation of color #9FC78F: hue angle of 102.86º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9FC78F is Cyan = 0.20, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 159 | 199 | 143 | - |
| CMYK | 0.20 | 0 | 0.28 | 0.22 |
| HSL | 102.86º | 0.33% | 0.67% | - |
| HSV(B) | 102.86º | 0.28% | 0.78% | - |
| XYZ | 39.68 | 50.2 | 33.59 | - |
| YUV | 180.66 | 106.75 | 112.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 199 | 143 | 0.20 | 0 | 0.28 | 0.22 | 102.86 | 0.33 | 0.67 |
| Hex | 9F | C7 | 8F | 14 | 0 | 1C | 16 | 67 | 21 | 43 |
| Octal | 237 | 307 | 217 | 24 | 0 | 34 | 26 | 147 | 41 | 103 |
| Binary | 10011111 | 11000111 | 10001111 | 10100 | 0 | 11100 | 10110 | 1100111 | 100001 | 1000011 |
Color Harmonies of #9FC78F
Complementary color
Monochromatic Colors of #9FC78F
Black with #9FC78F
Text Example
Text Example
White with #9FC78F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FC78F; }
p { color: rgb(159,199,143); }
H1.HeaderClassName
{
color: #9FC78F;
}
.AnyTagClassName
{
color: #9FC78F;
}
</style>
background-color css
<style>
a { background-color: #9FC78F; }
a { background-color: rgb(159,199,143); }
div.DivClassName
{
background-color: #9FC78F;
}
.BgClassName
{
background-color: #9FC78F;
}
</style>
border-color css
<style>
span { border-color: #9FC78F; }
span { border-color: rgb(159,199,143); }
td.TdClassName
{
border-color: #9FC78F;
}
.TagClassName
{
border-color: #9FC78F;
}
</style>