Shades of Gossip #9ED18A
Tints of Gossip #9ED18A
RGB
CMYK
RGB Variations
Color information
#9ED18A (or 0x9ED18A) is known color: Gossip. HEX triplet: 9E, D1 and 8A. RGB value is (158,209,138). Sum of RGB (Red+Green+Blue) = 158+209+138=505 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.29% from 505); Green value is 209 (82.03% from 255 or 41.39% from 505); Blue value is 138 (54.30% from 255 or 27.33% from 505); Max value from RGB is 209 - color contains mainly: green. Hex color #9ED18A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ED18A is #612E75. Grayscale: #B9B9B9. Windows color (decimal): -6368886 or 9097630. OLE color: 9097630.
HSL color Cylindrical-coordinate representation of color #9ED18A: hue angle of 103.1º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9ED18A is Cyan = 0.24, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 158 | 209 | 138 | - |
| CMYK | 0.24 | 0 | 0.34 | 0.18 |
| HSL | 103.1º | 0.44% | 0.68% | - |
| HSV(B) | 103.1º | 0.34% | 0.82% | - |
| XYZ | 41.49 | 54.71 | 32.42 | - |
| YUV | 185.66 | 101.1 | 108.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 209 | 138 | 0.24 | 0 | 0.34 | 0.18 | 103.1 | 0.44 | 0.68 |
| Hex | 9E | D1 | 8A | 18 | 0 | 22 | 12 | 67 | 2C | 44 |
| Octal | 236 | 321 | 212 | 30 | 0 | 42 | 22 | 147 | 54 | 104 |
| Binary | 10011110 | 11010001 | 10001010 | 11000 | 0 | 100010 | 10010 | 1100111 | 101100 | 1000100 |
Color Harmonies of #9ED18A
Complementary color
Monochromatic Colors of #9ED18A
Black with #9ED18A
Text Example
Text Example
White with #9ED18A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED18A; }
p { color: rgb(158,209,138); }
H1.HeaderClassName
{
color: #9ED18A;
}
.AnyTagClassName
{
color: #9ED18A;
}
</style>
background-color css
<style>
a { background-color: #9ED18A; }
a { background-color: rgb(158,209,138); }
div.DivClassName
{
background-color: #9ED18A;
}
.BgClassName
{
background-color: #9ED18A;
}
</style>
border-color css
<style>
span { border-color: #9ED18A; }
span { border-color: rgb(158,209,138); }
td.TdClassName
{
border-color: #9ED18A;
}
.TagClassName
{
border-color: #9ED18A;
}
</style>