Shades of Gossip #9EC68D
Tints of Gossip #9EC68D
RGB
CMYK
RGB Variations
Color information
#9EC68D (or 0x9EC68D) is known color: Gossip. HEX triplet: 9E, C6 and 8D. RGB value is (158,198,141). Sum of RGB (Red+Green+Blue) = 158+198+141=497 (65% of max value = 765). Red value is 158 (62.11% from 255 or 31.79% from 497); Green value is 198 (77.73% from 255 or 39.84% from 497); Blue value is 141 (55.47% from 255 or 28.37% from 497); Max value from RGB is 198 - color contains mainly: green. Hex color #9EC68D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EC68D is #613972. Grayscale: #B3B3B3. Windows color (decimal): -6371699 or 9291422. OLE color: 9291422.
HSL color Cylindrical-coordinate representation of color #9EC68D: hue angle of 102.11º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9EC68D is Cyan = 0.20, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 158 | 198 | 141 | - |
| CMYK | 0.20 | 0 | 0.29 | 0.22 |
| HSL | 102.11º | 0.33% | 0.66% | - |
| HSV(B) | 102.11º | 0.29% | 0.78% | - |
| XYZ | 39.1 | 49.58 | 32.71 | - |
| YUV | 179.54 | 106.25 | 112.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 198 | 141 | 0.20 | 0 | 0.29 | 0.22 | 102.11 | 0.33 | 0.66 |
| Hex | 9E | C6 | 8D | 14 | 0 | 1D | 16 | 66 | 21 | 42 |
| Octal | 236 | 306 | 215 | 24 | 0 | 35 | 26 | 146 | 41 | 102 |
| Binary | 10011110 | 11000110 | 10001101 | 10100 | 0 | 11101 | 10110 | 1100110 | 100001 | 1000010 |
Color Harmonies of #9EC68D
Complementary color
Monochromatic Colors of #9EC68D
Black with #9EC68D
Text Example
Text Example
White with #9EC68D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EC68D; }
p { color: rgb(158,198,141); }
H1.HeaderClassName
{
color: #9EC68D;
}
.AnyTagClassName
{
color: #9EC68D;
}
</style>
background-color css
<style>
a { background-color: #9EC68D; }
a { background-color: rgb(158,198,141); }
div.DivClassName
{
background-color: #9EC68D;
}
.BgClassName
{
background-color: #9EC68D;
}
</style>
border-color css
<style>
span { border-color: #9EC68D; }
span { border-color: rgb(158,198,141); }
td.TdClassName
{
border-color: #9EC68D;
}
.TagClassName
{
border-color: #9EC68D;
}
</style>