Shades of Gossip #9ED089
Tints of Gossip #9ED089
RGB
CMYK
RGB Variations
Color information
#9ED089 (or 0x9ED089) is known color: Gossip. HEX triplet: 9E, D0 and 89. RGB value is (158,208,137). Sum of RGB (Red+Green+Blue) = 158+208+137=503 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.41% from 503); Green value is 208 (81.64% from 255 or 41.35% from 503); Blue value is 137 (53.91% from 255 or 27.24% from 503); Max value from RGB is 208 - color contains mainly: green. Hex color #9ED089 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ED089 is #612F76. Grayscale: #B9B9B9. Windows color (decimal): -6369143 or 9031838. OLE color: 9031838.
HSL color Cylindrical-coordinate representation of color #9ED089: hue angle of 102.25º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9ED089 is Cyan = 0.24, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 158 | 208 | 137 | - |
| CMYK | 0.24 | 0 | 0.34 | 0.18 |
| HSL | 102.25º | 0.43% | 0.68% | - |
| HSV(B) | 102.25º | 0.34% | 0.82% | - |
| XYZ | 41.17 | 54.19 | 31.96 | - |
| YUV | 184.96 | 100.94 | 108.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 208 | 137 | 0.24 | 0 | 0.34 | 0.18 | 102.25 | 0.43 | 0.68 |
| Hex | 9E | D0 | 89 | 18 | 0 | 22 | 12 | 66 | 2B | 44 |
| Octal | 236 | 320 | 211 | 30 | 0 | 42 | 22 | 146 | 53 | 104 |
| Binary | 10011110 | 11010000 | 10001001 | 11000 | 0 | 100010 | 10010 | 1100110 | 101011 | 1000100 |
Color Harmonies of #9ED089
Complementary color
Monochromatic Colors of #9ED089
Black with #9ED089
Text Example
Text Example
White with #9ED089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED089; }
p { color: rgb(158,208,137); }
H1.HeaderClassName
{
color: #9ED089;
}
.AnyTagClassName
{
color: #9ED089;
}
</style>
background-color css
<style>
a { background-color: #9ED089; }
a { background-color: rgb(158,208,137); }
div.DivClassName
{
background-color: #9ED089;
}
.BgClassName
{
background-color: #9ED089;
}
</style>
border-color css
<style>
span { border-color: #9ED089; }
span { border-color: rgb(158,208,137); }
td.TdClassName
{
border-color: #9ED089;
}
.TagClassName
{
border-color: #9ED089;
}
</style>