Shades of Gossip #9ED68D
Tints of Gossip #9ED68D
RGB
CMYK
RGB Variations
Color information
#9ED68D (or 0x9ED68D) is known color: Gossip. HEX triplet: 9E, D6 and 8D. RGB value is (158,214,141). Sum of RGB (Red+Green+Blue) = 158+214+141=513 (67% of max value = 765). Red value is 158 (62.11% from 255 or 30.80% from 513); Green value is 214 (83.98% from 255 or 41.72% from 513); Blue value is 141 (55.47% from 255 or 27.49% from 513); Max value from RGB is 214 - color contains mainly: green. Hex color #9ED68D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ED68D is #612972. Grayscale: #BDBDBD. Windows color (decimal): -6367603 or 9295518. OLE color: 9295518.
HSL color Cylindrical-coordinate representation of color #9ED68D: hue angle of 106.03º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9ED68D is Cyan = 0.26, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 158 | 214 | 141 | - |
| CMYK | 0.26 | 0 | 0.34 | 0.16 |
| HSL | 106.03º | 0.47% | 0.7% | - |
| HSV(B) | 106.03º | 0.34% | 0.84% | - |
| XYZ | 42.95 | 57.29 | 33.99 | - |
| YUV | 188.93 | 100.95 | 105.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 214 | 141 | 0.26 | 0 | 0.34 | 0.16 | 106.03 | 0.47 | 0.7 |
| Hex | 9E | D6 | 8D | 1A | 0 | 22 | 10 | 6A | 2F | 46 |
| Octal | 236 | 326 | 215 | 32 | 0 | 42 | 20 | 152 | 57 | 106 |
| Binary | 10011110 | 11010110 | 10001101 | 11010 | 0 | 100010 | 10000 | 1101010 | 101111 | 1000110 |
Color Harmonies of #9ED68D
Complementary color
Monochromatic Colors of #9ED68D
Black with #9ED68D
Text Example
Text Example
White with #9ED68D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED68D; }
p { color: rgb(158,214,141); }
H1.HeaderClassName
{
color: #9ED68D;
}
.AnyTagClassName
{
color: #9ED68D;
}
</style>
background-color css
<style>
a { background-color: #9ED68D; }
a { background-color: rgb(158,214,141); }
div.DivClassName
{
background-color: #9ED68D;
}
.BgClassName
{
background-color: #9ED68D;
}
</style>
border-color css
<style>
span { border-color: #9ED68D; }
span { border-color: rgb(158,214,141); }
td.TdClassName
{
border-color: #9ED68D;
}
.TagClassName
{
border-color: #9ED68D;
}
</style>