Shades of Gossip #9FC580
Tints of Gossip #9FC580
RGB
CMYK
RGB Variations
Color information
#9FC580 (or 0x9FC580) is known color: Gossip. HEX triplet: 9F, C5 and 80. RGB value is (159,197,128). Sum of RGB (Red+Green+Blue) = 159+197+128=484 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.85% from 484); Green value is 197 (77.34% from 255 or 40.70% from 484); Blue value is 128 (50.39% from 255 or 26.45% from 484); Max value from RGB is 197 - color contains mainly: green. Hex color #9FC580 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FC580 is #603A7F. Grayscale: #B2B2B2. Windows color (decimal): -6306432 or 8439199. OLE color: 8439199.
HSL color Cylindrical-coordinate representation of color #9FC580: hue angle of 93.04º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9FC580 is Cyan = 0.19, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 159 | 197 | 128 | - |
| CMYK | 0.19 | 0 | 0.35 | 0.23 |
| HSL | 93.04º | 0.37% | 0.64% | - |
| HSV(B) | 93.04º | 0.35% | 0.77% | - |
| XYZ | 38.16 | 48.86 | 27.84 | - |
| YUV | 177.77 | 99.91 | 114.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 197 | 128 | 0.19 | 0 | 0.35 | 0.23 | 93.04 | 0.37 | 0.64 |
| Hex | 9F | C5 | 80 | 13 | 0 | 23 | 17 | 5D | 25 | 40 |
| Octal | 237 | 305 | 200 | 23 | 0 | 43 | 27 | 135 | 45 | 100 |
| Binary | 10011111 | 11000101 | 10000000 | 10011 | 0 | 100011 | 10111 | 1011101 | 100101 | 1000000 |
Color Harmonies of #9FC580
Complementary color
Monochromatic Colors of #9FC580
Black with #9FC580
Text Example
Text Example
White with #9FC580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FC580; }
p { color: rgb(159,197,128); }
H1.HeaderClassName
{
color: #9FC580;
}
.AnyTagClassName
{
color: #9FC580;
}
</style>
background-color css
<style>
a { background-color: #9FC580; }
a { background-color: rgb(159,197,128); }
div.DivClassName
{
background-color: #9FC580;
}
.BgClassName
{
background-color: #9FC580;
}
</style>
border-color css
<style>
span { border-color: #9FC580; }
span { border-color: rgb(159,197,128); }
td.TdClassName
{
border-color: #9FC580;
}
.TagClassName
{
border-color: #9FC580;
}
</style>