Shades of Gossip #9FC581
Tints of Gossip #9FC581
RGB
CMYK
RGB Variations
Color information
#9FC581 (or 0x9FC581) is known color: Gossip. HEX triplet: 9F, C5 and 81. RGB value is (159,197,129). Sum of RGB (Red+Green+Blue) = 159+197+129=485 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.78% from 485); Green value is 197 (77.34% from 255 or 40.62% from 485); Blue value is 129 (50.78% from 255 or 26.60% from 485); Max value from RGB is 197 - color contains mainly: green. Hex color #9FC581 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FC581 is #603A7E. Grayscale: #B2B2B2. Windows color (decimal): -6306431 or 8504735. OLE color: 8504735.
HSL color Cylindrical-coordinate representation of color #9FC581: hue angle of 93.53º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9FC581 is Cyan = 0.19, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 159 | 197 | 129 | - |
| CMYK | 0.19 | 0 | 0.35 | 0.23 |
| HSL | 93.53º | 0.37% | 0.64% | - |
| HSV(B) | 93.53º | 0.35% | 0.77% | - |
| XYZ | 38.23 | 48.89 | 28.19 | - |
| YUV | 177.89 | 100.41 | 114.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 197 | 129 | 0.19 | 0 | 0.35 | 0.23 | 93.53 | 0.37 | 0.64 |
| Hex | 9F | C5 | 81 | 13 | 0 | 23 | 17 | 5E | 25 | 40 |
| Octal | 237 | 305 | 201 | 23 | 0 | 43 | 27 | 136 | 45 | 100 |
| Binary | 10011111 | 11000101 | 10000001 | 10011 | 0 | 100011 | 10111 | 1011110 | 100101 | 1000000 |
Color Harmonies of #9FC581
Complementary color
Monochromatic Colors of #9FC581
Black with #9FC581
Text Example
Text Example
White with #9FC581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FC581; }
p { color: rgb(159,197,129); }
H1.HeaderClassName
{
color: #9FC581;
}
.AnyTagClassName
{
color: #9FC581;
}
</style>
background-color css
<style>
a { background-color: #9FC581; }
a { background-color: rgb(159,197,129); }
div.DivClassName
{
background-color: #9FC581;
}
.BgClassName
{
background-color: #9FC581;
}
</style>
border-color css
<style>
span { border-color: #9FC581; }
span { border-color: rgb(159,197,129); }
td.TdClassName
{
border-color: #9FC581;
}
.TagClassName
{
border-color: #9FC581;
}
</style>