Shades of Gossip #9EE484
Tints of Gossip #9EE484
RGB
CMYK
RGB Variations
Color information
#9EE484 (or 0x9EE484) is known color: Gossip. HEX triplet: 9E, E4 and 84. RGB value is (158,228,132). Sum of RGB (Red+Green+Blue) = 158+228+132=518 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.50% from 518); Green value is 228 (89.45% from 255 or 44.02% from 518); Blue value is 132 (51.95% from 255 or 25.48% from 518); Max value from RGB is 228 - color contains mainly: green. Hex color #9EE484 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EE484 is #611B7B. Grayscale: #C4C4C4. Windows color (decimal): -6364028 or 8709278. OLE color: 8709278.
HSL color Cylindrical-coordinate representation of color #9EE484: hue angle of 103.75º degrees, saturation: 0.64, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9EE484 is Cyan = 0.31, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 158 | 228 | 132 | - |
| CMYK | 0.31 | 0 | 0.42 | 0.11 |
| HSL | 103.75º | 0.64% | 0.71% | - |
| HSV(B) | 103.75º | 0.42% | 0.89% | - |
| XYZ | 46.01 | 64.42 | 31.84 | - |
| YUV | 196.13 | 91.81 | 100.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 228 | 132 | 0.31 | 0 | 0.42 | 0.11 | 103.75 | 0.64 | 0.71 |
| Hex | 9E | E4 | 84 | 1F | 0 | 2A | B | 68 | 40 | 47 |
| Octal | 236 | 344 | 204 | 37 | 0 | 52 | 13 | 150 | 100 | 107 |
| Binary | 10011110 | 11100100 | 10000100 | 11111 | 0 | 101010 | 1011 | 1101000 | 1000000 | 1000111 |
Color Harmonies of #9EE484
Complementary color
Monochromatic Colors of #9EE484
Black with #9EE484
Text Example
Text Example
White with #9EE484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EE484; }
p { color: rgb(158,228,132); }
H1.HeaderClassName
{
color: #9EE484;
}
.AnyTagClassName
{
color: #9EE484;
}
</style>
background-color css
<style>
a { background-color: #9EE484; }
a { background-color: rgb(158,228,132); }
div.DivClassName
{
background-color: #9EE484;
}
.BgClassName
{
background-color: #9EE484;
}
</style>
border-color css
<style>
span { border-color: #9EE484; }
span { border-color: rgb(158,228,132); }
td.TdClassName
{
border-color: #9EE484;
}
.TagClassName
{
border-color: #9EE484;
}
</style>