Shades of Gossip #8EC478
Tints of Gossip #8EC478
RGB
CMYK
RGB Variations
Color information
#8EC478 (or 0x8EC478) is known color: Gossip. HEX triplet: 8E, C4 and 78. RGB value is (142,196,120). Sum of RGB (Red+Green+Blue) = 142+196+120=458 (60% of max value = 765). Red value is 142 (55.86% from 255 or 31.00% from 458); Green value is 196 (76.95% from 255 or 42.79% from 458); Blue value is 120 (47.27% from 255 or 26.20% from 458); Max value from RGB is 196 - color contains mainly: green. Hex color #8EC478 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EC478 is #713B87. Grayscale: #ABABAB. Windows color (decimal): -7420808 or 7914638. OLE color: 7914638.
HSL color Cylindrical-coordinate representation of color #8EC478: hue angle of 102.63º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8EC478 is Cyan = 0.28, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 142 | 196 | 120 | - |
| CMYK | 0.28 | 0 | 0.39 | 0.23 |
| HSL | 102.63º | 0.39% | 0.62% | - |
| HSV(B) | 102.63º | 0.39% | 0.77% | - |
| XYZ | 34.29 | 46.59 | 24.95 | - |
| YUV | 171.19 | 99.11 | 107.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 196 | 120 | 0.28 | 0 | 0.39 | 0.23 | 102.63 | 0.39 | 0.62 |
| Hex | 8E | C4 | 78 | 1C | 0 | 27 | 17 | 67 | 27 | 3E |
| Octal | 216 | 304 | 170 | 34 | 0 | 47 | 27 | 147 | 47 | 76 |
| Binary | 10001110 | 11000100 | 1111000 | 11100 | 0 | 100111 | 10111 | 1100111 | 100111 | 111110 |
Color Harmonies of #8EC478
Complementary color
Monochromatic Colors of #8EC478
Black with #8EC478
Text Example
Text Example
White with #8EC478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC478; }
p { color: rgb(142,196,120); }
H1.HeaderClassName
{
color: #8EC478;
}
.AnyTagClassName
{
color: #8EC478;
}
</style>
background-color css
<style>
a { background-color: #8EC478; }
a { background-color: rgb(142,196,120); }
div.DivClassName
{
background-color: #8EC478;
}
.BgClassName
{
background-color: #8EC478;
}
</style>
border-color css
<style>
span { border-color: #8EC478; }
span { border-color: rgb(142,196,120); }
td.TdClassName
{
border-color: #8EC478;
}
.TagClassName
{
border-color: #8EC478;
}
</style>