COLOR #A4E09D

HEX: #A4E09D RGB: (164,224,157)

Color info

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

RGB color model

#A4E09D color RGB value is (164,224,157).

RGB: (164,224,157) (64%, 88%, 62%)

RGB channels and saturation

R 164 of 255 = 64%
G 224 of 255 = 88%
B 157 of 255 = 62%

164
224
157

R + G + B ~ 71%. #A4E09D is quite light color.

Portions of RGB colors in percentages

R + G + B = 164 + 224 + 157 = 545 (100%)
R 164 of 545 ~ 30.09%
G 224 of 545 ~ 41.1%
B 157 of 545 ~ 28.81'%

%30.09
%41.1
%28.81

CMYK color model

#A4E09D color CMYK value is (27,0,30,12).

  • cyan value is 26.79%
  • magenta value is 0.00%
  • yellow value is 29.91%
  • key color value is 12.16%

CMYK: (27,0,30,12)
C27M0Y30K12 (27%, 0%, 30%, 12%)
(0.27 / 0.00 / 0.30 / 0.12)

CMYK percentages

%26.79
%0
%29.91
%12.16

Codes

Color #A4E09D in popluar color models

A4 E0 9D
RGB 164 224 157
HSL 114° 51.94% 74.71%
HSB/HSV 114° 29.91% 87.84%
CMYK 26.79% 0.00% 29.91%
12.16%

Color #A4E09D in popluar number systems.

HEX A4 E0 9D
Decimal 164 224 157
Binary 10100100 11100000 10011101
Octal 244 340 235

Shades and tints

Shades of #A4E09D

#A4E09D
(164,224,157)
#96CC8F
(150,204,143)
#88B881
(136,184,129)
#7AA473
(122,164,115)
#6C9065
(108,144,101)
#5E7C57
(94,124,87)
#506849
(80,104,73)
#42543B
(66,84,59)
#34402D
(52,64,45)
#262C1F
(38,44,31)
#181811
(24,24,17)
#000000
(0,0,0)

Tints of #A4E09D

#A4E09D
(164,224,157)
#ACE2A5
(172,226,165)
#B4E4AD
(180,228,173)
#BCE6B5
(188,230,181)
#C4E8BD
(196,232,189)
#CCEAC5
(204,234,197)
#D4ECCD
(212,236,205)
#DCEED5
(220,238,213)
#E4F0DD
(228,240,221)
#ECF2E5
(236,242,229)
#F4F4ED
(244,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4E09D color. Also use rgb(164,224,157) instead hex code.

Text Font Color

.myTextColor { color: #A4E09D; }

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

This text font color is #A4E09D.

Background Color

.myBgColor { background-color: #A4E09D; }

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

This div background color is #A4E09D.

Border color

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

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

This div border color is #A4E09D.

Opacity

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

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

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

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

This text has shadow with #A4E09D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4E09D.

Preview

Color preview on black background

This text has color #A4E09D on black background.


Color preview on white background

This text has color #A4E09D on white background.


Black color preview on #A4E09D background

This text has black color on #A4E09D background.


White color preview on #A4E09D background

This text has white color on #A4E09D background.


Related colors

Complementary color

Complementary color for #hex is #5B1F62.


I love getcolorcode.com

Triadic colors

1 #9DA4E0 and #E09DA4 with #A4E09D are triadic colors.

2 #9DE0A4 and #E0A49D with #A4E09D are triadic colors.