Shades of Gossip #9EE084
Tints of Gossip #9EE084
RGB
CMYK
RGB Variations
Color information
#9EE084 (or 0x9EE084) is known color: Gossip. HEX triplet: 9E, E0 and 84. RGB value is (158,224,132). Sum of RGB (Red+Green+Blue) = 158+224+132=514 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.74% from 514); Green value is 224 (87.89% from 255 or 43.58% from 514); Blue value is 132 (51.95% from 255 or 25.68% from 514); Max value from RGB is 224 - color contains mainly: green. Hex color #9EE084 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EE084 is #611F7B. Grayscale: #C2C2C2. Windows color (decimal): -6365052 or 8708254. OLE color: 8708254.
HSL color Cylindrical-coordinate representation of color #9EE084: hue angle of 103.04º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9EE084 is Cyan = 0.29, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 158 | 224 | 132 | - |
| CMYK | 0.29 | 0 | 0.41 | 0.12 |
| HSL | 103.04º | 0.6% | 0.7% | - |
| HSV(B) | 103.04º | 0.41% | 0.88% | - |
| XYZ | 44.92 | 62.25 | 31.48 | - |
| YUV | 193.78 | 93.13 | 102.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 224 | 132 | 0.29 | 0 | 0.41 | 0.12 | 103.04 | 0.6 | 0.7 |
| Hex | 9E | E0 | 84 | 1D | 0 | 29 | C | 67 | 3C | 46 |
| Octal | 236 | 340 | 204 | 35 | 0 | 51 | 14 | 147 | 74 | 106 |
| Binary | 10011110 | 11100000 | 10000100 | 11101 | 0 | 101001 | 1100 | 1100111 | 111100 | 1000110 |
Color Harmonies of #9EE084
Complementary color
Monochromatic Colors of #9EE084
Black with #9EE084
Text Example
Text Example
White with #9EE084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EE084; }
p { color: rgb(158,224,132); }
H1.HeaderClassName
{
color: #9EE084;
}
.AnyTagClassName
{
color: #9EE084;
}
</style>
background-color css
<style>
a { background-color: #9EE084; }
a { background-color: rgb(158,224,132); }
div.DivClassName
{
background-color: #9EE084;
}
.BgClassName
{
background-color: #9EE084;
}
</style>
border-color css
<style>
span { border-color: #9EE084; }
span { border-color: rgb(158,224,132); }
td.TdClassName
{
border-color: #9EE084;
}
.TagClassName
{
border-color: #9EE084;
}
</style>