Shades of Gossip #9EC58A
Tints of Gossip #9EC58A
RGB
CMYK
RGB Variations
Color information
#9EC58A (or 0x9EC58A) is known color: Gossip. HEX triplet: 9E, C5 and 8A. RGB value is (158,197,138). Sum of RGB (Red+Green+Blue) = 158+197+138=493 (65% of max value = 765). Red value is 158 (62.11% from 255 or 32.05% from 493); Green value is 197 (77.34% from 255 or 39.96% from 493); Blue value is 138 (54.30% from 255 or 27.99% from 493); Max value from RGB is 197 - color contains mainly: green. Hex color #9EC58A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EC58A is #613A75. Grayscale: #B2B2B2. Windows color (decimal): -6371958 or 9094558. OLE color: 9094558.
HSL color Cylindrical-coordinate representation of color #9EC58A: hue angle of 99.66º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9EC58A is Cyan = 0.20, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 158 | 197 | 138 | - |
| CMYK | 0.20 | 0 | 0.30 | 0.23 |
| HSL | 99.66º | 0.34% | 0.66% | - |
| HSV(B) | 99.66º | 0.3% | 0.77% | - |
| XYZ | 38.65 | 49.04 | 31.47 | - |
| YUV | 178.61 | 105.08 | 113.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 197 | 138 | 0.20 | 0 | 0.30 | 0.23 | 99.66 | 0.34 | 0.66 |
| Hex | 9E | C5 | 8A | 14 | 0 | 1E | 17 | 64 | 22 | 42 |
| Octal | 236 | 305 | 212 | 24 | 0 | 36 | 27 | 144 | 42 | 102 |
| Binary | 10011110 | 11000101 | 10001010 | 10100 | 0 | 11110 | 10111 | 1100100 | 100010 | 1000010 |
Color Harmonies of #9EC58A
Complementary color
Monochromatic Colors of #9EC58A
Black with #9EC58A
Text Example
Text Example
White with #9EC58A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EC58A; }
p { color: rgb(158,197,138); }
H1.HeaderClassName
{
color: #9EC58A;
}
.AnyTagClassName
{
color: #9EC58A;
}
</style>
background-color css
<style>
a { background-color: #9EC58A; }
a { background-color: rgb(158,197,138); }
div.DivClassName
{
background-color: #9EC58A;
}
.BgClassName
{
background-color: #9EC58A;
}
</style>
border-color css
<style>
span { border-color: #9EC58A; }
span { border-color: rgb(158,197,138); }
td.TdClassName
{
border-color: #9EC58A;
}
.TagClassName
{
border-color: #9EC58A;
}
</style>