Shades of Gossip #9EDE80
Tints of Gossip #9EDE80
RGB
CMYK
RGB Variations
Color information
#9EDE80 (or 0x9EDE80) is known color: Gossip. HEX triplet: 9E, DE and 80. RGB value is (158,222,128). Sum of RGB (Red+Green+Blue) = 158+222+128=508 (67% of max value = 765). Red value is 158 (62.11% from 255 or 31.10% from 508); Green value is 222 (87.11% from 255 or 43.70% from 508); Blue value is 128 (50.39% from 255 or 25.20% from 508); Max value from RGB is 222 - color contains mainly: green. Hex color #9EDE80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EDE80 is #61217F. Grayscale: #C0C0C0. Windows color (decimal): -6365568 or 8445598. OLE color: 8445598.
HSL color Cylindrical-coordinate representation of color #9EDE80: hue angle of 100.85º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9EDE80 is Cyan = 0.29, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 158 | 222 | 128 | - |
| CMYK | 0.29 | 0 | 0.42 | 0.13 |
| HSL | 100.85º | 0.59% | 0.69% | - |
| HSV(B) | 100.85º | 0.42% | 0.87% | - |
| XYZ | 44.12 | 61.07 | 29.88 | - |
| YUV | 192.15 | 91.8 | 103.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 222 | 128 | 0.29 | 0 | 0.42 | 0.13 | 100.85 | 0.59 | 0.69 |
| Hex | 9E | DE | 80 | 1D | 0 | 2A | D | 65 | 3B | 45 |
| Octal | 236 | 336 | 200 | 35 | 0 | 52 | 15 | 145 | 73 | 105 |
| Binary | 10011110 | 11011110 | 10000000 | 11101 | 0 | 101010 | 1101 | 1100101 | 111011 | 1000101 |
Color Harmonies of #9EDE80
Complementary color
Monochromatic Colors of #9EDE80
Black with #9EDE80
Text Example
Text Example
White with #9EDE80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EDE80; }
p { color: rgb(158,222,128); }
H1.HeaderClassName
{
color: #9EDE80;
}
.AnyTagClassName
{
color: #9EDE80;
}
</style>
background-color css
<style>
a { background-color: #9EDE80; }
a { background-color: rgb(158,222,128); }
div.DivClassName
{
background-color: #9EDE80;
}
.BgClassName
{
background-color: #9EDE80;
}
</style>
border-color css
<style>
span { border-color: #9EDE80; }
span { border-color: rgb(158,222,128); }
td.TdClassName
{
border-color: #9EDE80;
}
.TagClassName
{
border-color: #9EDE80;
}
</style>