Shades of Gossip #8EE26A
Tints of Gossip #8EE26A
RGB
CMYK
RGB Variations
Color information
#8EE26A (or 0x8EE26A) is known color: Gossip. HEX triplet: 8E, E2 and 6A. RGB value is (142,226,106). Sum of RGB (Red+Green+Blue) = 142+226+106=474 (62% of max value = 765). Red value is 142 (55.86% from 255 or 29.96% from 474); Green value is 226 (88.67% from 255 or 47.68% from 474); Blue value is 106 (41.80% from 255 or 22.36% from 474); Max value from RGB is 226 - color contains mainly: green. Hex color #8EE26A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EE26A is #711D95. Grayscale: #BBBBBB. Windows color (decimal): -7413142 or 7004814. OLE color: 7004814.
HSL color Cylindrical-coordinate representation of color #8EE26A: hue angle of 102º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8EE26A is Cyan = 0.37, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 142 | 226 | 106 | - |
| CMYK | 0.37 | 0 | 0.53 | 0.11 |
| HSL | 102º | 0.67% | 0.65% | - |
| HSV(B) | 102º | 0.53% | 0.89% | - |
| XYZ | 40.95 | 61.18 | 23.29 | - |
| YUV | 187.2 | 82.17 | 95.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 226 | 106 | 0.37 | 0 | 0.53 | 0.11 | 102 | 0.67 | 0.65 |
| Hex | 8E | E2 | 6A | 25 | 0 | 35 | B | 66 | 43 | 41 |
| Octal | 216 | 342 | 152 | 45 | 0 | 65 | 13 | 146 | 103 | 101 |
| Binary | 10001110 | 11100010 | 1101010 | 100101 | 0 | 110101 | 1011 | 1100110 | 1000011 | 1000001 |
Color Harmonies of #8EE26A
Complementary color
Monochromatic Colors of #8EE26A
Black with #8EE26A
Text Example
Text Example
White with #8EE26A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EE26A; }
p { color: rgb(142,226,106); }
H1.HeaderClassName
{
color: #8EE26A;
}
.AnyTagClassName
{
color: #8EE26A;
}
</style>
background-color css
<style>
a { background-color: #8EE26A; }
a { background-color: rgb(142,226,106); }
div.DivClassName
{
background-color: #8EE26A;
}
.BgClassName
{
background-color: #8EE26A;
}
</style>
border-color css
<style>
span { border-color: #8EE26A; }
span { border-color: rgb(142,226,106); }
td.TdClassName
{
border-color: #8EE26A;
}
.TagClassName
{
border-color: #8EE26A;
}
</style>