COLOR #A8EC1A

HEX: #A8EC1A
RGB: (168,236,26)

Color info

#A8EC1A contains mainly green color. Web safe color of #A8EC1A is #99FF00 (or #9F0).

RGB color model

#A8EC1A color RGB value is (168,236,26).

  • red value is 168;
  • green value is 236;
  • blue value is 26.
RGB:
(168,236,26)
(66%,93%,10%)

RGB channels and saturation

R 168 of 255 = 66%
G 236 of 255 = 93%
B 26 of 255 = 10%

168
236
26

R + G + B ~ 56%. #A8EC1A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
168 + 236 + 26 = 430 (100%)
R 168 of 430 ~ 39.07%
G 236 of 430 ~ 54.88%
B 26 of 430 ~ 6.05%

%39.07
%54.88

CMYK color model

#A8EC1A color CMYK value is (29,0,89,7).

  • cyan value is 28.81%
  • magenta value is 0.00%
  • yellow value is 88.98%
  • key color value is 7.45%
CMYK:
(29,0,89,7)
C29M0Y89K7 
(29%,0%,89%,7%)
(0.29/0.00/0.89/0.07)	

CMYK percentages

%28.81
%0
%88.98
%7.45

Codes

Color #A8EC1A in popluar color models

A8EC1A
RGB16823626
HSL79°84.68%51.37%
HSB/HSV79°88.98%92.55%
CMYK28.81%0.00%88.98%
7.45%

Color #A8EC1A in popluar number systems.

HEXA8EC1A
Decimal16823626
Binary101010001110110011010
Octal25035432

Shades and tints

Shades of #A8EC1A

#A8EC1A
(168,236,26)
#99D718
(153,215,24)
#8AC216
(138,194,22)
#7BAD14
(123,173,20)
#6C9812
(108,152,18)
#5D8310
(93,131,16)
#4E6E0E
(78,110,14)
#3F590C
(63,89,12)
#30440A
(48,68,10)
#212F08
(33,47,8)
#121A06
(18,26,6)
#000000
(0,0,0)

Tints of #A8EC1A

#A8EC1A
(168,236,26)
#AFED2E
(175,237,46)
#B6EE42
(182,238,66)
#BDEF56
(189,239,86)
#C4F06A
(196,240,106)
#CBF17E
(203,241,126)
#D2F292
(210,242,146)
#D9F3A6
(217,243,166)
#E0F4BA
(224,244,186)
#E7F5CE
(231,245,206)
#EEF6E2
(238,246,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8EC1A color. Also use rgb(168,236,26) instead hex code.

Text Font Color

.myTextColor { color: #A8EC1A; }

<p style="color:#A8EC1A">This sample text font color is #A8EC1A.</p>

This text font color is #A8EC1A.


Background Color

.myBgColor { background-color: #A8EC1A; }

<div style="background-color:#A8EC1A">Inner text</div>

This div background color is #A8EC1A.


Border color

.myBorderColor { border: 1px solid #A8EC1A; }

<div style="border:3px solid #A8EC1A">Div</div>

This div border color is #A8EC1A.


Opacity

.myOpacity80 { color: #A8EC1A; opacity: 0.8; }

<p style="color:#A8EC1A;opacity:0.8;">80%</p>

Text with #A8EC1A color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #A8EC1A;}

<p style="text-shadow: 3px 3px 1px #A8EC1A">Text here.</p>

This text has shadow with #A8EC1A color.

.textShadow {text-shadow: 3px 3px 1px #A8EC1A, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #A8EC1A, 5px 5px 20px red">Text here.</p>

This text has shadow with #A8EC1A primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A8EC1A, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#A8EC1A, Direction=45, Strength=4)">Text</p>

This text has shadow with #A8EC1A and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #A8EC1A;
  -webkit-box-shadow:	1px 1px 3px 2px #A8EC1A;
  box-shadow:		1px 1px 3px 2px #A8EC1A;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A8EC1A;
-webkit-box-shadow: 1px 1px 3px 2px #A8EC1A;
box-shadow:1px 1px 3px 2px #A8EC1A;">
Div content here</div>
This div box has shadow with color #A8EC1A.

Preview

Color preview on black background

This text has color #A8EC1A on black background.


Color preview on white background

This text has color #A8EC1A on white background.



Black color preview on #A8EC1A background

This text has black color on #A8EC1A background.


White color preview on #A8EC1A background

This text has white color on #A8EC1A background.