Shades of Gossip #9ED486
Tints of Gossip #9ED486
RGB
CMYK
RGB Variations
Color information
#9ED486 (or 0x9ED486) is known color: Gossip. HEX triplet: 9E, D4 and 86. RGB value is (158,212,134). Sum of RGB (Red+Green+Blue) = 158+212+134=504 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.35% from 504); Green value is 212 (83.20% from 255 or 42.06% from 504); Blue value is 134 (52.73% from 255 or 26.59% from 504); Max value from RGB is 212 - color contains mainly: green. Hex color #9ED486 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ED486 is #612B79. Grayscale: #BBBBBB. Windows color (decimal): -6368122 or 8836254. OLE color: 8836254.
HSL color Cylindrical-coordinate representation of color #9ED486: hue angle of 101.54º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9ED486 is Cyan = 0.25, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 158 | 212 | 134 | - |
| CMYK | 0.25 | 0 | 0.37 | 0.17 |
| HSL | 101.54º | 0.48% | 0.68% | - |
| HSV(B) | 101.54º | 0.37% | 0.83% | - |
| XYZ | 41.95 | 56.08 | 31.17 | - |
| YUV | 186.96 | 98.11 | 107.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 212 | 134 | 0.25 | 0 | 0.37 | 0.17 | 101.54 | 0.48 | 0.68 |
| Hex | 9E | D4 | 86 | 19 | 0 | 25 | 11 | 66 | 30 | 44 |
| Octal | 236 | 324 | 206 | 31 | 0 | 45 | 21 | 146 | 60 | 104 |
| Binary | 10011110 | 11010100 | 10000110 | 11001 | 0 | 100101 | 10001 | 1100110 | 110000 | 1000100 |
Color Harmonies of #9ED486
Complementary color
Monochromatic Colors of #9ED486
Black with #9ED486
Text Example
Text Example
White with #9ED486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED486; }
p { color: rgb(158,212,134); }
H1.HeaderClassName
{
color: #9ED486;
}
.AnyTagClassName
{
color: #9ED486;
}
</style>
background-color css
<style>
a { background-color: #9ED486; }
a { background-color: rgb(158,212,134); }
div.DivClassName
{
background-color: #9ED486;
}
.BgClassName
{
background-color: #9ED486;
}
</style>
border-color css
<style>
span { border-color: #9ED486; }
span { border-color: rgb(158,212,134); }
td.TdClassName
{
border-color: #9ED486;
}
.TagClassName
{
border-color: #9ED486;
}
</style>