Shades of Gossip #9FC97A
Tints of Gossip #9FC97A
RGB
CMYK
RGB Variations
Color information
#9FC97A (or 0x9FC97A) is known color: Gossip. HEX triplet: 9F, C9 and 7A. RGB value is (159,201,122). Sum of RGB (Red+Green+Blue) = 159+201+122=482 (63% of max value = 765). Red value is 159 (62.5% from 255 or 32.99% from 482); Green value is 201 (78.91% from 255 or 41.70% from 482); Blue value is 122 (48.05% from 255 or 25.31% from 482); Max value from RGB is 201 - color contains mainly: green. Hex color #9FC97A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FC97A is #603685. Grayscale: #B3B3B3. Windows color (decimal): -6305414 or 8047007. OLE color: 8047007.
HSL color Cylindrical-coordinate representation of color #9FC97A: hue angle of 91.9º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9FC97A is Cyan = 0.21, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 159 | 201 | 122 | - |
| CMYK | 0.21 | 0 | 0.39 | 0.21 |
| HSL | 91.9º | 0.42% | 0.63% | - |
| HSV(B) | 91.9º | 0.39% | 0.79% | - |
| XYZ | 38.7 | 50.55 | 26.13 | - |
| YUV | 179.44 | 95.59 | 113.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 201 | 122 | 0.21 | 0 | 0.39 | 0.21 | 91.9 | 0.42 | 0.63 |
| Hex | 9F | C9 | 7A | 15 | 0 | 27 | 15 | 5C | 2A | 3F |
| Octal | 237 | 311 | 172 | 25 | 0 | 47 | 25 | 134 | 52 | 77 |
| Binary | 10011111 | 11001001 | 1111010 | 10101 | 0 | 100111 | 10101 | 1011100 | 101010 | 111111 |
Color Harmonies of #9FC97A
Complementary color
Monochromatic Colors of #9FC97A
Black with #9FC97A
Text Example
Text Example
White with #9FC97A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FC97A; }
p { color: rgb(159,201,122); }
H1.HeaderClassName
{
color: #9FC97A;
}
.AnyTagClassName
{
color: #9FC97A;
}
</style>
background-color css
<style>
a { background-color: #9FC97A; }
a { background-color: rgb(159,201,122); }
div.DivClassName
{
background-color: #9FC97A;
}
.BgClassName
{
background-color: #9FC97A;
}
</style>
border-color css
<style>
span { border-color: #9FC97A; }
span { border-color: rgb(159,201,122); }
td.TdClassName
{
border-color: #9FC97A;
}
.TagClassName
{
border-color: #9FC97A;
}
</style>