Shades of Gossip #9EDC7D
Tints of Gossip #9EDC7D
RGB
CMYK
RGB Variations
Color information
#9EDC7D (or 0x9EDC7D) is known color: Gossip. HEX triplet: 9E, DC and 7D. RGB value is (158,220,125). Sum of RGB (Red+Green+Blue) = 158+220+125=503 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.41% from 503); Green value is 220 (86.33% from 255 or 43.74% from 503); Blue value is 125 (49.22% from 255 or 24.85% from 503); Max value from RGB is 220 - color contains mainly: green. Hex color #9EDC7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EDC7D is #612382. Grayscale: #BEBEBE. Windows color (decimal): -6366083 or 8248478. OLE color: 8248478.
HSL color Cylindrical-coordinate representation of color #9EDC7D: hue angle of 99.16º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9EDC7D is Cyan = 0.28, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 158 | 220 | 125 | - |
| CMYK | 0.28 | 0 | 0.43 | 0.14 |
| HSL | 99.16º | 0.58% | 0.68% | - |
| HSV(B) | 99.16º | 0.43% | 0.86% | - |
| XYZ | 43.4 | 59.94 | 28.68 | - |
| YUV | 190.63 | 90.96 | 104.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 220 | 125 | 0.28 | 0 | 0.43 | 0.14 | 99.16 | 0.58 | 0.68 |
| Hex | 9E | DC | 7D | 1C | 0 | 2B | E | 63 | 3A | 44 |
| Octal | 236 | 334 | 175 | 34 | 0 | 53 | 16 | 143 | 72 | 104 |
| Binary | 10011110 | 11011100 | 1111101 | 11100 | 0 | 101011 | 1110 | 1100011 | 111010 | 1000100 |
Color Harmonies of #9EDC7D
Complementary color
Monochromatic Colors of #9EDC7D
Black with #9EDC7D
Text Example
Text Example
White with #9EDC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EDC7D; }
p { color: rgb(158,220,125); }
H1.HeaderClassName
{
color: #9EDC7D;
}
.AnyTagClassName
{
color: #9EDC7D;
}
</style>
background-color css
<style>
a { background-color: #9EDC7D; }
a { background-color: rgb(158,220,125); }
div.DivClassName
{
background-color: #9EDC7D;
}
.BgClassName
{
background-color: #9EDC7D;
}
</style>
border-color css
<style>
span { border-color: #9EDC7D; }
span { border-color: rgb(158,220,125); }
td.TdClassName
{
border-color: #9EDC7D;
}
.TagClassName
{
border-color: #9EDC7D;
}
</style>