Shades of Yellow Green #8ECE2A
Tints of Yellow Green #8ECE2A
RGB
CMYK
RGB Variations
Color information
#8ECE2A (or 0x8ECE2A) is known color: Yellow Green. HEX triplet: 8E, CE and 2A. RGB value is (142,206,42). Sum of RGB (Red+Green+Blue) = 142+206+42=390 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.41% from 390); Green value is 206 (80.86% from 255 or 52.82% from 390); Blue value is 42 (16.80% from 255 or 10.77% from 390); Max value from RGB is 206 - color contains mainly: green. Hex color #8ECE2A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ECE2A is #7131D5. Grayscale: #A8A8A8. Windows color (decimal): -7418326 or 2805390. OLE color: 2805390.
HSL color Cylindrical-coordinate representation of color #8ECE2A: hue angle of 83.41º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8ECE2A is Cyan = 0.31, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 142 | 206 | 42 | - |
| CMYK | 0.31 | 0 | 0.80 | 0.19 |
| HSL | 83.41º | 0.66% | 0.49% | - |
| HSV(B) | 83.41º | 0.8% | 0.81% | - |
| XYZ | 33.64 | 50.06 | 10.08 | - |
| YUV | 168.17 | 56.8 | 109.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 206 | 42 | 0.31 | 0 | 0.80 | 0.19 | 83.41 | 0.66 | 0.49 |
| Hex | 8E | CE | 2A | 1F | 0 | 50 | 13 | 53 | 42 | 31 |
| Octal | 216 | 316 | 52 | 37 | 0 | 120 | 23 | 123 | 102 | 61 |
| Binary | 10001110 | 11001110 | 101010 | 11111 | 0 | 1010000 | 10011 | 1010011 | 1000010 | 110001 |
Color Harmonies of #8ECE2A
Complementary color
Monochromatic Colors of #8ECE2A
Black with #8ECE2A
Text Example
Text Example
White with #8ECE2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ECE2A; }
p { color: rgb(142,206,42); }
H1.HeaderClassName
{
color: #8ECE2A;
}
.AnyTagClassName
{
color: #8ECE2A;
}
</style>
background-color css
<style>
a { background-color: #8ECE2A; }
a { background-color: rgb(142,206,42); }
div.DivClassName
{
background-color: #8ECE2A;
}
.BgClassName
{
background-color: #8ECE2A;
}
</style>
border-color css
<style>
span { border-color: #8ECE2A; }
span { border-color: rgb(142,206,42); }
td.TdClassName
{
border-color: #8ECE2A;
}
.TagClassName
{
border-color: #8ECE2A;
}
</style>