Shades of Gossip #9FCC78
Tints of Gossip #9FCC78
RGB
CMYK
RGB Variations
Color information
#9FCC78 (or 0x9FCC78) is known color: Gossip. HEX triplet: 9F, CC and 78. RGB value is (159,204,120). Sum of RGB (Red+Green+Blue) = 159+204+120=483 (63% of max value = 765). Red value is 159 (62.5% from 255 or 32.92% from 483); Green value is 204 (80.08% from 255 or 42.24% from 483); Blue value is 120 (47.27% from 255 or 24.84% from 483); Max value from RGB is 204 - color contains mainly: green. Hex color #9FCC78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FCC78 is #603387. Grayscale: #B5B5B5. Windows color (decimal): -6304648 or 7916703. OLE color: 7916703.
HSL color Cylindrical-coordinate representation of color #9FCC78: hue angle of 92.14º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9FCC78 is Cyan = 0.22, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 159 | 204 | 120 | - |
| CMYK | 0.22 | 0 | 0.41 | 0.2 |
| HSL | 92.14º | 0.45% | 0.64% | - |
| HSV(B) | 92.14º | 0.41% | 0.8% | - |
| XYZ | 39.28 | 51.91 | 25.72 | - |
| YUV | 180.97 | 93.59 | 112.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 204 | 120 | 0.22 | 0 | 0.41 | 0.2 | 92.14 | 0.45 | 0.64 |
| Hex | 9F | CC | 78 | 16 | 0 | 29 | 14 | 5C | 2D | 40 |
| Octal | 237 | 314 | 170 | 26 | 0 | 51 | 24 | 134 | 55 | 100 |
| Binary | 10011111 | 11001100 | 1111000 | 10110 | 0 | 101001 | 10100 | 1011100 | 101101 | 1000000 |
Color Harmonies of #9FCC78
Complementary color
Monochromatic Colors of #9FCC78
Black with #9FCC78
Text Example
Text Example
White with #9FCC78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FCC78; }
p { color: rgb(159,204,120); }
H1.HeaderClassName
{
color: #9FCC78;
}
.AnyTagClassName
{
color: #9FCC78;
}
</style>
background-color css
<style>
a { background-color: #9FCC78; }
a { background-color: rgb(159,204,120); }
div.DivClassName
{
background-color: #9FCC78;
}
.BgClassName
{
background-color: #9FCC78;
}
</style>
border-color css
<style>
span { border-color: #9FCC78; }
span { border-color: rgb(159,204,120); }
td.TdClassName
{
border-color: #9FCC78;
}
.TagClassName
{
border-color: #9FCC78;
}
</style>