Shades of Gossip #9ED286
Tints of Gossip #9ED286
RGB
CMYK
RGB Variations
Color information
#9ED286 (or 0x9ED286) is known color: Gossip. HEX triplet: 9E, D2 and 86. RGB value is (158,210,134). Sum of RGB (Red+Green+Blue) = 158+210+134=502 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.47% from 502); Green value is 210 (82.42% from 255 or 41.83% from 502); Blue value is 134 (52.73% from 255 or 26.69% from 502); Max value from RGB is 210 - color contains mainly: green. Hex color #9ED286 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ED286 is #612D79. Grayscale: #BABABA. Windows color (decimal): -6368634 or 8835742. OLE color: 8835742.
HSL color Cylindrical-coordinate representation of color #9ED286: hue angle of 101.05º degrees, saturation: 0.46, 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 #9ED286 is Cyan = 0.25, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 158 | 210 | 134 | - |
| CMYK | 0.25 | 0 | 0.36 | 0.18 |
| HSL | 101.05º | 0.46% | 0.67% | - |
| HSV(B) | 101.05º | 0.36% | 0.82% | - |
| XYZ | 41.45 | 55.08 | 31 | - |
| YUV | 185.79 | 98.77 | 108.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 210 | 134 | 0.25 | 0 | 0.36 | 0.18 | 101.05 | 0.46 | 0.67 |
| Hex | 9E | D2 | 86 | 19 | 0 | 24 | 12 | 65 | 2E | 43 |
| Octal | 236 | 322 | 206 | 31 | 0 | 44 | 22 | 145 | 56 | 103 |
| Binary | 10011110 | 11010010 | 10000110 | 11001 | 0 | 100100 | 10010 | 1100101 | 101110 | 1000011 |
Color Harmonies of #9ED286
Complementary color
Monochromatic Colors of #9ED286
Black with #9ED286
Text Example
Text Example
White with #9ED286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED286; }
p { color: rgb(158,210,134); }
H1.HeaderClassName
{
color: #9ED286;
}
.AnyTagClassName
{
color: #9ED286;
}
</style>
background-color css
<style>
a { background-color: #9ED286; }
a { background-color: rgb(158,210,134); }
div.DivClassName
{
background-color: #9ED286;
}
.BgClassName
{
background-color: #9ED286;
}
</style>
border-color css
<style>
span { border-color: #9ED286; }
span { border-color: rgb(158,210,134); }
td.TdClassName
{
border-color: #9ED286;
}
.TagClassName
{
border-color: #9ED286;
}
</style>