Shades of Gossip #9ED17D
Tints of Gossip #9ED17D
RGB
CMYK
RGB Variations
Color information
#9ED17D (or 0x9ED17D) is known color: Gossip. HEX triplet: 9E, D1 and 7D. RGB value is (158,209,125). Sum of RGB (Red+Green+Blue) = 158+209+125=492 (65% of max value = 765). Red value is 158 (62.11% from 255 or 32.11% from 492); Green value is 209 (82.03% from 255 or 42.48% from 492); Blue value is 125 (49.22% from 255 or 25.41% from 492); Max value from RGB is 209 - color contains mainly: green. Hex color #9ED17D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ED17D is #612E82. Grayscale: #B8B8B8. Windows color (decimal): -6368899 or 8245662. OLE color: 8245662.
HSL color Cylindrical-coordinate representation of color #9ED17D: hue angle of 96.43º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9ED17D is Cyan = 0.24, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 158 | 209 | 125 | - |
| CMYK | 0.24 | 0 | 0.40 | 0.18 |
| HSL | 96.43º | 0.48% | 0.65% | - |
| HSV(B) | 96.43º | 0.4% | 0.82% | - |
| XYZ | 40.6 | 54.35 | 27.75 | - |
| YUV | 184.18 | 94.6 | 109.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 209 | 125 | 0.24 | 0 | 0.40 | 0.18 | 96.43 | 0.48 | 0.65 |
| Hex | 9E | D1 | 7D | 18 | 0 | 28 | 12 | 60 | 30 | 41 |
| Octal | 236 | 321 | 175 | 30 | 0 | 50 | 22 | 140 | 60 | 101 |
| Binary | 10011110 | 11010001 | 1111101 | 11000 | 0 | 101000 | 10010 | 1100000 | 110000 | 1000001 |
Color Harmonies of #9ED17D
Complementary color
Monochromatic Colors of #9ED17D
Black with #9ED17D
Text Example
Text Example
White with #9ED17D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED17D; }
p { color: rgb(158,209,125); }
H1.HeaderClassName
{
color: #9ED17D;
}
.AnyTagClassName
{
color: #9ED17D;
}
</style>
background-color css
<style>
a { background-color: #9ED17D; }
a { background-color: rgb(158,209,125); }
div.DivClassName
{
background-color: #9ED17D;
}
.BgClassName
{
background-color: #9ED17D;
}
</style>
border-color css
<style>
span { border-color: #9ED17D; }
span { border-color: rgb(158,209,125); }
td.TdClassName
{
border-color: #9ED17D;
}
.TagClassName
{
border-color: #9ED17D;
}
</style>