Shades of Gossip #9ED482
Tints of Gossip #9ED482
RGB
CMYK
RGB Variations
Color information
#9ED482 (or 0x9ED482) is known color: Gossip. HEX triplet: 9E, D4 and 82. RGB value is (158,212,130). Sum of RGB (Red+Green+Blue) = 158+212+130=500 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.6% from 500); Green value is 212 (83.20% from 255 or 42.4% from 500); Blue value is 130 (51.17% from 255 or 26% from 500); Max value from RGB is 212 - color contains mainly: green. Hex color #9ED482 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ED482 is #612B7D. Grayscale: #BABABA. Windows color (decimal): -6368126 or 8574110. OLE color: 8574110.
HSL color Cylindrical-coordinate representation of color #9ED482: hue angle of 99.51º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9ED482 is Cyan = 0.25, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 158 | 212 | 130 | - |
| CMYK | 0.25 | 0 | 0.39 | 0.17 |
| HSL | 99.51º | 0.49% | 0.67% | - |
| HSV(B) | 99.51º | 0.39% | 0.83% | - |
| XYZ | 41.67 | 55.97 | 29.73 | - |
| YUV | 186.51 | 96.11 | 107.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 212 | 130 | 0.25 | 0 | 0.39 | 0.17 | 99.51 | 0.49 | 0.67 |
| Hex | 9E | D4 | 82 | 19 | 0 | 27 | 11 | 64 | 31 | 43 |
| Octal | 236 | 324 | 202 | 31 | 0 | 47 | 21 | 144 | 61 | 103 |
| Binary | 10011110 | 11010100 | 10000010 | 11001 | 0 | 100111 | 10001 | 1100100 | 110001 | 1000011 |
Color Harmonies of #9ED482
Complementary color
Monochromatic Colors of #9ED482
Black with #9ED482
Text Example
Text Example
White with #9ED482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED482; }
p { color: rgb(158,212,130); }
H1.HeaderClassName
{
color: #9ED482;
}
.AnyTagClassName
{
color: #9ED482;
}
</style>
background-color css
<style>
a { background-color: #9ED482; }
a { background-color: rgb(158,212,130); }
div.DivClassName
{
background-color: #9ED482;
}
.BgClassName
{
background-color: #9ED482;
}
</style>
border-color css
<style>
span { border-color: #9ED482; }
span { border-color: rgb(158,212,130); }
td.TdClassName
{
border-color: #9ED482;
}
.TagClassName
{
border-color: #9ED482;
}
</style>