Shades of Gossip #9EDD84
Tints of Gossip #9EDD84
RGB
CMYK
RGB Variations
Color information
#9EDD84 (or 0x9EDD84) is known color: Gossip. HEX triplet: 9E, DD and 84. RGB value is (158,221,132). Sum of RGB (Red+Green+Blue) = 158+221+132=511 (67% of max value = 765). Red value is 158 (62.11% from 255 or 30.92% from 511); Green value is 221 (86.72% from 255 or 43.25% from 511); Blue value is 132 (51.95% from 255 or 25.83% from 511); Max value from RGB is 221 - color contains mainly: green. Hex color #9EDD84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EDD84 is #61227B. Grayscale: #C0C0C0. Windows color (decimal): -6365820 or 8707486. OLE color: 8707486.
HSL color Cylindrical-coordinate representation of color #9EDD84: hue angle of 102.47º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9EDD84 is Cyan = 0.29, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 158 | 221 | 132 | - |
| CMYK | 0.29 | 0 | 0.40 | 0.13 |
| HSL | 102.47º | 0.57% | 0.69% | - |
| HSV(B) | 102.47º | 0.4% | 0.87% | - |
| XYZ | 44.12 | 60.65 | 31.21 | - |
| YUV | 192.02 | 94.13 | 103.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 221 | 132 | 0.29 | 0 | 0.40 | 0.13 | 102.47 | 0.57 | 0.69 |
| Hex | 9E | DD | 84 | 1D | 0 | 28 | D | 66 | 39 | 45 |
| Octal | 236 | 335 | 204 | 35 | 0 | 50 | 15 | 146 | 71 | 105 |
| Binary | 10011110 | 11011101 | 10000100 | 11101 | 0 | 101000 | 1101 | 1100110 | 111001 | 1000101 |
Color Harmonies of #9EDD84
Complementary color
Monochromatic Colors of #9EDD84
Black with #9EDD84
Text Example
Text Example
White with #9EDD84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EDD84; }
p { color: rgb(158,221,132); }
H1.HeaderClassName
{
color: #9EDD84;
}
.AnyTagClassName
{
color: #9EDD84;
}
</style>
background-color css
<style>
a { background-color: #9EDD84; }
a { background-color: rgb(158,221,132); }
div.DivClassName
{
background-color: #9EDD84;
}
.BgClassName
{
background-color: #9EDD84;
}
</style>
border-color css
<style>
span { border-color: #9EDD84; }
span { border-color: rgb(158,221,132); }
td.TdClassName
{
border-color: #9EDD84;
}
.TagClassName
{
border-color: #9EDD84;
}
</style>