Shades of Gossip #9ED87B
Tints of Gossip #9ED87B
RGB
CMYK
RGB Variations
Color information
#9ED87B (or 0x9ED87B) is known color: Gossip. HEX triplet: 9E, D8 and 7B. RGB value is (158,216,123). Sum of RGB (Red+Green+Blue) = 158+216+123=497 (65% of max value = 765). Red value is 158 (62.11% from 255 or 31.79% from 497); Green value is 216 (84.77% from 255 or 43.46% from 497); Blue value is 123 (48.44% from 255 or 24.75% from 497); Max value from RGB is 216 - color contains mainly: green. Hex color #9ED87B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ED87B is #612784. Grayscale: #BCBCBC. Windows color (decimal): -6367109 or 8116382. OLE color: 8116382.
HSL color Cylindrical-coordinate representation of color #9ED87B: hue angle of 97.42º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9ED87B is Cyan = 0.27, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 158 | 216 | 123 | - |
| CMYK | 0.27 | 0 | 0.43 | 0.15 |
| HSL | 97.42º | 0.54% | 0.66% | - |
| HSV(B) | 97.42º | 0.43% | 0.85% | - |
| XYZ | 42.23 | 57.81 | 27.67 | - |
| YUV | 188.06 | 91.28 | 106.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 216 | 123 | 0.27 | 0 | 0.43 | 0.15 | 97.42 | 0.54 | 0.66 |
| Hex | 9E | D8 | 7B | 1B | 0 | 2B | F | 61 | 36 | 42 |
| Octal | 236 | 330 | 173 | 33 | 0 | 53 | 17 | 141 | 66 | 102 |
| Binary | 10011110 | 11011000 | 1111011 | 11011 | 0 | 101011 | 1111 | 1100001 | 110110 | 1000010 |
Color Harmonies of #9ED87B
Complementary color
Monochromatic Colors of #9ED87B
Black with #9ED87B
Text Example
Text Example
White with #9ED87B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED87B; }
p { color: rgb(158,216,123); }
H1.HeaderClassName
{
color: #9ED87B;
}
.AnyTagClassName
{
color: #9ED87B;
}
</style>
background-color css
<style>
a { background-color: #9ED87B; }
a { background-color: rgb(158,216,123); }
div.DivClassName
{
background-color: #9ED87B;
}
.BgClassName
{
background-color: #9ED87B;
}
</style>
border-color css
<style>
span { border-color: #9ED87B; }
span { border-color: rgb(158,216,123); }
td.TdClassName
{
border-color: #9ED87B;
}
.TagClassName
{
border-color: #9ED87B;
}
</style>