Shades of Gossip #9ED181
Tints of Gossip #9ED181
RGB
CMYK
RGB Variations
Color information
#9ED181 (or 0x9ED181) is known color: Gossip. HEX triplet: 9E, D1 and 81. RGB value is (158,209,129). Sum of RGB (Red+Green+Blue) = 158+209+129=496 (65% of max value = 765). Red value is 158 (62.11% from 255 or 31.85% from 496); Green value is 209 (82.03% from 255 or 42.14% from 496); Blue value is 129 (50.78% from 255 or 26.01% from 496); Max value from RGB is 209 - color contains mainly: green. Hex color #9ED181 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ED181 is #612E7E. Grayscale: #B8B8B8. Windows color (decimal): -6368895 or 8507806. OLE color: 8507806.
HSL color Cylindrical-coordinate representation of color #9ED181: hue angle of 98.25º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9ED181 is Cyan = 0.24, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 158 | 209 | 129 | - |
| CMYK | 0.24 | 0 | 0.38 | 0.18 |
| HSL | 98.25º | 0.47% | 0.66% | - |
| HSV(B) | 98.25º | 0.38% | 0.82% | - |
| XYZ | 40.86 | 54.46 | 29.13 | - |
| YUV | 184.63 | 96.6 | 109 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 209 | 129 | 0.24 | 0 | 0.38 | 0.18 | 98.25 | 0.47 | 0.66 |
| Hex | 9E | D1 | 81 | 18 | 0 | 26 | 12 | 62 | 2F | 42 |
| Octal | 236 | 321 | 201 | 30 | 0 | 46 | 22 | 142 | 57 | 102 |
| Binary | 10011110 | 11010001 | 10000001 | 11000 | 0 | 100110 | 10010 | 1100010 | 101111 | 1000010 |
Color Harmonies of #9ED181
Complementary color
Monochromatic Colors of #9ED181
Black with #9ED181
Text Example
Text Example
White with #9ED181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED181; }
p { color: rgb(158,209,129); }
H1.HeaderClassName
{
color: #9ED181;
}
.AnyTagClassName
{
color: #9ED181;
}
</style>
background-color css
<style>
a { background-color: #9ED181; }
a { background-color: rgb(158,209,129); }
div.DivClassName
{
background-color: #9ED181;
}
.BgClassName
{
background-color: #9ED181;
}
</style>
border-color css
<style>
span { border-color: #9ED181; }
span { border-color: rgb(158,209,129); }
td.TdClassName
{
border-color: #9ED181;
}
.TagClassName
{
border-color: #9ED181;
}
</style>