Shades of Gossip #9ED677
Tints of Gossip #9ED677
RGB
CMYK
RGB Variations
Color information
#9ED677 (or 0x9ED677) is known color: Gossip. HEX triplet: 9E, D6 and 77. RGB value is (158,214,119). Sum of RGB (Red+Green+Blue) = 158+214+119=491 (65% of max value = 765). Red value is 158 (62.11% from 255 or 32.18% from 491); Green value is 214 (83.98% from 255 or 43.58% from 491); Blue value is 119 (46.88% from 255 or 24.24% from 491); Max value from RGB is 214 - color contains mainly: green. Hex color #9ED677 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ED677 is #612988. Grayscale: #BABABA. Windows color (decimal): -6367625 or 7853726. OLE color: 7853726.
HSL color Cylindrical-coordinate representation of color #9ED677: hue angle of 95.37º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9ED677 is Cyan = 0.26, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 158 | 214 | 119 | - |
| CMYK | 0.26 | 0 | 0.44 | 0.16 |
| HSL | 95.37º | 0.54% | 0.65% | - |
| HSV(B) | 95.37º | 0.44% | 0.84% | - |
| XYZ | 41.48 | 56.69 | 26.21 | - |
| YUV | 186.43 | 89.95 | 107.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 214 | 119 | 0.26 | 0 | 0.44 | 0.16 | 95.37 | 0.54 | 0.65 |
| Hex | 9E | D6 | 77 | 1A | 0 | 2C | 10 | 5F | 36 | 41 |
| Octal | 236 | 326 | 167 | 32 | 0 | 54 | 20 | 137 | 66 | 101 |
| Binary | 10011110 | 11010110 | 1110111 | 11010 | 0 | 101100 | 10000 | 1011111 | 110110 | 1000001 |
Color Harmonies of #9ED677
Complementary color
Monochromatic Colors of #9ED677
Black with #9ED677
Text Example
Text Example
White with #9ED677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED677; }
p { color: rgb(158,214,119); }
H1.HeaderClassName
{
color: #9ED677;
}
.AnyTagClassName
{
color: #9ED677;
}
</style>
background-color css
<style>
a { background-color: #9ED677; }
a { background-color: rgb(158,214,119); }
div.DivClassName
{
background-color: #9ED677;
}
.BgClassName
{
background-color: #9ED677;
}
</style>
border-color css
<style>
span { border-color: #9ED677; }
span { border-color: rgb(158,214,119); }
td.TdClassName
{
border-color: #9ED677;
}
.TagClassName
{
border-color: #9ED677;
}
</style>