Shades of Gossip #9EDC83
Tints of Gossip #9EDC83
RGB
CMYK
RGB Variations
Color information
#9EDC83 (or 0x9EDC83) is known color: Gossip. HEX triplet: 9E, DC and 83. RGB value is (158,220,131). Sum of RGB (Red+Green+Blue) = 158+220+131=509 (67% of max value = 765). Red value is 158 (62.11% from 255 or 31.04% from 509); Green value is 220 (86.33% from 255 or 43.22% from 509); Blue value is 131 (51.56% from 255 or 25.74% from 509); Max value from RGB is 220 - color contains mainly: green. Hex color #9EDC83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EDC83 is #61237C. Grayscale: #BFBFBF. Windows color (decimal): -6366077 or 8641694. OLE color: 8641694.
HSL color Cylindrical-coordinate representation of color #9EDC83: hue angle of 101.8º degrees, saturation: 0.56, 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 #9EDC83 is Cyan = 0.28, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 158 | 220 | 131 | - |
| CMYK | 0.28 | 0 | 0.40 | 0.14 |
| HSL | 101.8º | 0.56% | 0.69% | - |
| HSV(B) | 101.8º | 0.4% | 0.86% | - |
| XYZ | 43.79 | 60.09 | 30.76 | - |
| YUV | 191.32 | 93.96 | 104.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 220 | 131 | 0.28 | 0 | 0.40 | 0.14 | 101.8 | 0.56 | 0.69 |
| Hex | 9E | DC | 83 | 1C | 0 | 28 | E | 66 | 38 | 45 |
| Octal | 236 | 334 | 203 | 34 | 0 | 50 | 16 | 146 | 70 | 105 |
| Binary | 10011110 | 11011100 | 10000011 | 11100 | 0 | 101000 | 1110 | 1100110 | 111000 | 1000101 |
Color Harmonies of #9EDC83
Complementary color
Monochromatic Colors of #9EDC83
Black with #9EDC83
Text Example
Text Example
White with #9EDC83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EDC83; }
p { color: rgb(158,220,131); }
H1.HeaderClassName
{
color: #9EDC83;
}
.AnyTagClassName
{
color: #9EDC83;
}
</style>
background-color css
<style>
a { background-color: #9EDC83; }
a { background-color: rgb(158,220,131); }
div.DivClassName
{
background-color: #9EDC83;
}
.BgClassName
{
background-color: #9EDC83;
}
</style>
border-color css
<style>
span { border-color: #9EDC83; }
span { border-color: rgb(158,220,131); }
td.TdClassName
{
border-color: #9EDC83;
}
.TagClassName
{
border-color: #9EDC83;
}
</style>