Shades of Gossip #8ECA7C
Tints of Gossip #8ECA7C
RGB
CMYK
RGB Variations
Color information
#8ECA7C (or 0x8ECA7C) is known color: Gossip. HEX triplet: 8E, CA and 7C. RGB value is (142,202,124). Sum of RGB (Red+Green+Blue) = 142+202+124=468 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.34% from 468); Green value is 202 (79.30% from 255 or 43.16% from 468); Blue value is 124 (48.83% from 255 or 26.50% from 468); Max value from RGB is 202 - color contains mainly: green. Hex color #8ECA7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ECA7C is #713583. Grayscale: #AFAFAF. Windows color (decimal): -7419268 or 8178318. OLE color: 8178318.
HSL color Cylindrical-coordinate representation of color #8ECA7C: hue angle of 106.15º 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 #8ECA7C is Cyan = 0.30, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 142 | 202 | 124 | - |
| CMYK | 0.30 | 0 | 0.39 | 0.21 |
| HSL | 106.15º | 0.42% | 0.64% | - |
| HSV(B) | 106.15º | 0.39% | 0.79% | - |
| XYZ | 35.91 | 49.45 | 26.72 | - |
| YUV | 175.17 | 99.12 | 104.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 202 | 124 | 0.30 | 0 | 0.39 | 0.21 | 106.15 | 0.42 | 0.64 |
| Hex | 8E | CA | 7C | 1E | 0 | 27 | 15 | 6A | 2A | 40 |
| Octal | 216 | 312 | 174 | 36 | 0 | 47 | 25 | 152 | 52 | 100 |
| Binary | 10001110 | 11001010 | 1111100 | 11110 | 0 | 100111 | 10101 | 1101010 | 101010 | 1000000 |
Color Harmonies of #8ECA7C
Complementary color
Monochromatic Colors of #8ECA7C
Black with #8ECA7C
Text Example
Text Example
White with #8ECA7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ECA7C; }
p { color: rgb(142,202,124); }
H1.HeaderClassName
{
color: #8ECA7C;
}
.AnyTagClassName
{
color: #8ECA7C;
}
</style>
background-color css
<style>
a { background-color: #8ECA7C; }
a { background-color: rgb(142,202,124); }
div.DivClassName
{
background-color: #8ECA7C;
}
.BgClassName
{
background-color: #8ECA7C;
}
</style>
border-color css
<style>
span { border-color: #8ECA7C; }
span { border-color: rgb(142,202,124); }
td.TdClassName
{
border-color: #8ECA7C;
}
.TagClassName
{
border-color: #8ECA7C;
}
</style>