Shades of Gossip #8EC97E
Tints of Gossip #8EC97E
RGB
CMYK
RGB Variations
Color information
#8EC97E (or 0x8EC97E) is known color: Gossip. HEX triplet: 8E, C9 and 7E. RGB value is (142,201,126). Sum of RGB (Red+Green+Blue) = 142+201+126=469 (62% of max value = 765). Red value is 142 (55.86% from 255 or 30.28% from 469); Green value is 201 (78.91% from 255 or 42.86% from 469); Blue value is 126 (49.61% from 255 or 26.87% from 469); Max value from RGB is 201 - color contains mainly: green. Hex color #8EC97E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EC97E is #713681. Grayscale: #AFAFAF. Windows color (decimal): -7419522 or 8309134. OLE color: 8309134.
HSL color Cylindrical-coordinate representation of color #8EC97E: hue angle of 107.2º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8EC97E is Cyan = 0.29, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 142 | 201 | 126 | - |
| CMYK | 0.29 | 0 | 0.37 | 0.21 |
| HSL | 107.2º | 0.41% | 0.64% | - |
| HSV(B) | 107.2º | 0.37% | 0.79% | - |
| XYZ | 35.81 | 49.03 | 27.32 | - |
| YUV | 174.81 | 100.45 | 104.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 201 | 126 | 0.29 | 0 | 0.37 | 0.21 | 107.2 | 0.41 | 0.64 |
| Hex | 8E | C9 | 7E | 1D | 0 | 25 | 15 | 6B | 29 | 40 |
| Octal | 216 | 311 | 176 | 35 | 0 | 45 | 25 | 153 | 51 | 100 |
| Binary | 10001110 | 11001001 | 1111110 | 11101 | 0 | 100101 | 10101 | 1101011 | 101001 | 1000000 |
Color Harmonies of #8EC97E
Complementary color
Monochromatic Colors of #8EC97E
Black with #8EC97E
Text Example
Text Example
White with #8EC97E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC97E; }
p { color: rgb(142,201,126); }
H1.HeaderClassName
{
color: #8EC97E;
}
.AnyTagClassName
{
color: #8EC97E;
}
</style>
background-color css
<style>
a { background-color: #8EC97E; }
a { background-color: rgb(142,201,126); }
div.DivClassName
{
background-color: #8EC97E;
}
.BgClassName
{
background-color: #8EC97E;
}
</style>
border-color css
<style>
span { border-color: #8EC97E; }
span { border-color: rgb(142,201,126); }
td.TdClassName
{
border-color: #8EC97E;
}
.TagClassName
{
border-color: #8EC97E;
}
</style>