Shades of Gossip #9ED78D
Tints of Gossip #9ED78D
RGB
CMYK
RGB Variations
Color information
#9ED78D (or 0x9ED78D) is known color: Gossip. HEX triplet: 9E, D7 and 8D. RGB value is (158,215,141). Sum of RGB (Red+Green+Blue) = 158+215+141=514 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.74% from 514); Green value is 215 (84.38% from 255 or 41.83% from 514); Blue value is 141 (55.47% from 255 or 27.43% from 514); Max value from RGB is 215 - color contains mainly: green. Hex color #9ED78D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ED78D is #612872. Grayscale: #BDBDBD. Windows color (decimal): -6367347 or 9295774. OLE color: 9295774.
HSL color Cylindrical-coordinate representation of color #9ED78D: hue angle of 106.22º degrees, saturation: 0.48, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9ED78D is Cyan = 0.27, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 158 | 215 | 141 | - |
| CMYK | 0.27 | 0 | 0.34 | 0.16 |
| HSL | 106.22º | 0.48% | 0.7% | - |
| HSV(B) | 106.22º | 0.34% | 0.84% | - |
| XYZ | 43.21 | 57.79 | 34.08 | - |
| YUV | 189.52 | 100.62 | 105.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 215 | 141 | 0.27 | 0 | 0.34 | 0.16 | 106.22 | 0.48 | 0.7 |
| Hex | 9E | D7 | 8D | 1B | 0 | 22 | 10 | 6A | 30 | 46 |
| Octal | 236 | 327 | 215 | 33 | 0 | 42 | 20 | 152 | 60 | 106 |
| Binary | 10011110 | 11010111 | 10001101 | 11011 | 0 | 100010 | 10000 | 1101010 | 110000 | 1000110 |
Color Harmonies of #9ED78D
Complementary color
Monochromatic Colors of #9ED78D
Black with #9ED78D
Text Example
Text Example
White with #9ED78D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED78D; }
p { color: rgb(158,215,141); }
H1.HeaderClassName
{
color: #9ED78D;
}
.AnyTagClassName
{
color: #9ED78D;
}
</style>
background-color css
<style>
a { background-color: #9ED78D; }
a { background-color: rgb(158,215,141); }
div.DivClassName
{
background-color: #9ED78D;
}
.BgClassName
{
background-color: #9ED78D;
}
</style>
border-color css
<style>
span { border-color: #9ED78D; }
span { border-color: rgb(158,215,141); }
td.TdClassName
{
border-color: #9ED78D;
}
.TagClassName
{
border-color: #9ED78D;
}
</style>