Shades of Gossip #9ED275
Tints of Gossip #9ED275
RGB
CMYK
RGB Variations
Color information
#9ED275 (or 0x9ED275) is known color: Gossip. HEX triplet: 9E, D2 and 75. RGB value is (158,210,117). Sum of RGB (Red+Green+Blue) = 158+210+117=485 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.58% from 485); Green value is 210 (82.42% from 255 or 43.30% from 485); Blue value is 117 (46.09% from 255 or 24.12% from 485); Max value from RGB is 210 - color contains mainly: green. Hex color #9ED275 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ED275 is #612D8A. Grayscale: #B8B8B8. Windows color (decimal): -6368651 or 7721630. OLE color: 7721630.
HSL color Cylindrical-coordinate representation of color #9ED275: hue angle of 93.55º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9ED275 is Cyan = 0.25, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 158 | 210 | 117 | - |
| CMYK | 0.25 | 0 | 0.44 | 0.18 |
| HSL | 93.55º | 0.51% | 0.64% | - |
| HSV(B) | 93.55º | 0.44% | 0.82% | - |
| XYZ | 40.36 | 54.65 | 25.25 | - |
| YUV | 183.85 | 90.27 | 109.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 210 | 117 | 0.25 | 0 | 0.44 | 0.18 | 93.55 | 0.51 | 0.64 |
| Hex | 9E | D2 | 75 | 19 | 0 | 2C | 12 | 5E | 33 | 40 |
| Octal | 236 | 322 | 165 | 31 | 0 | 54 | 22 | 136 | 63 | 100 |
| Binary | 10011110 | 11010010 | 1110101 | 11001 | 0 | 101100 | 10010 | 1011110 | 110011 | 1000000 |
Color Harmonies of #9ED275
Complementary color
Monochromatic Colors of #9ED275
Black with #9ED275
Text Example
Text Example
White with #9ED275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED275; }
p { color: rgb(158,210,117); }
H1.HeaderClassName
{
color: #9ED275;
}
.AnyTagClassName
{
color: #9ED275;
}
</style>
background-color css
<style>
a { background-color: #9ED275; }
a { background-color: rgb(158,210,117); }
div.DivClassName
{
background-color: #9ED275;
}
.BgClassName
{
background-color: #9ED275;
}
</style>
border-color css
<style>
span { border-color: #9ED275; }
span { border-color: rgb(158,210,117); }
td.TdClassName
{
border-color: #9ED275;
}
.TagClassName
{
border-color: #9ED275;
}
</style>