Shades of Gossip #9FDA7F
Tints of Gossip #9FDA7F
RGB
CMYK
RGB Variations
Color information
#9FDA7F (or 0x9FDA7F) is known color: Gossip. HEX triplet: 9F, DA and 7F. RGB value is (159,218,127). Sum of RGB (Red+Green+Blue) = 159+218+127=504 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.55% from 504); Green value is 218 (85.55% from 255 or 43.25% from 504); Blue value is 127 (50% from 255 or 25.20% from 504); Max value from RGB is 218 - color contains mainly: green. Hex color #9FDA7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FDA7F is #602580. Grayscale: #BEBEBE. Windows color (decimal): -6301057 or 8379039. OLE color: 8379039.
HSL color Cylindrical-coordinate representation of color #9FDA7F: hue angle of 98.9º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9FDA7F is Cyan = 0.27, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 159 | 218 | 127 | - |
| CMYK | 0.27 | 0 | 0.42 | 0.15 |
| HSL | 98.9º | 0.55% | 0.68% | - |
| HSV(B) | 98.9º | 0.42% | 0.85% | - |
| XYZ | 43.2 | 59.05 | 29.2 | - |
| YUV | 189.99 | 92.45 | 105.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 218 | 127 | 0.27 | 0 | 0.42 | 0.15 | 98.9 | 0.55 | 0.68 |
| Hex | 9F | DA | 7F | 1B | 0 | 2A | F | 63 | 37 | 44 |
| Octal | 237 | 332 | 177 | 33 | 0 | 52 | 17 | 143 | 67 | 104 |
| Binary | 10011111 | 11011010 | 1111111 | 11011 | 0 | 101010 | 1111 | 1100011 | 110111 | 1000100 |
Color Harmonies of #9FDA7F
Complementary color
Monochromatic Colors of #9FDA7F
Black with #9FDA7F
Text Example
Text Example
White with #9FDA7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDA7F; }
p { color: rgb(159,218,127); }
H1.HeaderClassName
{
color: #9FDA7F;
}
.AnyTagClassName
{
color: #9FDA7F;
}
</style>
background-color css
<style>
a { background-color: #9FDA7F; }
a { background-color: rgb(159,218,127); }
div.DivClassName
{
background-color: #9FDA7F;
}
.BgClassName
{
background-color: #9FDA7F;
}
</style>
border-color css
<style>
span { border-color: #9FDA7F; }
span { border-color: rgb(159,218,127); }
td.TdClassName
{
border-color: #9FDA7F;
}
.TagClassName
{
border-color: #9FDA7F;
}
</style>