Shades of Gossip #9EC48A
Tints of Gossip #9EC48A
RGB
CMYK
RGB Variations
Color information
#9EC48A (or 0x9EC48A) is known color: Gossip. HEX triplet: 9E, C4 and 8A. RGB value is (158,196,138). Sum of RGB (Red+Green+Blue) = 158+196+138=492 (65% of max value = 765). Red value is 158 (62.11% from 255 or 32.11% from 492); Green value is 196 (76.95% from 255 or 39.84% from 492); Blue value is 138 (54.30% from 255 or 28.05% from 492); Max value from RGB is 196 - color contains mainly: green. Hex color #9EC48A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EC48A is #613B75. Grayscale: #B2B2B2. Windows color (decimal): -6372214 or 9094302. OLE color: 9094302.
HSL color Cylindrical-coordinate representation of color #9EC48A: hue angle of 99.31º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9EC48A is Cyan = 0.19, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 158 | 196 | 138 | - |
| CMYK | 0.19 | 0 | 0.30 | 0.23 |
| HSL | 99.31º | 0.33% | 0.65% | - |
| HSV(B) | 99.31º | 0.3% | 0.77% | - |
| XYZ | 38.43 | 48.58 | 31.4 | - |
| YUV | 178.03 | 105.41 | 113.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 196 | 138 | 0.19 | 0 | 0.30 | 0.23 | 99.31 | 0.33 | 0.65 |
| Hex | 9E | C4 | 8A | 13 | 0 | 1E | 17 | 63 | 21 | 41 |
| Octal | 236 | 304 | 212 | 23 | 0 | 36 | 27 | 143 | 41 | 101 |
| Binary | 10011110 | 11000100 | 10001010 | 10011 | 0 | 11110 | 10111 | 1100011 | 100001 | 1000001 |
Color Harmonies of #9EC48A
Complementary color
Monochromatic Colors of #9EC48A
Black with #9EC48A
Text Example
Text Example
White with #9EC48A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EC48A; }
p { color: rgb(158,196,138); }
H1.HeaderClassName
{
color: #9EC48A;
}
.AnyTagClassName
{
color: #9EC48A;
}
</style>
background-color css
<style>
a { background-color: #9EC48A; }
a { background-color: rgb(158,196,138); }
div.DivClassName
{
background-color: #9EC48A;
}
.BgClassName
{
background-color: #9EC48A;
}
</style>
border-color css
<style>
span { border-color: #9EC48A; }
span { border-color: rgb(158,196,138); }
td.TdClassName
{
border-color: #9EC48A;
}
.TagClassName
{
border-color: #9EC48A;
}
</style>