COLOR #A4E39D

HEX: #A4E39D
RGB: (164,227,157)

Color info

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

RGB color model

#A4E39D color RGB value is (164,227,157).

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

RGB channels and saturation

R 164 of 255 = 64%
G 227 of 255 = 89%
B 157 of 255 = 62%

164
227
157

R + G + B ~ 72%. #A4E39D is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 227 + 157 = 548 (100%)
R 164 of 548 ~ 29.93%
G 227 of 548 ~ 41.42%
B 157 of 548 ~ 28.65%

%29.93
%41.42
%28.65

CMYK color model

#A4E39D color CMYK value is (28,0,31,11).

  • cyan value is 27.75%
  • magenta value is 0.00%
  • yellow value is 30.84%
  • key color value is 10.98%
CMYK:
(28,0,31,11)
C28M0Y31K11 
(28%,0%,31%,11%)
(0.28/0.00/0.31/0.11)	

CMYK percentages

%27.75
%0
%30.84
%10.98

Codes

Color #A4E39D in popluar color models

A4E39D
RGB164227157
HSL114°55.56%75.29%
HSB/HSV114°30.84%89.02%
CMYK27.75%0.00%30.84%
10.98%

Color #A4E39D in popluar number systems.

HEXA4E39D
Decimal164227157
Binary101001001110001110011101
Octal244343235

Shades and tints

Shades of #A4E39D

#A4E39D
(164,227,157)
#96CF8F
(150,207,143)
#88BB81
(136,187,129)
#7AA773
(122,167,115)
#6C9365
(108,147,101)
#5E7F57
(94,127,87)
#506B49
(80,107,73)
#42573B
(66,87,59)
#34432D
(52,67,45)
#262F1F
(38,47,31)
#181B11
(24,27,17)
#000000
(0,0,0)

Tints of #A4E39D

#A4E39D
(164,227,157)
#ACE5A5
(172,229,165)
#B4E7AD
(180,231,173)
#BCE9B5
(188,233,181)
#C4EBBD
(196,235,189)
#CCEDC5
(204,237,197)
#D4EFCD
(212,239,205)
#DCF1D5
(220,241,213)
#E4F3DD
(228,243,221)
#ECF5E5
(236,245,229)
#F4F7ED
(244,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4E39D; }

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

This text font color is #A4E39D.


Background Color

.myBgColor { background-color: #A4E39D; }

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

This div background color is #A4E39D.


Border color

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

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

This div border color is #A4E39D.


Opacity

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

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

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

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

This text has shadow with #A4E39D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4E39D on black background.


Color preview on white background

This text has color #A4E39D on white background.



Black color preview on #A4E39D background

This text has black color on #A4E39D background.


White color preview on #A4E39D background

This text has white color on #A4E39D background.