Shades of Gossip #9EDA8B
Tints of Gossip #9EDA8B
RGB
CMYK
RGB Variations
Color information
#9EDA8B (or 0x9EDA8B) is known color: Gossip. HEX triplet: 9E, DA and 8B. RGB value is (158,218,139). Sum of RGB (Red+Green+Blue) = 158+218+139=515 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.68% from 515); Green value is 218 (85.55% from 255 or 42.33% from 515); Blue value is 139 (54.69% from 255 or 26.99% from 515); Max value from RGB is 218 - color contains mainly: green. Hex color #9EDA8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EDA8B is #612574. Grayscale: #BFBFBF. Windows color (decimal): -6366581 or 9165470. OLE color: 9165470.
HSL color Cylindrical-coordinate representation of color #9EDA8B: hue angle of 105.57º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9EDA8B is Cyan = 0.28, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 158 | 218 | 139 | - |
| CMYK | 0.28 | 0 | 0.36 | 0.15 |
| HSL | 105.57º | 0.52% | 0.7% | - |
| HSV(B) | 105.57º | 0.36% | 0.85% | - |
| XYZ | 43.83 | 59.28 | 33.56 | - |
| YUV | 191.05 | 98.62 | 104.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 218 | 139 | 0.28 | 0 | 0.36 | 0.15 | 105.57 | 0.52 | 0.7 |
| Hex | 9E | DA | 8B | 1C | 0 | 24 | F | 6A | 34 | 46 |
| Octal | 236 | 332 | 213 | 34 | 0 | 44 | 17 | 152 | 64 | 106 |
| Binary | 10011110 | 11011010 | 10001011 | 11100 | 0 | 100100 | 1111 | 1101010 | 110100 | 1000110 |
Color Harmonies of #9EDA8B
Complementary color
Monochromatic Colors of #9EDA8B
Black with #9EDA8B
Text Example
Text Example
White with #9EDA8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EDA8B; }
p { color: rgb(158,218,139); }
H1.HeaderClassName
{
color: #9EDA8B;
}
.AnyTagClassName
{
color: #9EDA8B;
}
</style>
background-color css
<style>
a { background-color: #9EDA8B; }
a { background-color: rgb(158,218,139); }
div.DivClassName
{
background-color: #9EDA8B;
}
.BgClassName
{
background-color: #9EDA8B;
}
</style>
border-color css
<style>
span { border-color: #9EDA8B; }
span { border-color: rgb(158,218,139); }
td.TdClassName
{
border-color: #9EDA8B;
}
.TagClassName
{
border-color: #9EDA8B;
}
</style>