Shades of Gossip #9ED58E
Tints of Gossip #9ED58E
RGB
CMYK
RGB Variations
Color information
#9ED58E (or 0x9ED58E) is known color: Gossip. HEX triplet: 9E, D5 and 8E. RGB value is (158,213,142). Sum of RGB (Red+Green+Blue) = 158+213+142=513 (67% of max value = 765). Red value is 158 (62.11% from 255 or 30.80% from 513); Green value is 213 (83.59% from 255 or 41.52% from 513); Blue value is 142 (55.86% from 255 or 27.68% from 513); Max value from RGB is 213 - color contains mainly: green. Hex color #9ED58E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ED58E is #612A71. Grayscale: #BCBCBC. Windows color (decimal): -6367858 or 9360798. OLE color: 9360798.
HSL color Cylindrical-coordinate representation of color #9ED58E: hue angle of 106.48º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9ED58E is Cyan = 0.26, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 158 | 213 | 142 | - |
| CMYK | 0.26 | 0 | 0.33 | 0.16 |
| HSL | 106.48º | 0.46% | 0.7% | - |
| HSV(B) | 106.48º | 0.33% | 0.84% | - |
| XYZ | 42.78 | 56.81 | 34.3 | - |
| YUV | 188.46 | 101.78 | 106.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 213 | 142 | 0.26 | 0 | 0.33 | 0.16 | 106.48 | 0.46 | 0.7 |
| Hex | 9E | D5 | 8E | 1A | 0 | 21 | 10 | 6A | 2E | 46 |
| Octal | 236 | 325 | 216 | 32 | 0 | 41 | 20 | 152 | 56 | 106 |
| Binary | 10011110 | 11010101 | 10001110 | 11010 | 0 | 100001 | 10000 | 1101010 | 101110 | 1000110 |
Color Harmonies of #9ED58E
Complementary color
Monochromatic Colors of #9ED58E
Black with #9ED58E
Text Example
Text Example
White with #9ED58E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED58E; }
p { color: rgb(158,213,142); }
H1.HeaderClassName
{
color: #9ED58E;
}
.AnyTagClassName
{
color: #9ED58E;
}
</style>
background-color css
<style>
a { background-color: #9ED58E; }
a { background-color: rgb(158,213,142); }
div.DivClassName
{
background-color: #9ED58E;
}
.BgClassName
{
background-color: #9ED58E;
}
</style>
border-color css
<style>
span { border-color: #9ED58E; }
span { border-color: rgb(158,213,142); }
td.TdClassName
{
border-color: #9ED58E;
}
.TagClassName
{
border-color: #9ED58E;
}
</style>