Shades of Gossip #9FCF88
Tints of Gossip #9FCF88
RGB
CMYK
RGB Variations
Color information
#9FCF88 (or 0x9FCF88) is known color: Gossip. HEX triplet: 9F, CF and 88. RGB value is (159,207,136). Sum of RGB (Red+Green+Blue) = 159+207+136=502 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.67% from 502); Green value is 207 (81.25% from 255 or 41.24% from 502); Blue value is 136 (53.52% from 255 or 27.09% from 502); Max value from RGB is 207 - color contains mainly: green. Hex color #9FCF88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FCF88 is #603077. Grayscale: #B8B8B8. Windows color (decimal): -6303864 or 8966047. OLE color: 8966047.
HSL color Cylindrical-coordinate representation of color #9FCF88: hue angle of 100.56º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9FCF88 is Cyan = 0.23, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 159 | 207 | 136 | - |
| CMYK | 0.23 | 0 | 0.34 | 0.19 |
| HSL | 100.56º | 0.43% | 0.67% | - |
| HSV(B) | 100.56º | 0.34% | 0.81% | - |
| XYZ | 41.05 | 53.77 | 31.51 | - |
| YUV | 184.55 | 100.6 | 109.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 207 | 136 | 0.23 | 0 | 0.34 | 0.19 | 100.56 | 0.43 | 0.67 |
| Hex | 9F | CF | 88 | 17 | 0 | 22 | 13 | 65 | 2B | 43 |
| Octal | 237 | 317 | 210 | 27 | 0 | 42 | 23 | 145 | 53 | 103 |
| Binary | 10011111 | 11001111 | 10001000 | 10111 | 0 | 100010 | 10011 | 1100101 | 101011 | 1000011 |
Color Harmonies of #9FCF88
Complementary color
Monochromatic Colors of #9FCF88
Black with #9FCF88
Text Example
Text Example
White with #9FCF88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FCF88; }
p { color: rgb(159,207,136); }
H1.HeaderClassName
{
color: #9FCF88;
}
.AnyTagClassName
{
color: #9FCF88;
}
</style>
background-color css
<style>
a { background-color: #9FCF88; }
a { background-color: rgb(159,207,136); }
div.DivClassName
{
background-color: #9FCF88;
}
.BgClassName
{
background-color: #9FCF88;
}
</style>
border-color css
<style>
span { border-color: #9FCF88; }
span { border-color: rgb(159,207,136); }
td.TdClassName
{
border-color: #9FCF88;
}
.TagClassName
{
border-color: #9FCF88;
}
</style>