Shades of Gossip #9FC981
Tints of Gossip #9FC981
RGB
CMYK
RGB Variations
Color information
#9FC981 (or 0x9FC981) is known color: Gossip. HEX triplet: 9F, C9 and 81. RGB value is (159,201,129). Sum of RGB (Red+Green+Blue) = 159+201+129=489 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.52% from 489); Green value is 201 (78.91% from 255 or 41.10% from 489); Blue value is 129 (50.78% from 255 or 26.38% from 489); Max value from RGB is 201 - color contains mainly: green. Hex color #9FC981 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FC981 is #60367E. Grayscale: #B4B4B4. Windows color (decimal): -6305407 or 8505759. OLE color: 8505759.
HSL color Cylindrical-coordinate representation of color #9FC981: hue angle of 95º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9FC981 is Cyan = 0.21, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 159 | 201 | 129 | - |
| CMYK | 0.21 | 0 | 0.36 | 0.21 |
| HSL | 95º | 0.4% | 0.65% | - |
| HSV(B) | 95º | 0.36% | 0.79% | - |
| XYZ | 39.15 | 50.73 | 28.5 | - |
| YUV | 180.23 | 99.09 | 112.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 201 | 129 | 0.21 | 0 | 0.36 | 0.21 | 95 | 0.4 | 0.65 |
| Hex | 9F | C9 | 81 | 15 | 0 | 24 | 15 | 5F | 28 | 41 |
| Octal | 237 | 311 | 201 | 25 | 0 | 44 | 25 | 137 | 50 | 101 |
| Binary | 10011111 | 11001001 | 10000001 | 10101 | 0 | 100100 | 10101 | 1011111 | 101000 | 1000001 |
Color Harmonies of #9FC981
Complementary color
Monochromatic Colors of #9FC981
Black with #9FC981
Text Example
Text Example
White with #9FC981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FC981; }
p { color: rgb(159,201,129); }
H1.HeaderClassName
{
color: #9FC981;
}
.AnyTagClassName
{
color: #9FC981;
}
</style>
background-color css
<style>
a { background-color: #9FC981; }
a { background-color: rgb(159,201,129); }
div.DivClassName
{
background-color: #9FC981;
}
.BgClassName
{
background-color: #9FC981;
}
</style>
border-color css
<style>
span { border-color: #9FC981; }
span { border-color: rgb(159,201,129); }
td.TdClassName
{
border-color: #9FC981;
}
.TagClassName
{
border-color: #9FC981;
}
</style>