Shades of Gossip #9FD085
Tints of Gossip #9FD085
RGB
CMYK
RGB Variations
Color information
#9FD085 (or 0x9FD085) is known color: Gossip. HEX triplet: 9F, D0 and 85. RGB value is (159,208,133). Sum of RGB (Red+Green+Blue) = 159+208+133=500 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.8% from 500); Green value is 208 (81.64% from 255 or 41.6% from 500); Blue value is 133 (52.34% from 255 or 26.6% from 500); Max value from RGB is 208 - color contains mainly: green. Hex color #9FD085 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FD085 is #602F7A. Grayscale: #B9B9B9. Windows color (decimal): -6303611 or 8769695. OLE color: 8769695.
HSL color Cylindrical-coordinate representation of color #9FD085: hue angle of 99.2º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9FD085 is Cyan = 0.24, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 159 | 208 | 133 | - |
| CMYK | 0.24 | 0 | 0.36 | 0.18 |
| HSL | 99.2º | 0.44% | 0.67% | - |
| HSV(B) | 99.2º | 0.36% | 0.82% | - |
| XYZ | 41.09 | 54.18 | 30.48 | - |
| YUV | 184.8 | 98.77 | 109.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 208 | 133 | 0.24 | 0 | 0.36 | 0.18 | 99.2 | 0.44 | 0.67 |
| Hex | 9F | D0 | 85 | 18 | 0 | 24 | 12 | 63 | 2C | 43 |
| Octal | 237 | 320 | 205 | 30 | 0 | 44 | 22 | 143 | 54 | 103 |
| Binary | 10011111 | 11010000 | 10000101 | 11000 | 0 | 100100 | 10010 | 1100011 | 101100 | 1000011 |
Color Harmonies of #9FD085
Complementary color
Monochromatic Colors of #9FD085
Black with #9FD085
Text Example
Text Example
White with #9FD085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FD085; }
p { color: rgb(159,208,133); }
H1.HeaderClassName
{
color: #9FD085;
}
.AnyTagClassName
{
color: #9FD085;
}
</style>
background-color css
<style>
a { background-color: #9FD085; }
a { background-color: rgb(159,208,133); }
div.DivClassName
{
background-color: #9FD085;
}
.BgClassName
{
background-color: #9FD085;
}
</style>
border-color css
<style>
span { border-color: #9FD085; }
span { border-color: rgb(159,208,133); }
td.TdClassName
{
border-color: #9FD085;
}
.TagClassName
{
border-color: #9FD085;
}
</style>