Shades of Gossip #9EC97A
Tints of Gossip #9EC97A
RGB
CMYK
RGB Variations
Color information
#9EC97A (or 0x9EC97A) is known color: Gossip. HEX triplet: 9E, C9 and 7A. RGB value is (158,201,122). Sum of RGB (Red+Green+Blue) = 158+201+122=481 (63% of max value = 765). Red value is 158 (62.11% from 255 or 32.85% from 481); Green value is 201 (78.91% from 255 or 41.79% from 481); Blue value is 122 (48.05% from 255 or 25.36% from 481); Max value from RGB is 201 - color contains mainly: green. Hex color #9EC97A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EC97A is #613685. Grayscale: #B3B3B3. Windows color (decimal): -6370950 or 8047006. OLE color: 8047006.
HSL color Cylindrical-coordinate representation of color #9EC97A: hue angle of 92.66º 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 #9EC97A is Cyan = 0.21, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 158 | 201 | 122 | - |
| CMYK | 0.21 | 0 | 0.39 | 0.21 |
| HSL | 92.66º | 0.42% | 0.63% | - |
| HSV(B) | 92.66º | 0.39% | 0.79% | - |
| XYZ | 38.5 | 50.45 | 26.12 | - |
| YUV | 179.14 | 95.75 | 112.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 201 | 122 | 0.21 | 0 | 0.39 | 0.21 | 92.66 | 0.42 | 0.63 |
| Hex | 9E | C9 | 7A | 15 | 0 | 27 | 15 | 5D | 2A | 3F |
| Octal | 236 | 311 | 172 | 25 | 0 | 47 | 25 | 135 | 52 | 77 |
| Binary | 10011110 | 11001001 | 1111010 | 10101 | 0 | 100111 | 10101 | 1011101 | 101010 | 111111 |
Color Harmonies of #9EC97A
Complementary color
Monochromatic Colors of #9EC97A
Black with #9EC97A
Text Example
Text Example
White with #9EC97A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EC97A; }
p { color: rgb(158,201,122); }
H1.HeaderClassName
{
color: #9EC97A;
}
.AnyTagClassName
{
color: #9EC97A;
}
</style>
background-color css
<style>
a { background-color: #9EC97A; }
a { background-color: rgb(158,201,122); }
div.DivClassName
{
background-color: #9EC97A;
}
.BgClassName
{
background-color: #9EC97A;
}
</style>
border-color css
<style>
span { border-color: #9EC97A; }
span { border-color: rgb(158,201,122); }
td.TdClassName
{
border-color: #9EC97A;
}
.TagClassName
{
border-color: #9EC97A;
}
</style>