Shades of Gossip #9FC881
Tints of Gossip #9FC881
RGB
CMYK
RGB Variations
Color information
#9FC881 (or 0x9FC881) is known color: Gossip. HEX triplet: 9F, C8 and 81. RGB value is (159,200,129). Sum of RGB (Red+Green+Blue) = 159+200+129=488 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.58% from 488); Green value is 200 (78.52% from 255 or 40.98% from 488); Blue value is 129 (50.78% from 255 or 26.43% from 488); Max value from RGB is 200 - color contains mainly: green. Hex color #9FC881 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FC881 is #60377E. Grayscale: #B3B3B3. Windows color (decimal): -6305663 or 8505503. OLE color: 8505503.
HSL color Cylindrical-coordinate representation of color #9FC881: hue angle of 94.65º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9FC881 is Cyan = 0.20, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 159 | 200 | 129 | - |
| CMYK | 0.20 | 0 | 0.36 | 0.22 |
| HSL | 94.65º | 0.39% | 0.65% | - |
| HSV(B) | 94.65º | 0.36% | 0.78% | - |
| XYZ | 38.91 | 50.26 | 28.42 | - |
| YUV | 179.65 | 99.42 | 113.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 200 | 129 | 0.20 | 0 | 0.36 | 0.22 | 94.65 | 0.39 | 0.65 |
| Hex | 9F | C8 | 81 | 14 | 0 | 24 | 16 | 5F | 27 | 41 |
| Octal | 237 | 310 | 201 | 24 | 0 | 44 | 26 | 137 | 47 | 101 |
| Binary | 10011111 | 11001000 | 10000001 | 10100 | 0 | 100100 | 10110 | 1011111 | 100111 | 1000001 |
Color Harmonies of #9FC881
Complementary color
Monochromatic Colors of #9FC881
Black with #9FC881
Text Example
Text Example
White with #9FC881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FC881; }
p { color: rgb(159,200,129); }
H1.HeaderClassName
{
color: #9FC881;
}
.AnyTagClassName
{
color: #9FC881;
}
</style>
background-color css
<style>
a { background-color: #9FC881; }
a { background-color: rgb(159,200,129); }
div.DivClassName
{
background-color: #9FC881;
}
.BgClassName
{
background-color: #9FC881;
}
</style>
border-color css
<style>
span { border-color: #9FC881; }
span { border-color: rgb(159,200,129); }
td.TdClassName
{
border-color: #9FC881;
}
.TagClassName
{
border-color: #9FC881;
}
</style>