Shades of Gossip #9ED086
Tints of Gossip #9ED086
RGB
CMYK
RGB Variations
Color information
#9ED086 (or 0x9ED086) is known color: Gossip. HEX triplet: 9E, D0 and 86. RGB value is (158,208,134). Sum of RGB (Red+Green+Blue) = 158+208+134=500 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.6% from 500); Green value is 208 (81.64% from 255 or 41.6% from 500); Blue value is 134 (52.73% from 255 or 26.8% from 500); Max value from RGB is 208 - color contains mainly: green. Hex color #9ED086 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ED086 is #612F79. Grayscale: #B8B8B8. Windows color (decimal): -6369146 or 8835230. OLE color: 8835230.
HSL color Cylindrical-coordinate representation of color #9ED086: hue angle of 100.54º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9ED086 is Cyan = 0.24, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 158 | 208 | 134 | - |
| CMYK | 0.24 | 0 | 0.36 | 0.18 |
| HSL | 100.54º | 0.44% | 0.67% | - |
| HSV(B) | 100.54º | 0.36% | 0.82% | - |
| XYZ | 40.96 | 54.1 | 30.84 | - |
| YUV | 184.61 | 99.44 | 109.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 208 | 134 | 0.24 | 0 | 0.36 | 0.18 | 100.54 | 0.44 | 0.67 |
| Hex | 9E | D0 | 86 | 18 | 0 | 24 | 12 | 65 | 2C | 43 |
| Octal | 236 | 320 | 206 | 30 | 0 | 44 | 22 | 145 | 54 | 103 |
| Binary | 10011110 | 11010000 | 10000110 | 11000 | 0 | 100100 | 10010 | 1100101 | 101100 | 1000011 |
Color Harmonies of #9ED086
Complementary color
Monochromatic Colors of #9ED086
Black with #9ED086
Text Example
Text Example
White with #9ED086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED086; }
p { color: rgb(158,208,134); }
H1.HeaderClassName
{
color: #9ED086;
}
.AnyTagClassName
{
color: #9ED086;
}
</style>
background-color css
<style>
a { background-color: #9ED086; }
a { background-color: rgb(158,208,134); }
div.DivClassName
{
background-color: #9ED086;
}
.BgClassName
{
background-color: #9ED086;
}
</style>
border-color css
<style>
span { border-color: #9ED086; }
span { border-color: rgb(158,208,134); }
td.TdClassName
{
border-color: #9ED086;
}
.TagClassName
{
border-color: #9ED086;
}
</style>