Shades of Gossip #9FDA8B
Tints of Gossip #9FDA8B
RGB
CMYK
RGB Variations
Color information
#9FDA8B (or 0x9FDA8B) is known color: Gossip. HEX triplet: 9F, DA and 8B. RGB value is (159,218,139). Sum of RGB (Red+Green+Blue) = 159+218+139=516 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.81% from 516); Green value is 218 (85.55% from 255 or 42.25% from 516); Blue value is 139 (54.69% from 255 or 26.94% from 516); Max value from RGB is 218 - color contains mainly: green. Hex color #9FDA8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FDA8B is #602574. Grayscale: #BFBFBF. Windows color (decimal): -6301045 or 9165471. OLE color: 9165471.
HSL color Cylindrical-coordinate representation of color #9FDA8B: hue angle of 104.81º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9FDA8B is Cyan = 0.27, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 159 | 218 | 139 | - |
| CMYK | 0.27 | 0 | 0.36 | 0.15 |
| HSL | 104.81º | 0.52% | 0.7% | - |
| HSV(B) | 104.81º | 0.36% | 0.85% | - |
| XYZ | 44.03 | 59.38 | 33.57 | - |
| YUV | 191.35 | 98.45 | 104.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 218 | 139 | 0.27 | 0 | 0.36 | 0.15 | 104.81 | 0.52 | 0.7 |
| Hex | 9F | DA | 8B | 1B | 0 | 24 | F | 69 | 34 | 46 |
| Octal | 237 | 332 | 213 | 33 | 0 | 44 | 17 | 151 | 64 | 106 |
| Binary | 10011111 | 11011010 | 10001011 | 11011 | 0 | 100100 | 1111 | 1101001 | 110100 | 1000110 |
Color Harmonies of #9FDA8B
Complementary color
Monochromatic Colors of #9FDA8B
Black with #9FDA8B
Text Example
Text Example
White with #9FDA8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDA8B; }
p { color: rgb(159,218,139); }
H1.HeaderClassName
{
color: #9FDA8B;
}
.AnyTagClassName
{
color: #9FDA8B;
}
</style>
background-color css
<style>
a { background-color: #9FDA8B; }
a { background-color: rgb(159,218,139); }
div.DivClassName
{
background-color: #9FDA8B;
}
.BgClassName
{
background-color: #9FDA8B;
}
</style>
border-color css
<style>
span { border-color: #9FDA8B; }
span { border-color: rgb(159,218,139); }
td.TdClassName
{
border-color: #9FDA8B;
}
.TagClassName
{
border-color: #9FDA8B;
}
</style>