Shades of Gossip #9ED77A
Tints of Gossip #9ED77A
RGB
CMYK
RGB Variations
Color information
#9ED77A (or 0x9ED77A) is known color: Gossip. HEX triplet: 9E, D7 and 7A. RGB value is (158,215,122). Sum of RGB (Red+Green+Blue) = 158+215+122=495 (65% of max value = 765). Red value is 158 (62.11% from 255 or 31.92% from 495); Green value is 215 (84.38% from 255 or 43.43% from 495); Blue value is 122 (48.05% from 255 or 24.65% from 495); Max value from RGB is 215 - color contains mainly: green. Hex color #9ED77A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ED77A is #612885. Grayscale: #BBBBBB. Windows color (decimal): -6367366 or 8050590. OLE color: 8050590.
HSL color Cylindrical-coordinate representation of color #9ED77A: hue angle of 96.77º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9ED77A is Cyan = 0.27, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 158 | 215 | 122 | - |
| CMYK | 0.27 | 0 | 0.43 | 0.16 |
| HSL | 96.77º | 0.54% | 0.66% | - |
| HSV(B) | 96.77º | 0.43% | 0.84% | - |
| XYZ | 41.91 | 57.28 | 27.26 | - |
| YUV | 187.36 | 91.12 | 107.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 215 | 122 | 0.27 | 0 | 0.43 | 0.16 | 96.77 | 0.54 | 0.66 |
| Hex | 9E | D7 | 7A | 1B | 0 | 2B | 10 | 61 | 36 | 42 |
| Octal | 236 | 327 | 172 | 33 | 0 | 53 | 20 | 141 | 66 | 102 |
| Binary | 10011110 | 11010111 | 1111010 | 11011 | 0 | 101011 | 10000 | 1100001 | 110110 | 1000010 |
Color Harmonies of #9ED77A
Complementary color
Monochromatic Colors of #9ED77A
Black with #9ED77A
Text Example
Text Example
White with #9ED77A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED77A; }
p { color: rgb(158,215,122); }
H1.HeaderClassName
{
color: #9ED77A;
}
.AnyTagClassName
{
color: #9ED77A;
}
</style>
background-color css
<style>
a { background-color: #9ED77A; }
a { background-color: rgb(158,215,122); }
div.DivClassName
{
background-color: #9ED77A;
}
.BgClassName
{
background-color: #9ED77A;
}
</style>
border-color css
<style>
span { border-color: #9ED77A; }
span { border-color: rgb(158,215,122); }
td.TdClassName
{
border-color: #9ED77A;
}
.TagClassName
{
border-color: #9ED77A;
}
</style>