Shades of Gossip #9EE282
Tints of Gossip #9EE282
RGB
CMYK
RGB Variations
Color information
#9EE282 (or 0x9EE282) is known color: Gossip. HEX triplet: 9E, E2 and 82. RGB value is (158,226,130). Sum of RGB (Red+Green+Blue) = 158+226+130=514 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.74% from 514); Green value is 226 (88.67% from 255 or 43.97% from 514); Blue value is 130 (51.17% from 255 or 25.29% from 514); Max value from RGB is 226 - color contains mainly: green. Hex color #9EE282 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EE282 is #611D7D. Grayscale: #C3C3C3. Windows color (decimal): -6364542 or 8577694. OLE color: 8577694.
HSL color Cylindrical-coordinate representation of color #9EE282: hue angle of 102.5º degrees, saturation: 0.62, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9EE282 is Cyan = 0.30, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 158 | 226 | 130 | - |
| CMYK | 0.30 | 0 | 0.42 | 0.11 |
| HSL | 102.5º | 0.62% | 0.7% | - |
| HSV(B) | 102.5º | 0.42% | 0.89% | - |
| XYZ | 45.33 | 63.27 | 30.94 | - |
| YUV | 194.72 | 91.47 | 101.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 226 | 130 | 0.30 | 0 | 0.42 | 0.11 | 102.5 | 0.62 | 0.7 |
| Hex | 9E | E2 | 82 | 1E | 0 | 2A | B | 66 | 3E | 46 |
| Octal | 236 | 342 | 202 | 36 | 0 | 52 | 13 | 146 | 76 | 106 |
| Binary | 10011110 | 11100010 | 10000010 | 11110 | 0 | 101010 | 1011 | 1100110 | 111110 | 1000110 |
Color Harmonies of #9EE282
Complementary color
Monochromatic Colors of #9EE282
Black with #9EE282
Text Example
Text Example
White with #9EE282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EE282; }
p { color: rgb(158,226,130); }
H1.HeaderClassName
{
color: #9EE282;
}
.AnyTagClassName
{
color: #9EE282;
}
</style>
background-color css
<style>
a { background-color: #9EE282; }
a { background-color: rgb(158,226,130); }
div.DivClassName
{
background-color: #9EE282;
}
.BgClassName
{
background-color: #9EE282;
}
</style>
border-color css
<style>
span { border-color: #9EE282; }
span { border-color: rgb(158,226,130); }
td.TdClassName
{
border-color: #9EE282;
}
.TagClassName
{
border-color: #9EE282;
}
</style>