Shades of Gossip #9FDA82
Tints of Gossip #9FDA82
RGB
CMYK
RGB Variations
Color information
#9FDA82 (or 0x9FDA82) is known color: Gossip. HEX triplet: 9F, DA and 82. RGB value is (159,218,130). Sum of RGB (Red+Green+Blue) = 159+218+130=507 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.36% from 507); Green value is 218 (85.55% from 255 or 43.00% from 507); Blue value is 130 (51.17% from 255 or 25.64% from 507); Max value from RGB is 218 - color contains mainly: green. Hex color #9FDA82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FDA82 is #60257D. Grayscale: #BEBEBE. Windows color (decimal): -6301054 or 8575647. OLE color: 8575647.
HSL color Cylindrical-coordinate representation of color #9FDA82: hue angle of 100.23º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9FDA82 is Cyan = 0.27, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 159 | 218 | 130 | - |
| CMYK | 0.27 | 0 | 0.40 | 0.15 |
| HSL | 100.23º | 0.54% | 0.68% | - |
| HSV(B) | 100.23º | 0.4% | 0.85% | - |
| XYZ | 43.4 | 59.13 | 30.24 | - |
| YUV | 190.33 | 93.95 | 105.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 218 | 130 | 0.27 | 0 | 0.40 | 0.15 | 100.23 | 0.54 | 0.68 |
| Hex | 9F | DA | 82 | 1B | 0 | 28 | F | 64 | 36 | 44 |
| Octal | 237 | 332 | 202 | 33 | 0 | 50 | 17 | 144 | 66 | 104 |
| Binary | 10011111 | 11011010 | 10000010 | 11011 | 0 | 101000 | 1111 | 1100100 | 110110 | 1000100 |
Color Harmonies of #9FDA82
Complementary color
Monochromatic Colors of #9FDA82
Black with #9FDA82
Text Example
Text Example
White with #9FDA82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDA82; }
p { color: rgb(159,218,130); }
H1.HeaderClassName
{
color: #9FDA82;
}
.AnyTagClassName
{
color: #9FDA82;
}
</style>
background-color css
<style>
a { background-color: #9FDA82; }
a { background-color: rgb(159,218,130); }
div.DivClassName
{
background-color: #9FDA82;
}
.BgClassName
{
background-color: #9FDA82;
}
</style>
border-color css
<style>
span { border-color: #9FDA82; }
span { border-color: rgb(159,218,130); }
td.TdClassName
{
border-color: #9FDA82;
}
.TagClassName
{
border-color: #9FDA82;
}
</style>