Shades of Gossip #9FC888
Tints of Gossip #9FC888
RGB
CMYK
RGB Variations
Color information
#9FC888 (or 0x9FC888) is known color: Gossip. HEX triplet: 9F, C8 and 88. RGB value is (159,200,136). Sum of RGB (Red+Green+Blue) = 159+200+136=495 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.12% from 495); Green value is 200 (78.52% from 255 or 40.40% from 495); Blue value is 136 (53.52% from 255 or 27.47% from 495); Max value from RGB is 200 - color contains mainly: green. Hex color #9FC888 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FC888 is #603777. Grayscale: #B4B4B4. Windows color (decimal): -6305656 or 8964255. OLE color: 8964255.
HSL color Cylindrical-coordinate representation of color #9FC888: hue angle of 98.44º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9FC888 is Cyan = 0.20, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 159 | 200 | 136 | - |
| CMYK | 0.20 | 0 | 0.32 | 0.22 |
| HSL | 98.44º | 0.37% | 0.66% | - |
| HSV(B) | 98.44º | 0.32% | 0.78% | - |
| XYZ | 39.4 | 50.46 | 30.96 | - |
| YUV | 180.45 | 102.92 | 112.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 200 | 136 | 0.20 | 0 | 0.32 | 0.22 | 98.44 | 0.37 | 0.66 |
| Hex | 9F | C8 | 88 | 14 | 0 | 20 | 16 | 62 | 25 | 42 |
| Octal | 237 | 310 | 210 | 24 | 0 | 40 | 26 | 142 | 45 | 102 |
| Binary | 10011111 | 11001000 | 10001000 | 10100 | 0 | 100000 | 10110 | 1100010 | 100101 | 1000010 |
Color Harmonies of #9FC888
Complementary color
Monochromatic Colors of #9FC888
Black with #9FC888
Text Example
Text Example
White with #9FC888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FC888; }
p { color: rgb(159,200,136); }
H1.HeaderClassName
{
color: #9FC888;
}
.AnyTagClassName
{
color: #9FC888;
}
</style>
background-color css
<style>
a { background-color: #9FC888; }
a { background-color: rgb(159,200,136); }
div.DivClassName
{
background-color: #9FC888;
}
.BgClassName
{
background-color: #9FC888;
}
</style>
border-color css
<style>
span { border-color: #9FC888; }
span { border-color: rgb(159,200,136); }
td.TdClassName
{
border-color: #9FC888;
}
.TagClassName
{
border-color: #9FC888;
}
</style>