Shades of Gossip #9EC580
Tints of Gossip #9EC580
RGB
CMYK
RGB Variations
Color information
#9EC580 (or 0x9EC580) is known color: Gossip. HEX triplet: 9E, C5 and 80. RGB value is (158,197,128). Sum of RGB (Red+Green+Blue) = 158+197+128=483 (63% of max value = 765). Red value is 158 (62.11% from 255 or 32.71% from 483); Green value is 197 (77.34% from 255 or 40.79% from 483); Blue value is 128 (50.39% from 255 or 26.50% from 483); Max value from RGB is 197 - color contains mainly: green. Hex color #9EC580 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EC580 is #613A7F. Grayscale: #B1B1B1. Windows color (decimal): -6371968 or 8439198. OLE color: 8439198.
HSL color Cylindrical-coordinate representation of color #9EC580: hue angle of 93.91º 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 #9EC580 is Cyan = 0.20, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 158 | 197 | 128 | - |
| CMYK | 0.20 | 0 | 0.35 | 0.23 |
| HSL | 93.91º | 0.37% | 0.64% | - |
| HSV(B) | 93.91º | 0.35% | 0.77% | - |
| XYZ | 37.96 | 48.76 | 27.83 | - |
| YUV | 177.47 | 100.08 | 114.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 197 | 128 | 0.20 | 0 | 0.35 | 0.23 | 93.91 | 0.37 | 0.64 |
| Hex | 9E | C5 | 80 | 14 | 0 | 23 | 17 | 5E | 25 | 40 |
| Octal | 236 | 305 | 200 | 24 | 0 | 43 | 27 | 136 | 45 | 100 |
| Binary | 10011110 | 11000101 | 10000000 | 10100 | 0 | 100011 | 10111 | 1011110 | 100101 | 1000000 |
Color Harmonies of #9EC580
Complementary color
Monochromatic Colors of #9EC580
Black with #9EC580
Text Example
Text Example
White with #9EC580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EC580; }
p { color: rgb(158,197,128); }
H1.HeaderClassName
{
color: #9EC580;
}
.AnyTagClassName
{
color: #9EC580;
}
</style>
background-color css
<style>
a { background-color: #9EC580; }
a { background-color: rgb(158,197,128); }
div.DivClassName
{
background-color: #9EC580;
}
.BgClassName
{
background-color: #9EC580;
}
</style>
border-color css
<style>
span { border-color: #9EC580; }
span { border-color: rgb(158,197,128); }
td.TdClassName
{
border-color: #9EC580;
}
.TagClassName
{
border-color: #9EC580;
}
</style>