Shades of Gossip #9ECD80
Tints of Gossip #9ECD80
RGB
CMYK
RGB Variations
Color information
#9ECD80 (or 0x9ECD80) is known color: Gossip. HEX triplet: 9E, CD and 80. RGB value is (158,205,128). Sum of RGB (Red+Green+Blue) = 158+205+128=491 (65% of max value = 765). Red value is 158 (62.11% from 255 or 32.18% from 491); Green value is 205 (80.47% from 255 or 41.75% from 491); Blue value is 128 (50.39% from 255 or 26.07% from 491); Max value from RGB is 205 - color contains mainly: green. Hex color #9ECD80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ECD80 is #61327F. Grayscale: #B6B6B6. Windows color (decimal): -6369920 or 8441246. OLE color: 8441246.
HSL color Cylindrical-coordinate representation of color #9ECD80: hue angle of 96.62º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9ECD80 is Cyan = 0.23, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 158 | 205 | 128 | - |
| CMYK | 0.23 | 0 | 0.38 | 0.20 |
| HSL | 96.62º | 0.44% | 0.65% | - |
| HSV(B) | 96.62º | 0.38% | 0.8% | - |
| XYZ | 39.83 | 52.49 | 28.45 | - |
| YUV | 182.17 | 97.43 | 110.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 205 | 128 | 0.23 | 0 | 0.38 | 0.20 | 96.62 | 0.44 | 0.65 |
| Hex | 9E | CD | 80 | 17 | 0 | 26 | 14 | 61 | 2C | 41 |
| Octal | 236 | 315 | 200 | 27 | 0 | 46 | 24 | 141 | 54 | 101 |
| Binary | 10011110 | 11001101 | 10000000 | 10111 | 0 | 100110 | 10100 | 1100001 | 101100 | 1000001 |
Color Harmonies of #9ECD80
Complementary color
Monochromatic Colors of #9ECD80
Black with #9ECD80
Text Example
Text Example
White with #9ECD80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ECD80; }
p { color: rgb(158,205,128); }
H1.HeaderClassName
{
color: #9ECD80;
}
.AnyTagClassName
{
color: #9ECD80;
}
</style>
background-color css
<style>
a { background-color: #9ECD80; }
a { background-color: rgb(158,205,128); }
div.DivClassName
{
background-color: #9ECD80;
}
.BgClassName
{
background-color: #9ECD80;
}
</style>
border-color css
<style>
span { border-color: #9ECD80; }
span { border-color: rgb(158,205,128); }
td.TdClassName
{
border-color: #9ECD80;
}
.TagClassName
{
border-color: #9ECD80;
}
</style>