Shades of Gossip #9FD68D
Tints of Gossip #9FD68D
RGB
CMYK
RGB Variations
Color information
#9FD68D (or 0x9FD68D) is known color: Gossip. HEX triplet: 9F, D6 and 8D. RGB value is (159,214,141). Sum of RGB (Red+Green+Blue) = 159+214+141=514 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.93% from 514); Green value is 214 (83.98% from 255 or 41.63% from 514); Blue value is 141 (55.47% from 255 or 27.43% from 514); Max value from RGB is 214 - color contains mainly: green. Hex color #9FD68D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FD68D is #602972. Grayscale: #BDBDBD. Windows color (decimal): -6302067 or 9295519. OLE color: 9295519.
HSL color Cylindrical-coordinate representation of color #9FD68D: hue angle of 105.21º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9FD68D is Cyan = 0.26, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 159 | 214 | 141 | - |
| CMYK | 0.26 | 0 | 0.34 | 0.16 |
| HSL | 105.21º | 0.47% | 0.7% | - |
| HSV(B) | 105.21º | 0.34% | 0.84% | - |
| XYZ | 43.15 | 57.39 | 34 | - |
| YUV | 189.23 | 100.78 | 106.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 214 | 141 | 0.26 | 0 | 0.34 | 0.16 | 105.21 | 0.47 | 0.7 |
| Hex | 9F | D6 | 8D | 1A | 0 | 22 | 10 | 69 | 2F | 46 |
| Octal | 237 | 326 | 215 | 32 | 0 | 42 | 20 | 151 | 57 | 106 |
| Binary | 10011111 | 11010110 | 10001101 | 11010 | 0 | 100010 | 10000 | 1101001 | 101111 | 1000110 |
Color Harmonies of #9FD68D
Complementary color
Monochromatic Colors of #9FD68D
Black with #9FD68D
Text Example
Text Example
White with #9FD68D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FD68D; }
p { color: rgb(159,214,141); }
H1.HeaderClassName
{
color: #9FD68D;
}
.AnyTagClassName
{
color: #9FD68D;
}
</style>
background-color css
<style>
a { background-color: #9FD68D; }
a { background-color: rgb(159,214,141); }
div.DivClassName
{
background-color: #9FD68D;
}
.BgClassName
{
background-color: #9FD68D;
}
</style>
border-color css
<style>
span { border-color: #9FD68D; }
span { border-color: rgb(159,214,141); }
td.TdClassName
{
border-color: #9FD68D;
}
.TagClassName
{
border-color: #9FD68D;
}
</style>