Shades of Gossip #9EE083
Tints of Gossip #9EE083
RGB
CMYK
RGB Variations
Color information
#9EE083 (or 0x9EE083) is known color: Gossip. HEX triplet: 9E, E0 and 83. RGB value is (158,224,131). Sum of RGB (Red+Green+Blue) = 158+224+131=513 (67% of max value = 765). Red value is 158 (62.11% from 255 or 30.80% from 513); Green value is 224 (87.89% from 255 or 43.66% from 513); Blue value is 131 (51.56% from 255 or 25.54% from 513); Max value from RGB is 224 - color contains mainly: green. Hex color #9EE083 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EE083 is #611F7C. Grayscale: #C1C1C1. Windows color (decimal): -6365053 or 8642718. OLE color: 8642718.
HSL color Cylindrical-coordinate representation of color #9EE083: hue angle of 102.58º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9EE083 is Cyan = 0.29, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 158 | 224 | 131 | - |
| CMYK | 0.29 | 0 | 0.42 | 0.12 |
| HSL | 102.58º | 0.6% | 0.7% | - |
| HSV(B) | 102.58º | 0.42% | 0.88% | - |
| XYZ | 44.85 | 62.22 | 31.12 | - |
| YUV | 193.66 | 92.63 | 102.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 224 | 131 | 0.29 | 0 | 0.42 | 0.12 | 102.58 | 0.6 | 0.7 |
| Hex | 9E | E0 | 83 | 1D | 0 | 2A | C | 67 | 3C | 46 |
| Octal | 236 | 340 | 203 | 35 | 0 | 52 | 14 | 147 | 74 | 106 |
| Binary | 10011110 | 11100000 | 10000011 | 11101 | 0 | 101010 | 1100 | 1100111 | 111100 | 1000110 |
Color Harmonies of #9EE083
Complementary color
Monochromatic Colors of #9EE083
Black with #9EE083
Text Example
Text Example
White with #9EE083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EE083; }
p { color: rgb(158,224,131); }
H1.HeaderClassName
{
color: #9EE083;
}
.AnyTagClassName
{
color: #9EE083;
}
</style>
background-color css
<style>
a { background-color: #9EE083; }
a { background-color: rgb(158,224,131); }
div.DivClassName
{
background-color: #9EE083;
}
.BgClassName
{
background-color: #9EE083;
}
</style>
border-color css
<style>
span { border-color: #9EE083; }
span { border-color: rgb(158,224,131); }
td.TdClassName
{
border-color: #9EE083;
}
.TagClassName
{
border-color: #9EE083;
}
</style>