Shades of Gossip #9ED478
Tints of Gossip #9ED478
RGB
CMYK
RGB Variations
Color information
#9ED478 (or 0x9ED478) is known color: Gossip. HEX triplet: 9E, D4 and 78. RGB value is (158,212,120). Sum of RGB (Red+Green+Blue) = 158+212+120=490 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.24% from 490); Green value is 212 (83.20% from 255 or 43.27% from 490); Blue value is 120 (47.27% from 255 or 24.49% from 490); Max value from RGB is 212 - color contains mainly: green. Hex color #9ED478 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ED478 is #612B87. Grayscale: #B9B9B9. Windows color (decimal): -6368136 or 7918750. OLE color: 7918750.
HSL color Cylindrical-coordinate representation of color #9ED478: hue angle of 95.22º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9ED478 is Cyan = 0.25, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 158 | 212 | 120 | - |
| CMYK | 0.25 | 0 | 0.43 | 0.17 |
| HSL | 95.22º | 0.52% | 0.65% | - |
| HSV(B) | 95.22º | 0.43% | 0.83% | - |
| XYZ | 41.03 | 55.71 | 26.36 | - |
| YUV | 185.37 | 91.11 | 108.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 212 | 120 | 0.25 | 0 | 0.43 | 0.17 | 95.22 | 0.52 | 0.65 |
| Hex | 9E | D4 | 78 | 19 | 0 | 2B | 11 | 5F | 34 | 41 |
| Octal | 236 | 324 | 170 | 31 | 0 | 53 | 21 | 137 | 64 | 101 |
| Binary | 10011110 | 11010100 | 1111000 | 11001 | 0 | 101011 | 10001 | 1011111 | 110100 | 1000001 |
Color Harmonies of #9ED478
Complementary color
Monochromatic Colors of #9ED478
Black with #9ED478
Text Example
Text Example
White with #9ED478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED478; }
p { color: rgb(158,212,120); }
H1.HeaderClassName
{
color: #9ED478;
}
.AnyTagClassName
{
color: #9ED478;
}
</style>
background-color css
<style>
a { background-color: #9ED478; }
a { background-color: rgb(158,212,120); }
div.DivClassName
{
background-color: #9ED478;
}
.BgClassName
{
background-color: #9ED478;
}
</style>
border-color css
<style>
span { border-color: #9ED478; }
span { border-color: rgb(158,212,120); }
td.TdClassName
{
border-color: #9ED478;
}
.TagClassName
{
border-color: #9ED478;
}
</style>