Shades of Yellow Green #8EC82A
Tints of Yellow Green #8EC82A
RGB
CMYK
RGB Variations
Color information
#8EC82A (or 0x8EC82A) is known color: Yellow Green. HEX triplet: 8E, C8 and 2A. RGB value is (142,200,42). Sum of RGB (Red+Green+Blue) = 142+200+42=384 (50% of max value = 765). Red value is 142 (55.86% from 255 or 36.98% from 384); Green value is 200 (78.52% from 255 or 52.08% from 384); Blue value is 42 (16.80% from 255 or 10.94% from 384); Max value from RGB is 200 - color contains mainly: green. Hex color #8EC82A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EC82A is #7137D5. Grayscale: #A5A5A5. Windows color (decimal): -7419862 or 2803854. OLE color: 2803854.
HSL color Cylindrical-coordinate representation of color #8EC82A: hue angle of 82.03º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8EC82A is Cyan = 0.29, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 142 | 200 | 42 | - |
| CMYK | 0.29 | 0 | 0.79 | 0.22 |
| HSL | 82.03º | 0.65% | 0.47% | - |
| HSV(B) | 82.03º | 0.79% | 0.78% | - |
| XYZ | 32.23 | 47.23 | 9.61 | - |
| YUV | 164.65 | 58.78 | 111.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 200 | 42 | 0.29 | 0 | 0.79 | 0.22 | 82.03 | 0.65 | 0.47 |
| Hex | 8E | C8 | 2A | 1D | 0 | 4F | 16 | 52 | 41 | 2F |
| Octal | 216 | 310 | 52 | 35 | 0 | 117 | 26 | 122 | 101 | 57 |
| Binary | 10001110 | 11001000 | 101010 | 11101 | 0 | 1001111 | 10110 | 1010010 | 1000001 | 101111 |
Color Harmonies of #8EC82A
Complementary color
Monochromatic Colors of #8EC82A
Black with #8EC82A
Text Example
Text Example
White with #8EC82A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC82A; }
p { color: rgb(142,200,42); }
H1.HeaderClassName
{
color: #8EC82A;
}
.AnyTagClassName
{
color: #8EC82A;
}
</style>
background-color css
<style>
a { background-color: #8EC82A; }
a { background-color: rgb(142,200,42); }
div.DivClassName
{
background-color: #8EC82A;
}
.BgClassName
{
background-color: #8EC82A;
}
</style>
border-color css
<style>
span { border-color: #8EC82A; }
span { border-color: rgb(142,200,42); }
td.TdClassName
{
border-color: #8EC82A;
}
.TagClassName
{
border-color: #8EC82A;
}
</style>