Shades of Gossip #9FD291
Tints of Gossip #9FD291
RGB
CMYK
RGB Variations
Color information
#9FD291 (or 0x9FD291) is known color: Gossip. HEX triplet: 9F, D2 and 91. RGB value is (159,210,145). Sum of RGB (Red+Green+Blue) = 159+210+145=514 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.93% from 514); Green value is 210 (82.42% from 255 or 40.86% from 514); Blue value is 145 (57.03% from 255 or 28.21% from 514); Max value from RGB is 210 - color contains mainly: green. Hex color #9FD291 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FD291 is #602D6E. Grayscale: #BBBBBB. Windows color (decimal): -6303087 or 9556639. OLE color: 9556639.
HSL color Cylindrical-coordinate representation of color #9FD291: hue angle of 107.08º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9FD291 is Cyan = 0.24, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 159 | 210 | 145 | - |
| CMYK | 0.24 | 0 | 0.31 | 0.18 |
| HSL | 107.08º | 0.42% | 0.7% | - |
| HSV(B) | 107.08º | 0.31% | 0.82% | - |
| XYZ | 42.46 | 55.51 | 35.26 | - |
| YUV | 187.34 | 104.1 | 107.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 210 | 145 | 0.24 | 0 | 0.31 | 0.18 | 107.08 | 0.42 | 0.7 |
| Hex | 9F | D2 | 91 | 18 | 0 | 1F | 12 | 6B | 2A | 46 |
| Octal | 237 | 322 | 221 | 30 | 0 | 37 | 22 | 153 | 52 | 106 |
| Binary | 10011111 | 11010010 | 10010001 | 11000 | 0 | 11111 | 10010 | 1101011 | 101010 | 1000110 |
Color Harmonies of #9FD291
Complementary color
Monochromatic Colors of #9FD291
Black with #9FD291
Text Example
Text Example
White with #9FD291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FD291; }
p { color: rgb(159,210,145); }
H1.HeaderClassName
{
color: #9FD291;
}
.AnyTagClassName
{
color: #9FD291;
}
</style>
background-color css
<style>
a { background-color: #9FD291; }
a { background-color: rgb(159,210,145); }
div.DivClassName
{
background-color: #9FD291;
}
.BgClassName
{
background-color: #9FD291;
}
</style>
border-color css
<style>
span { border-color: #9FD291; }
span { border-color: rgb(159,210,145); }
td.TdClassName
{
border-color: #9FD291;
}
.TagClassName
{
border-color: #9FD291;
}
</style>