Shades of Gossip #9ED48A
Tints of Gossip #9ED48A
RGB
CMYK
RGB Variations
Color information
#9ED48A (or 0x9ED48A) is known color: Gossip. HEX triplet: 9E, D4 and 8A. RGB value is (158,212,138). Sum of RGB (Red+Green+Blue) = 158+212+138=508 (67% of max value = 765). Red value is 158 (62.11% from 255 or 31.10% from 508); Green value is 212 (83.20% from 255 or 41.73% from 508); Blue value is 138 (54.30% from 255 or 27.17% from 508); Max value from RGB is 212 - color contains mainly: green. Hex color #9ED48A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ED48A is #612B75. Grayscale: #BBBBBB. Windows color (decimal): -6368118 or 9098398. OLE color: 9098398.
HSL color Cylindrical-coordinate representation of color #9ED48A: hue angle of 103.78º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9ED48A is Cyan = 0.25, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 158 | 212 | 138 | - |
| CMYK | 0.25 | 0 | 0.35 | 0.17 |
| HSL | 103.78º | 0.46% | 0.69% | - |
| HSV(B) | 103.78º | 0.35% | 0.83% | - |
| XYZ | 42.23 | 56.19 | 32.66 | - |
| YUV | 187.42 | 100.11 | 107.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 212 | 138 | 0.25 | 0 | 0.35 | 0.17 | 103.78 | 0.46 | 0.69 |
| Hex | 9E | D4 | 8A | 19 | 0 | 23 | 11 | 68 | 2E | 45 |
| Octal | 236 | 324 | 212 | 31 | 0 | 43 | 21 | 150 | 56 | 105 |
| Binary | 10011110 | 11010100 | 10001010 | 11001 | 0 | 100011 | 10001 | 1101000 | 101110 | 1000101 |
Color Harmonies of #9ED48A
Complementary color
Monochromatic Colors of #9ED48A
Black with #9ED48A
Text Example
Text Example
White with #9ED48A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED48A; }
p { color: rgb(158,212,138); }
H1.HeaderClassName
{
color: #9ED48A;
}
.AnyTagClassName
{
color: #9ED48A;
}
</style>
background-color css
<style>
a { background-color: #9ED48A; }
a { background-color: rgb(158,212,138); }
div.DivClassName
{
background-color: #9ED48A;
}
.BgClassName
{
background-color: #9ED48A;
}
</style>
border-color css
<style>
span { border-color: #9ED48A; }
span { border-color: rgb(158,212,138); }
td.TdClassName
{
border-color: #9ED48A;
}
.TagClassName
{
border-color: #9ED48A;
}
</style>