Shades of Gossip #8ECD7A
Tints of Gossip #8ECD7A
RGB
CMYK
RGB Variations
Color information
#8ECD7A (or 0x8ECD7A) is known color: Gossip. HEX triplet: 8E, CD and 7A. RGB value is (142,205,122). Sum of RGB (Red+Green+Blue) = 142+205+122=469 (62% of max value = 765). Red value is 142 (55.86% from 255 or 30.28% from 469); Green value is 205 (80.47% from 255 or 43.71% from 469); Blue value is 122 (48.05% from 255 or 26.01% from 469); Max value from RGB is 205 - color contains mainly: green. Hex color #8ECD7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ECD7A is #713285. Grayscale: #B0B0B0. Windows color (decimal): -7418502 or 8048014. OLE color: 8048014.
HSL color Cylindrical-coordinate representation of color #8ECD7A: hue angle of 105.54º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8ECD7A is Cyan = 0.31, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 142 | 205 | 122 | - |
| CMYK | 0.31 | 0 | 0.40 | 0.20 |
| HSL | 105.54º | 0.45% | 0.64% | - |
| HSV(B) | 105.54º | 0.4% | 0.8% | - |
| XYZ | 36.5 | 50.82 | 26.3 | - |
| YUV | 176.7 | 97.13 | 103.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 205 | 122 | 0.31 | 0 | 0.40 | 0.20 | 105.54 | 0.45 | 0.64 |
| Hex | 8E | CD | 7A | 1F | 0 | 28 | 14 | 6A | 2D | 40 |
| Octal | 216 | 315 | 172 | 37 | 0 | 50 | 24 | 152 | 55 | 100 |
| Binary | 10001110 | 11001101 | 1111010 | 11111 | 0 | 101000 | 10100 | 1101010 | 101101 | 1000000 |
Color Harmonies of #8ECD7A
Complementary color
Monochromatic Colors of #8ECD7A
Black with #8ECD7A
Text Example
Text Example
White with #8ECD7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ECD7A; }
p { color: rgb(142,205,122); }
H1.HeaderClassName
{
color: #8ECD7A;
}
.AnyTagClassName
{
color: #8ECD7A;
}
</style>
background-color css
<style>
a { background-color: #8ECD7A; }
a { background-color: rgb(142,205,122); }
div.DivClassName
{
background-color: #8ECD7A;
}
.BgClassName
{
background-color: #8ECD7A;
}
</style>
border-color css
<style>
span { border-color: #8ECD7A; }
span { border-color: rgb(142,205,122); }
td.TdClassName
{
border-color: #8ECD7A;
}
.TagClassName
{
border-color: #8ECD7A;
}
</style>