Shades of Gossip #9FD290
Tints of Gossip #9FD290
RGB
CMYK
RGB Variations
Color information
#9FD290 (or 0x9FD290) is known color: Gossip. HEX triplet: 9F, D2 and 90. RGB value is (159,210,144). Sum of RGB (Red+Green+Blue) = 159+210+144=513 (67% of max value = 765). Red value is 159 (62.5% from 255 or 30.99% from 513); Green value is 210 (82.42% from 255 or 40.94% from 513); Blue value is 144 (56.64% from 255 or 28.07% from 513); Max value from RGB is 210 - color contains mainly: green. Hex color #9FD290 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FD290 is #602D6F. Grayscale: #BBBBBB. Windows color (decimal): -6303088 or 9491103. OLE color: 9491103.
HSL color Cylindrical-coordinate representation of color #9FD290: hue angle of 106.36º degrees, saturation: 0.42, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9FD290 is Cyan = 0.24, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 159 | 210 | 144 | - |
| CMYK | 0.24 | 0 | 0.31 | 0.18 |
| HSL | 106.36º | 0.42% | 0.69% | - |
| HSV(B) | 106.36º | 0.31% | 0.82% | - |
| XYZ | 42.38 | 55.48 | 34.86 | - |
| YUV | 187.23 | 103.6 | 107.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 210 | 144 | 0.24 | 0 | 0.31 | 0.18 | 106.36 | 0.42 | 0.69 |
| Hex | 9F | D2 | 90 | 18 | 0 | 1F | 12 | 6A | 2A | 45 |
| Octal | 237 | 322 | 220 | 30 | 0 | 37 | 22 | 152 | 52 | 105 |
| Binary | 10011111 | 11010010 | 10010000 | 11000 | 0 | 11111 | 10010 | 1101010 | 101010 | 1000101 |
Color Harmonies of #9FD290
Complementary color
Monochromatic Colors of #9FD290
Black with #9FD290
Text Example
Text Example
White with #9FD290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FD290; }
p { color: rgb(159,210,144); }
H1.HeaderClassName
{
color: #9FD290;
}
.AnyTagClassName
{
color: #9FD290;
}
</style>
background-color css
<style>
a { background-color: #9FD290; }
a { background-color: rgb(159,210,144); }
div.DivClassName
{
background-color: #9FD290;
}
.BgClassName
{
background-color: #9FD290;
}
</style>
border-color css
<style>
span { border-color: #9FD290; }
span { border-color: rgb(159,210,144); }
td.TdClassName
{
border-color: #9FD290;
}
.TagClassName
{
border-color: #9FD290;
}
</style>