#8ECA1A

Color #8ECA1A Yellow Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yellow Green #8ECA1A

Tints of Yellow Green #8ECA1A

Color information

#8ECA1A (or 0x8ECA1A) is unknown color: approx Yellow Green. HEX triplet: 8E, CA and 1A. RGB value is (142,202,26). Sum of RGB (Red+Green+Blue) = 142+202+26=370 (49% of max value = 765). Red value is 142 (55.86% from 255 or 38.38% from 370); Green value is 202 (79.30% from 255 or 54.59% from 370); Blue value is 26 (10.55% from 255 or 7.03% from 370); Max value from RGB is 202 - color contains mainly: green. Hex color #8ECA1A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ECA1A is #7135E5. Grayscale: #A4A4A4. Windows color (decimal): -7419366 or 1755790. OLE color: 1755790.

HSL color Cylindrical-coordinate representation of color #8ECA1A: hue angle of 80.45º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8ECA1A is Cyan = 0.30, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.21.

Color convert

RGB14220226-
CMYK0.3000.870.21
HSL80.45º77.19%44.71%-
HSV(B)80.45º87.13%79.22%-
XYZ32.4648.078.54-
YUV16450.12112.31-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 142 (55.86% from 255) = 38.38%
GREEN value IS 202 (79.30% from 255) = 54.59%
BLUE value IS 26 (10.55% from 255) = 7.03%
R=38.38%
G=54.59%
B=7.03%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal142202260.3000.870.2180.4577.1944.71
Hex8ECA1A1E05715504d2d
Octal216312323601272512011555
Binary10001110110010101101011110010101111010110100001001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ECA1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8ECA1A; }

 p { color: rgb(142,202,26); }

 H1.HeaderClassName
 {
   color: #8ECA1A;
 }
 .AnyTagClassName
 {
   color: #8ECA1A;
 }
</style>
background-color css

<style>
 a { background-color: #8ECA1A; }

 a { background-color: rgb(142,202,26); }

 div.DivClassName
 {
   background-color: #8ECA1A;
 }
 .BgClassName
 {
   background-color: #8ECA1A;
 }
</style>
border-color css

<style>
 span { border-color: #8ECA1A; }

 span { border-color: rgb(142,202,26); }

 td.TdClassName
 {
   border-color: #8ECA1A;
 }
 .TagClassName
 {
   border-color: #8ECA1A;
 }
</style>