Shades of Gossip #9FC58C
Tints of Gossip #9FC58C
RGB
CMYK
RGB Variations
Color information
#9FC58C (or 0x9FC58C) is known color: Gossip. HEX triplet: 9F, C5 and 8C. RGB value is (159,197,140). Sum of RGB (Red+Green+Blue) = 159+197+140=496 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.06% from 496); Green value is 197 (77.34% from 255 or 39.72% from 496); Blue value is 140 (55.08% from 255 or 28.23% from 496); Max value from RGB is 197 - color contains mainly: green. Hex color #9FC58C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FC58C is #603A73. Grayscale: #B3B3B3. Windows color (decimal): -6306420 or 9225631. OLE color: 9225631.
HSL color Cylindrical-coordinate representation of color #9FC58C: hue angle of 100º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9FC58C is Cyan = 0.19, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 159 | 197 | 140 | - |
| CMYK | 0.19 | 0 | 0.29 | 0.23 |
| HSL | 100º | 0.33% | 0.66% | - |
| HSV(B) | 100º | 0.29% | 0.77% | - |
| XYZ | 39 | 49.2 | 32.25 | - |
| YUV | 179.14 | 105.91 | 113.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 197 | 140 | 0.19 | 0 | 0.29 | 0.23 | 100 | 0.33 | 0.66 |
| Hex | 9F | C5 | 8C | 13 | 0 | 1D | 17 | 64 | 21 | 42 |
| Octal | 237 | 305 | 214 | 23 | 0 | 35 | 27 | 144 | 41 | 102 |
| Binary | 10011111 | 11000101 | 10001100 | 10011 | 0 | 11101 | 10111 | 1100100 | 100001 | 1000010 |
Color Harmonies of #9FC58C
Complementary color
Monochromatic Colors of #9FC58C
Black with #9FC58C
Text Example
Text Example
White with #9FC58C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FC58C; }
p { color: rgb(159,197,140); }
H1.HeaderClassName
{
color: #9FC58C;
}
.AnyTagClassName
{
color: #9FC58C;
}
</style>
background-color css
<style>
a { background-color: #9FC58C; }
a { background-color: rgb(159,197,140); }
div.DivClassName
{
background-color: #9FC58C;
}
.BgClassName
{
background-color: #9FC58C;
}
</style>
border-color css
<style>
span { border-color: #9FC58C; }
span { border-color: rgb(159,197,140); }
td.TdClassName
{
border-color: #9FC58C;
}
.TagClassName
{
border-color: #9FC58C;
}
</style>