Shades of Gossip #9FD685
Tints of Gossip #9FD685
RGB
CMYK
RGB Variations
Color information
#9FD685 (or 0x9FD685) is known color: Gossip. HEX triplet: 9F, D6 and 85. RGB value is (159,214,133). Sum of RGB (Red+Green+Blue) = 159+214+133=506 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.42% from 506); Green value is 214 (83.98% from 255 or 42.29% from 506); Blue value is 133 (52.34% from 255 or 26.28% from 506); Max value from RGB is 214 - color contains mainly: green. Hex color #9FD685 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FD685 is #60297A. Grayscale: #BCBCBC. Windows color (decimal): -6302075 or 8771231. OLE color: 8771231.
HSL color Cylindrical-coordinate representation of color #9FD685: hue angle of 100.74º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9FD685 is Cyan = 0.26, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 159 | 214 | 133 | - |
| CMYK | 0.26 | 0 | 0.38 | 0.16 |
| HSL | 100.74º | 0.5% | 0.68% | - |
| HSV(B) | 100.74º | 0.38% | 0.84% | - |
| XYZ | 42.58 | 57.16 | 30.98 | - |
| YUV | 188.32 | 96.78 | 107.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 214 | 133 | 0.26 | 0 | 0.38 | 0.16 | 100.74 | 0.5 | 0.68 |
| Hex | 9F | D6 | 85 | 1A | 0 | 26 | 10 | 65 | 32 | 44 |
| Octal | 237 | 326 | 205 | 32 | 0 | 46 | 20 | 145 | 62 | 104 |
| Binary | 10011111 | 11010110 | 10000101 | 11010 | 0 | 100110 | 10000 | 1100101 | 110010 | 1000100 |
Color Harmonies of #9FD685
Complementary color
Monochromatic Colors of #9FD685
Black with #9FD685
Text Example
Text Example
White with #9FD685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FD685; }
p { color: rgb(159,214,133); }
H1.HeaderClassName
{
color: #9FD685;
}
.AnyTagClassName
{
color: #9FD685;
}
</style>
background-color css
<style>
a { background-color: #9FD685; }
a { background-color: rgb(159,214,133); }
div.DivClassName
{
background-color: #9FD685;
}
.BgClassName
{
background-color: #9FD685;
}
</style>
border-color css
<style>
span { border-color: #9FD685; }
span { border-color: rgb(159,214,133); }
td.TdClassName
{
border-color: #9FD685;
}
.TagClassName
{
border-color: #9FD685;
}
</style>