COLOR #A4D19E

HEX: #A4D19E
RGB: (164,209,158)

Color info

#A4D19E contains red, green and blue colors in about the same proportion. Web safe color of #A4D19E is #99CC99 (or #9C9).

RGB color model

#A4D19E color RGB value is (164,209,158).

  • red value is 164;
  • green value is 209;
  • blue value is 158.
RGB:
(164,209,158)
(64%,82%,62%)

RGB channels and saturation

R 164 of 255 = 64%
G 209 of 255 = 82%
B 158 of 255 = 62%

164
209
158

R + G + B ~ 69%. #A4D19E is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 209 + 158 = 531 (100%)
R 164 of 531 ~ 30.89%
G 209 of 531 ~ 39.36%
B 158 of 531 ~ 29.76%

%30.89
%39.36
%29.76

CMYK color model

#A4D19E color CMYK value is (22,0,24,18).

  • cyan value is 21.53%
  • magenta value is 0.00%
  • yellow value is 24.40%
  • key color value is 18.04%
CMYK:
(22,0,24,18)
C22M0Y24K18 
(22%,0%,24%,18%)
(0.22/0.00/0.24/0.18)	

CMYK percentages

%21.53
%0
%24.4
%18.04

Codes

Color #A4D19E in popluar color models

A4D19E
RGB164209158
HSL113°35.66%71.96%
HSB/HSV113°24.40%81.96%
CMYK21.53%0.00%24.40%
18.04%

Color #A4D19E in popluar number systems.

HEXA4D19E
Decimal164209158
Binary101001001101000110011110
Octal244321236

Shades and tints

Shades of #A4D19E

#A4D19E
(164,209,158)
#96BE90
(150,190,144)
#88AB82
(136,171,130)
#7A9874
(122,152,116)
#6C8566
(108,133,102)
#5E7258
(94,114,88)
#505F4A
(80,95,74)
#424C3C
(66,76,60)
#34392E
(52,57,46)
#262620
(38,38,32)
#181312
(24,19,18)
#000000
(0,0,0)

Tints of #A4D19E

#A4D19E
(164,209,158)
#ACD5A6
(172,213,166)
#B4D9AE
(180,217,174)
#BCDDB6
(188,221,182)
#C4E1BE
(196,225,190)
#CCE5C6
(204,229,198)
#D4E9CE
(212,233,206)
#DCEDD6
(220,237,214)
#E4F1DE
(228,241,222)
#ECF5E6
(236,245,230)
#F4F9EE
(244,249,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4D19E color. Also use rgb(164,209,158) instead hex code.

Text Font Color

.myTextColor { color: #A4D19E; }

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

This text font color is #A4D19E.


Background Color

.myBgColor { background-color: #A4D19E; }

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

This div background color is #A4D19E.


Border color

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

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

This div border color is #A4D19E.


Opacity

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

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

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

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

This text has shadow with #A4D19E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4D19E on black background.


Color preview on white background

This text has color #A4D19E on white background.



Black color preview on #A4D19E background

This text has black color on #A4D19E background.


White color preview on #A4D19E background

This text has white color on #A4D19E background.