Shades of Gossip #9ED87A
Tints of Gossip #9ED87A
RGB
CMYK
RGB Variations
Color information
#9ED87A (or 0x9ED87A) is known color: Gossip. HEX triplet: 9E, D8 and 7A. RGB value is (158,216,122). Sum of RGB (Red+Green+Blue) = 158+216+122=496 (65% of max value = 765). Red value is 158 (62.11% from 255 or 31.85% from 496); Green value is 216 (84.77% from 255 or 43.55% from 496); Blue value is 122 (48.05% from 255 or 24.60% from 496); Max value from RGB is 216 - color contains mainly: green. Hex color #9ED87A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ED87A is #612785. Grayscale: #BCBCBC. Windows color (decimal): -6367110 or 8050846. OLE color: 8050846.
HSL color Cylindrical-coordinate representation of color #9ED87A: hue angle of 97.02º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9ED87A is Cyan = 0.27, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 158 | 216 | 122 | - |
| CMYK | 0.27 | 0 | 0.44 | 0.15 |
| HSL | 97.02º | 0.55% | 0.66% | - |
| HSV(B) | 97.02º | 0.44% | 0.85% | - |
| XYZ | 42.17 | 57.79 | 27.34 | - |
| YUV | 187.94 | 90.78 | 106.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 216 | 122 | 0.27 | 0 | 0.44 | 0.15 | 97.02 | 0.55 | 0.66 |
| Hex | 9E | D8 | 7A | 1B | 0 | 2C | F | 61 | 37 | 42 |
| Octal | 236 | 330 | 172 | 33 | 0 | 54 | 17 | 141 | 67 | 102 |
| Binary | 10011110 | 11011000 | 1111010 | 11011 | 0 | 101100 | 1111 | 1100001 | 110111 | 1000010 |
Color Harmonies of #9ED87A
Complementary color
Monochromatic Colors of #9ED87A
Black with #9ED87A
Text Example
Text Example
White with #9ED87A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED87A; }
p { color: rgb(158,216,122); }
H1.HeaderClassName
{
color: #9ED87A;
}
.AnyTagClassName
{
color: #9ED87A;
}
</style>
background-color css
<style>
a { background-color: #9ED87A; }
a { background-color: rgb(158,216,122); }
div.DivClassName
{
background-color: #9ED87A;
}
.BgClassName
{
background-color: #9ED87A;
}
</style>
border-color css
<style>
span { border-color: #9ED87A; }
span { border-color: rgb(158,216,122); }
td.TdClassName
{
border-color: #9ED87A;
}
.TagClassName
{
border-color: #9ED87A;
}
</style>