Shades of Gossip #9EE284
Tints of Gossip #9EE284
RGB
CMYK
RGB Variations
Color information
#9EE284 (or 0x9EE284) is known color: Gossip. HEX triplet: 9E, E2 and 84. RGB value is (158,226,132). Sum of RGB (Red+Green+Blue) = 158+226+132=516 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.62% from 516); Green value is 226 (88.67% from 255 or 43.80% from 516); Blue value is 132 (51.95% from 255 or 25.58% from 516); Max value from RGB is 226 - color contains mainly: green. Hex color #9EE284 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EE284 is #611D7B. Grayscale: #C3C3C3. Windows color (decimal): -6364540 or 8708766. OLE color: 8708766.
HSL color Cylindrical-coordinate representation of color #9EE284: hue angle of 103.4º 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 #9EE284 is Cyan = 0.30, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 158 | 226 | 132 | - |
| CMYK | 0.30 | 0 | 0.42 | 0.11 |
| HSL | 103.4º | 0.62% | 0.7% | - |
| HSV(B) | 103.4º | 0.42% | 0.89% | - |
| XYZ | 45.46 | 63.33 | 31.66 | - |
| YUV | 194.95 | 92.47 | 101.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 226 | 132 | 0.30 | 0 | 0.42 | 0.11 | 103.4 | 0.62 | 0.7 |
| Hex | 9E | E2 | 84 | 1E | 0 | 2A | B | 67 | 3E | 46 |
| Octal | 236 | 342 | 204 | 36 | 0 | 52 | 13 | 147 | 76 | 106 |
| Binary | 10011110 | 11100010 | 10000100 | 11110 | 0 | 101010 | 1011 | 1100111 | 111110 | 1000110 |
Color Harmonies of #9EE284
Complementary color
Monochromatic Colors of #9EE284
Black with #9EE284
Text Example
Text Example
White with #9EE284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EE284; }
p { color: rgb(158,226,132); }
H1.HeaderClassName
{
color: #9EE284;
}
.AnyTagClassName
{
color: #9EE284;
}
</style>
background-color css
<style>
a { background-color: #9EE284; }
a { background-color: rgb(158,226,132); }
div.DivClassName
{
background-color: #9EE284;
}
.BgClassName
{
background-color: #9EE284;
}
</style>
border-color css
<style>
span { border-color: #9EE284; }
span { border-color: rgb(158,226,132); }
td.TdClassName
{
border-color: #9EE284;
}
.TagClassName
{
border-color: #9EE284;
}
</style>