COLOR #A4E27E

HEX: #A4E27E
RGB: (164,226,126)

Color info

#A4E27E contains mainly green color. Web safe color of #A4E27E is #99CC66 (or #9C6).

RGB color model

#A4E27E color RGB value is (164,226,126).

  • red value is 164;
  • green value is 226;
  • blue value is 126.
RGB:
(164,226,126)
(64%,89%,49%)

RGB channels and saturation

R 164 of 255 = 64%
G 226 of 255 = 89%
B 126 of 255 = 49%

164
226
126

R + G + B ~ 67%. #A4E27E is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 226 + 126 = 516 (100%)
R 164 of 516 ~ 31.78%
G 226 of 516 ~ 43.8%
B 126 of 516 ~ 24.42%

%31.78
%43.8
%24.42

CMYK color model

#A4E27E color CMYK value is (27,0,44,11).

  • cyan value is 27.43%
  • magenta value is 0.00%
  • yellow value is 44.25%
  • key color value is 11.37%
CMYK:
(27,0,44,11)
C27M0Y44K11 
(27%,0%,44%,11%)
(0.27/0.00/0.44/0.11)	

CMYK percentages

%27.43
%0
%44.25
%11.37

Codes

Color #A4E27E in popluar color models

A4E27E
RGB164226126
HSL97°63.29%69.02%
HSB/HSV97°44.25%88.63%
CMYK27.43%0.00%44.25%
11.37%

Color #A4E27E in popluar number systems.

HEXA4E27E
Decimal164226126
Binary10100100111000101111110
Octal244342176

Shades and tints

Shades of #A4E27E

#A4E27E
(164,226,126)
#96CE73
(150,206,115)
#88BA68
(136,186,104)
#7AA65D
(122,166,93)
#6C9252
(108,146,82)
#5E7E47
(94,126,71)
#506A3C
(80,106,60)
#425631
(66,86,49)
#344226
(52,66,38)
#262E1B
(38,46,27)
#181A10
(24,26,16)
#000000
(0,0,0)

Tints of #A4E27E

#A4E27E
(164,226,126)
#ACE489
(172,228,137)
#B4E694
(180,230,148)
#BCE89F
(188,232,159)
#C4EAAA
(196,234,170)
#CCECB5
(204,236,181)
#D4EEC0
(212,238,192)
#DCF0CB
(220,240,203)
#E4F2D6
(228,242,214)
#ECF4E1
(236,244,225)
#F4F6EC
(244,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4E27E color. Also use rgb(164,226,126) instead hex code.

Text Font Color

.myTextColor { color: #A4E27E; }

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

This text font color is #A4E27E.


Background Color

.myBgColor { background-color: #A4E27E; }

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

This div background color is #A4E27E.


Border color

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

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

This div border color is #A4E27E.


Opacity

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

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

Text with #A4E27E 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 #A4E27E;}

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

This text has shadow with #A4E27E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4E27E on black background.


Color preview on white background

This text has color #A4E27E on white background.



Black color preview on #A4E27E background

This text has black color on #A4E27E background.


White color preview on #A4E27E background

This text has white color on #A4E27E background.