Shades of Gossip #9ED18B
Tints of Gossip #9ED18B
RGB
CMYK
RGB Variations
Color information
#9ED18B (or 0x9ED18B) is known color: Gossip. HEX triplet: 9E, D1 and 8B. RGB value is (158,209,139). Sum of RGB (Red+Green+Blue) = 158+209+139=506 (67% of max value = 765). Red value is 158 (62.11% from 255 or 31.23% from 506); Green value is 209 (82.03% from 255 or 41.30% from 506); Blue value is 139 (54.69% from 255 or 27.47% from 506); Max value from RGB is 209 - color contains mainly: green. Hex color #9ED18B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ED18B is #612E74. Grayscale: #B9B9B9. Windows color (decimal): -6368885 or 9163166. OLE color: 9163166.
HSL color Cylindrical-coordinate representation of color #9ED18B: hue angle of 103.71º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9ED18B is Cyan = 0.24, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 158 | 209 | 139 | - |
| CMYK | 0.24 | 0 | 0.33 | 0.18 |
| HSL | 103.71º | 0.43% | 0.68% | - |
| HSV(B) | 103.71º | 0.33% | 0.82% | - |
| XYZ | 41.56 | 54.73 | 32.8 | - |
| YUV | 185.77 | 101.6 | 108.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 209 | 139 | 0.24 | 0 | 0.33 | 0.18 | 103.71 | 0.43 | 0.68 |
| Hex | 9E | D1 | 8B | 18 | 0 | 21 | 12 | 68 | 2B | 44 |
| Octal | 236 | 321 | 213 | 30 | 0 | 41 | 22 | 150 | 53 | 104 |
| Binary | 10011110 | 11010001 | 10001011 | 11000 | 0 | 100001 | 10010 | 1101000 | 101011 | 1000100 |
Color Harmonies of #9ED18B
Complementary color
Monochromatic Colors of #9ED18B
Black with #9ED18B
Text Example
Text Example
White with #9ED18B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED18B; }
p { color: rgb(158,209,139); }
H1.HeaderClassName
{
color: #9ED18B;
}
.AnyTagClassName
{
color: #9ED18B;
}
</style>
background-color css
<style>
a { background-color: #9ED18B; }
a { background-color: rgb(158,209,139); }
div.DivClassName
{
background-color: #9ED18B;
}
.BgClassName
{
background-color: #9ED18B;
}
</style>
border-color css
<style>
span { border-color: #9ED18B; }
span { border-color: rgb(158,209,139); }
td.TdClassName
{
border-color: #9ED18B;
}
.TagClassName
{
border-color: #9ED18B;
}
</style>