Shades of Gossip #8EC97B
Tints of Gossip #8EC97B
RGB
CMYK
RGB Variations
Color information
#8EC97B (or 0x8EC97B) is known color: Gossip. HEX triplet: 8E, C9 and 7B. RGB value is (142,201,123). Sum of RGB (Red+Green+Blue) = 142+201+123=466 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.47% from 466); Green value is 201 (78.91% from 255 or 43.13% from 466); Blue value is 123 (48.44% from 255 or 26.39% from 466); Max value from RGB is 201 - color contains mainly: green. Hex color #8EC97B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EC97B is #713684. Grayscale: #AEAEAE. Windows color (decimal): -7419525 or 8112526. OLE color: 8112526.
HSL color Cylindrical-coordinate representation of color #8EC97B: hue angle of 105.38º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8EC97B is Cyan = 0.29, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 142 | 201 | 123 | - |
| CMYK | 0.29 | 0 | 0.39 | 0.21 |
| HSL | 105.38º | 0.42% | 0.64% | - |
| HSV(B) | 105.38º | 0.39% | 0.79% | - |
| XYZ | 35.62 | 48.95 | 26.31 | - |
| YUV | 174.47 | 98.95 | 104.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 201 | 123 | 0.29 | 0 | 0.39 | 0.21 | 105.38 | 0.42 | 0.64 |
| Hex | 8E | C9 | 7B | 1D | 0 | 27 | 15 | 69 | 2A | 40 |
| Octal | 216 | 311 | 173 | 35 | 0 | 47 | 25 | 151 | 52 | 100 |
| Binary | 10001110 | 11001001 | 1111011 | 11101 | 0 | 100111 | 10101 | 1101001 | 101010 | 1000000 |
Color Harmonies of #8EC97B
Complementary color
Monochromatic Colors of #8EC97B
Black with #8EC97B
Text Example
Text Example
White with #8EC97B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC97B; }
p { color: rgb(142,201,123); }
H1.HeaderClassName
{
color: #8EC97B;
}
.AnyTagClassName
{
color: #8EC97B;
}
</style>
background-color css
<style>
a { background-color: #8EC97B; }
a { background-color: rgb(142,201,123); }
div.DivClassName
{
background-color: #8EC97B;
}
.BgClassName
{
background-color: #8EC97B;
}
</style>
border-color css
<style>
span { border-color: #8EC97B; }
span { border-color: rgb(142,201,123); }
td.TdClassName
{
border-color: #8EC97B;
}
.TagClassName
{
border-color: #8EC97B;
}
</style>