Shades of Gossip #9ED078
Tints of Gossip #9ED078
RGB
CMYK
RGB Variations
Color information
#9ED078 (or 0x9ED078) is known color: Gossip. HEX triplet: 9E, D0 and 78. RGB value is (158,208,120). Sum of RGB (Red+Green+Blue) = 158+208+120=486 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.51% from 486); Green value is 208 (81.64% from 255 or 42.80% from 486); Blue value is 120 (47.27% from 255 or 24.69% from 486); Max value from RGB is 208 - color contains mainly: green. Hex color #9ED078 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ED078 is #612F87. Grayscale: #B7B7B7. Windows color (decimal): -6369160 or 7917726. OLE color: 7917726.
HSL color Cylindrical-coordinate representation of color #9ED078: hue angle of 94.09º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9ED078 is Cyan = 0.24, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 158 | 208 | 120 | - |
| CMYK | 0.24 | 0 | 0.42 | 0.18 |
| HSL | 94.09º | 0.48% | 0.64% | - |
| HSV(B) | 94.09º | 0.42% | 0.82% | - |
| XYZ | 40.05 | 53.74 | 26.03 | - |
| YUV | 183.02 | 92.44 | 110.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 208 | 120 | 0.24 | 0 | 0.42 | 0.18 | 94.09 | 0.48 | 0.64 |
| Hex | 9E | D0 | 78 | 18 | 0 | 2A | 12 | 5E | 30 | 40 |
| Octal | 236 | 320 | 170 | 30 | 0 | 52 | 22 | 136 | 60 | 100 |
| Binary | 10011110 | 11010000 | 1111000 | 11000 | 0 | 101010 | 10010 | 1011110 | 110000 | 1000000 |
Color Harmonies of #9ED078
Complementary color
Monochromatic Colors of #9ED078
Black with #9ED078
Text Example
Text Example
White with #9ED078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED078; }
p { color: rgb(158,208,120); }
H1.HeaderClassName
{
color: #9ED078;
}
.AnyTagClassName
{
color: #9ED078;
}
</style>
background-color css
<style>
a { background-color: #9ED078; }
a { background-color: rgb(158,208,120); }
div.DivClassName
{
background-color: #9ED078;
}
.BgClassName
{
background-color: #9ED078;
}
</style>
border-color css
<style>
span { border-color: #9ED078; }
span { border-color: rgb(158,208,120); }
td.TdClassName
{
border-color: #9ED078;
}
.TagClassName
{
border-color: #9ED078;
}
</style>