Shades of Gossip #9EE182
Tints of Gossip #9EE182
RGB
CMYK
RGB Variations
Color information
#9EE182 (or 0x9EE182) is known color: Gossip. HEX triplet: 9E, E1 and 82. RGB value is (158,225,130). Sum of RGB (Red+Green+Blue) = 158+225+130=513 (67% of max value = 765). Red value is 158 (62.11% from 255 or 30.80% from 513); Green value is 225 (88.28% from 255 or 43.86% from 513); Blue value is 130 (51.17% from 255 or 25.34% from 513); Max value from RGB is 225 - color contains mainly: green. Hex color #9EE182 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EE182 is #611E7D. Grayscale: #C2C2C2. Windows color (decimal): -6364798 or 8577438. OLE color: 8577438.
HSL color Cylindrical-coordinate representation of color #9EE182: hue angle of 102.32º degrees, saturation: 0.61, 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 #9EE182 is Cyan = 0.30, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 158 | 225 | 130 | - |
| CMYK | 0.30 | 0 | 0.42 | 0.12 |
| HSL | 102.32º | 0.61% | 0.7% | - |
| HSV(B) | 102.32º | 0.42% | 0.88% | - |
| XYZ | 45.06 | 62.73 | 30.85 | - |
| YUV | 194.14 | 91.8 | 102.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 225 | 130 | 0.30 | 0 | 0.42 | 0.12 | 102.32 | 0.61 | 0.7 |
| Hex | 9E | E1 | 82 | 1E | 0 | 2A | C | 66 | 3D | 46 |
| Octal | 236 | 341 | 202 | 36 | 0 | 52 | 14 | 146 | 75 | 106 |
| Binary | 10011110 | 11100001 | 10000010 | 11110 | 0 | 101010 | 1100 | 1100110 | 111101 | 1000110 |
Color Harmonies of #9EE182
Complementary color
Monochromatic Colors of #9EE182
Black with #9EE182
Text Example
Text Example
White with #9EE182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EE182; }
p { color: rgb(158,225,130); }
H1.HeaderClassName
{
color: #9EE182;
}
.AnyTagClassName
{
color: #9EE182;
}
</style>
background-color css
<style>
a { background-color: #9EE182; }
a { background-color: rgb(158,225,130); }
div.DivClassName
{
background-color: #9EE182;
}
.BgClassName
{
background-color: #9EE182;
}
</style>
border-color css
<style>
span { border-color: #9EE182; }
span { border-color: rgb(158,225,130); }
td.TdClassName
{
border-color: #9EE182;
}
.TagClassName
{
border-color: #9EE182;
}
</style>