Shades of Gossip #9EDC7F
Tints of Gossip #9EDC7F
RGB
CMYK
RGB Variations
Color information
#9EDC7F (or 0x9EDC7F) is known color: Gossip. HEX triplet: 9E, DC and 7F. RGB value is (158,220,127). Sum of RGB (Red+Green+Blue) = 158+220+127=505 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.29% from 505); Green value is 220 (86.33% from 255 or 43.56% from 505); Blue value is 127 (50% from 255 or 25.15% from 505); Max value from RGB is 220 - color contains mainly: green. Hex color #9EDC7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EDC7F is #612380. Grayscale: #BFBFBF. Windows color (decimal): -6366081 or 8379550. OLE color: 8379550.
HSL color Cylindrical-coordinate representation of color #9EDC7F: hue angle of 100º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9EDC7F is Cyan = 0.28, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 158 | 220 | 127 | - |
| CMYK | 0.28 | 0 | 0.42 | 0.14 |
| HSL | 100º | 0.57% | 0.68% | - |
| HSV(B) | 100º | 0.42% | 0.86% | - |
| XYZ | 43.52 | 59.99 | 29.36 | - |
| YUV | 190.86 | 91.96 | 104.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 220 | 127 | 0.28 | 0 | 0.42 | 0.14 | 100 | 0.57 | 0.68 |
| Hex | 9E | DC | 7F | 1C | 0 | 2A | E | 64 | 39 | 44 |
| Octal | 236 | 334 | 177 | 34 | 0 | 52 | 16 | 144 | 71 | 104 |
| Binary | 10011110 | 11011100 | 1111111 | 11100 | 0 | 101010 | 1110 | 1100100 | 111001 | 1000100 |
Color Harmonies of #9EDC7F
Complementary color
Monochromatic Colors of #9EDC7F
Black with #9EDC7F
Text Example
Text Example
White with #9EDC7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EDC7F; }
p { color: rgb(158,220,127); }
H1.HeaderClassName
{
color: #9EDC7F;
}
.AnyTagClassName
{
color: #9EDC7F;
}
</style>
background-color css
<style>
a { background-color: #9EDC7F; }
a { background-color: rgb(158,220,127); }
div.DivClassName
{
background-color: #9EDC7F;
}
.BgClassName
{
background-color: #9EDC7F;
}
</style>
border-color css
<style>
span { border-color: #9EDC7F; }
span { border-color: rgb(158,220,127); }
td.TdClassName
{
border-color: #9EDC7F;
}
.TagClassName
{
border-color: #9EDC7F;
}
</style>