Shades of Gossip #9FC78C
Tints of Gossip #9FC78C
RGB
CMYK
RGB Variations
Color information
#9FC78C (or 0x9FC78C) is known color: Gossip. HEX triplet: 9F, C7 and 8C. RGB value is (159,199,140). Sum of RGB (Red+Green+Blue) = 159+199+140=498 (65% of max value = 765). Red value is 159 (62.5% from 255 or 31.93% from 498); Green value is 199 (78.12% from 255 or 39.96% from 498); Blue value is 140 (55.08% from 255 or 28.11% from 498); Max value from RGB is 199 - color contains mainly: green. Hex color #9FC78C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FC78C is #603873. Grayscale: #B4B4B4. Windows color (decimal): -6305908 or 9226143. OLE color: 9226143.
HSL color Cylindrical-coordinate representation of color #9FC78C: hue angle of 100.68º degrees, saturation: 0.35, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9FC78C is Cyan = 0.20, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 159 | 199 | 140 | - |
| CMYK | 0.20 | 0 | 0.30 | 0.22 |
| HSL | 100.68º | 0.35% | 0.66% | - |
| HSV(B) | 100.68º | 0.3% | 0.78% | - |
| XYZ | 39.46 | 50.11 | 32.4 | - |
| YUV | 180.31 | 105.25 | 112.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 199 | 140 | 0.20 | 0 | 0.30 | 0.22 | 100.68 | 0.35 | 0.66 |
| Hex | 9F | C7 | 8C | 14 | 0 | 1E | 16 | 65 | 23 | 42 |
| Octal | 237 | 307 | 214 | 24 | 0 | 36 | 26 | 145 | 43 | 102 |
| Binary | 10011111 | 11000111 | 10001100 | 10100 | 0 | 11110 | 10110 | 1100101 | 100011 | 1000010 |
Color Harmonies of #9FC78C
Complementary color
Monochromatic Colors of #9FC78C
Black with #9FC78C
Text Example
Text Example
White with #9FC78C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FC78C; }
p { color: rgb(159,199,140); }
H1.HeaderClassName
{
color: #9FC78C;
}
.AnyTagClassName
{
color: #9FC78C;
}
</style>
background-color css
<style>
a { background-color: #9FC78C; }
a { background-color: rgb(159,199,140); }
div.DivClassName
{
background-color: #9FC78C;
}
.BgClassName
{
background-color: #9FC78C;
}
</style>
border-color css
<style>
span { border-color: #9FC78C; }
span { border-color: rgb(159,199,140); }
td.TdClassName
{
border-color: #9FC78C;
}
.TagClassName
{
border-color: #9FC78C;
}
</style>