Shades of Yellow Green #8EC128
Tints of Yellow Green #8EC128
RGB
CMYK
RGB Variations
Color information
#8EC128 (or 0x8EC128) is known color: Yellow Green. HEX triplet: 8E, C1 and 28. RGB value is (142,193,40). Sum of RGB (Red+Green+Blue) = 142+193+40=375 (49% of max value = 765). Red value is 142 (55.86% from 255 or 37.87% from 375); Green value is 193 (75.78% from 255 or 51.47% from 375); Blue value is 40 (16.02% from 255 or 10.67% from 375); Max value from RGB is 193 - color contains mainly: green. Hex color #8EC128 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EC128 is #713ED7. Grayscale: #A0A0A0. Windows color (decimal): -7421656 or 2670990. OLE color: 2670990.
HSL color Cylindrical-coordinate representation of color #8EC128: hue angle of 80º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8EC128 is Cyan = 0.26, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 142 | 193 | 40 | - |
| CMYK | 0.26 | 0 | 0.79 | 0.24 |
| HSL | 80º | 0.66% | 0.46% | - |
| HSV(B) | 80º | 0.79% | 0.76% | - |
| XYZ | 30.61 | 44.04 | 8.9 | - |
| YUV | 160.31 | 60.1 | 114.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 193 | 40 | 0.26 | 0 | 0.79 | 0.24 | 80 | 0.66 | 0.46 |
| Hex | 8E | C1 | 28 | 1A | 0 | 4F | 18 | 50 | 42 | 2E |
| Octal | 216 | 301 | 50 | 32 | 0 | 117 | 30 | 120 | 102 | 56 |
| Binary | 10001110 | 11000001 | 101000 | 11010 | 0 | 1001111 | 11000 | 1010000 | 1000010 | 101110 |
Color Harmonies of #8EC128
Complementary color
Monochromatic Colors of #8EC128
Black with #8EC128
Text Example
Text Example
White with #8EC128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC128; }
p { color: rgb(142,193,40); }
H1.HeaderClassName
{
color: #8EC128;
}
.AnyTagClassName
{
color: #8EC128;
}
</style>
background-color css
<style>
a { background-color: #8EC128; }
a { background-color: rgb(142,193,40); }
div.DivClassName
{
background-color: #8EC128;
}
.BgClassName
{
background-color: #8EC128;
}
</style>
border-color css
<style>
span { border-color: #8EC128; }
span { border-color: rgb(142,193,40); }
td.TdClassName
{
border-color: #8EC128;
}
.TagClassName
{
border-color: #8EC128;
}
</style>