Shades of Gossip #9EDC85
Tints of Gossip #9EDC85
RGB
CMYK
RGB Variations
Color information
#9EDC85 (or 0x9EDC85) is known color: Gossip. HEX triplet: 9E, DC and 85. RGB value is (158,220,133). Sum of RGB (Red+Green+Blue) = 158+220+133=511 (67% of max value = 765). Red value is 158 (62.11% from 255 or 30.92% from 511); Green value is 220 (86.33% from 255 or 43.05% from 511); Blue value is 133 (52.34% from 255 or 26.03% from 511); Max value from RGB is 220 - color contains mainly: green. Hex color #9EDC85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EDC85 is #61237A. Grayscale: #BFBFBF. Windows color (decimal): -6366075 or 8772766. OLE color: 8772766.
HSL color Cylindrical-coordinate representation of color #9EDC85: hue angle of 102.76º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9EDC85 is Cyan = 0.28, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 158 | 220 | 133 | - |
| CMYK | 0.28 | 0 | 0.40 | 0.14 |
| HSL | 102.76º | 0.55% | 0.69% | - |
| HSV(B) | 102.76º | 0.4% | 0.86% | - |
| XYZ | 43.93 | 60.15 | 31.49 | - |
| YUV | 191.54 | 94.96 | 104.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 220 | 133 | 0.28 | 0 | 0.40 | 0.14 | 102.76 | 0.55 | 0.69 |
| Hex | 9E | DC | 85 | 1C | 0 | 28 | E | 67 | 37 | 45 |
| Octal | 236 | 334 | 205 | 34 | 0 | 50 | 16 | 147 | 67 | 105 |
| Binary | 10011110 | 11011100 | 10000101 | 11100 | 0 | 101000 | 1110 | 1100111 | 110111 | 1000101 |
Color Harmonies of #9EDC85
Complementary color
Monochromatic Colors of #9EDC85
Black with #9EDC85
Text Example
Text Example
White with #9EDC85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EDC85; }
p { color: rgb(158,220,133); }
H1.HeaderClassName
{
color: #9EDC85;
}
.AnyTagClassName
{
color: #9EDC85;
}
</style>
background-color css
<style>
a { background-color: #9EDC85; }
a { background-color: rgb(158,220,133); }
div.DivClassName
{
background-color: #9EDC85;
}
.BgClassName
{
background-color: #9EDC85;
}
</style>
border-color css
<style>
span { border-color: #9EDC85; }
span { border-color: rgb(158,220,133); }
td.TdClassName
{
border-color: #9EDC85;
}
.TagClassName
{
border-color: #9EDC85;
}
</style>