COLOR #A4E391

HEX: #A4E391
RGB: (164,227,145)

Color info

#A4E391 contains mainly green color. Web safe color of #A4E391 is #99CC99 (or #9C9).

RGB color model

#A4E391 color RGB value is (164,227,145).

  • red value is 164;
  • green value is 227;
  • blue value is 145.
RGB:
(164,227,145)
(64%,89%,57%)

RGB channels and saturation

R 164 of 255 = 64%
G 227 of 255 = 89%
B 145 of 255 = 57%

164
227
145

R + G + B ~ 70%. #A4E391 is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 227 + 145 = 536 (100%)
R 164 of 536 ~ 30.6%
G 227 of 536 ~ 42.35%
B 145 of 536 ~ 27.05%

%30.6
%42.35
%27.05

CMYK color model

#A4E391 color CMYK value is (28,0,36,11).

  • cyan value is 27.75%
  • magenta value is 0.00%
  • yellow value is 36.12%
  • key color value is 10.98%
CMYK:
(28,0,36,11)
C28M0Y36K11 
(28%,0%,36%,11%)
(0.28/0.00/0.36/0.11)	

CMYK percentages

%27.75
%0
%36.12
%10.98

Codes

Color #A4E391 in popluar color models

A4E391
RGB164227145
HSL106°59.42%72.94%
HSB/HSV106°36.12%89.02%
CMYK27.75%0.00%36.12%
10.98%

Color #A4E391 in popluar number systems.

HEXA4E391
Decimal164227145
Binary101001001110001110010001
Octal244343221

Shades and tints

Shades of #A4E391

#A4E391
(164,227,145)
#96CF84
(150,207,132)
#88BB77
(136,187,119)
#7AA76A
(122,167,106)
#6C935D
(108,147,93)
#5E7F50
(94,127,80)
#506B43
(80,107,67)
#425736
(66,87,54)
#344329
(52,67,41)
#262F1C
(38,47,28)
#181B0F
(24,27,15)
#000000
(0,0,0)

Tints of #A4E391

#A4E391
(164,227,145)
#ACE59B
(172,229,155)
#B4E7A5
(180,231,165)
#BCE9AF
(188,233,175)
#C4EBB9
(196,235,185)
#CCEDC3
(204,237,195)
#D4EFCD
(212,239,205)
#DCF1D7
(220,241,215)
#E4F3E1
(228,243,225)
#ECF5EB
(236,245,235)
#F4F7F5
(244,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4E391 color. Also use rgb(164,227,145) instead hex code.

Text Font Color

.myTextColor { color: #A4E391; }

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

This text font color is #A4E391.


Background Color

.myBgColor { background-color: #A4E391; }

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

This div background color is #A4E391.


Border color

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

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

This div border color is #A4E391.


Opacity

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

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

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

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

This text has shadow with #A4E391 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4E391 on black background.


Color preview on white background

This text has color #A4E391 on white background.



Black color preview on #A4E391 background

This text has black color on #A4E391 background.


White color preview on #A4E391 background

This text has white color on #A4E391 background.