COLOR #A4D7A0

HEX: #A4D7A0
RGB: (164,215,160)

Color info

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

RGB color model

#A4D7A0 color RGB value is (164,215,160).

  • red value is 164;
  • green value is 215;
  • blue value is 160.
RGB:
(164,215,160)
(64%,84%,63%)

RGB channels and saturation

R 164 of 255 = 64%
G 215 of 255 = 84%
B 160 of 255 = 63%

164
215
160

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

Portions of RGB colors in percentages

R + G + B =
164 + 215 + 160 = 539 (100%)
R 164 of 539 ~ 30.43%
G 215 of 539 ~ 39.89%
B 160 of 539 ~ 29.68%

%30.43
%39.89
%29.68

CMYK color model

#A4D7A0 color CMYK value is (24,0,26,16).

  • cyan value is 23.72%
  • magenta value is 0.00%
  • yellow value is 25.58%
  • key color value is 15.69%
CMYK:
(24,0,26,16)
C24M0Y26K16 
(24%,0%,26%,16%)
(0.24/0.00/0.26/0.16)	

CMYK percentages

%23.72
%0
%25.58
%15.69

Codes

Color #A4D7A0 in popluar color models

A4D7A0
RGB164215160
HSL116°40.74%73.53%
HSB/HSV116°25.58%84.31%
CMYK23.72%0.00%25.58%
15.69%

Color #A4D7A0 in popluar number systems.

HEXA4D7A0
Decimal164215160
Binary101001001101011110100000
Octal244327240

Shades and tints

Shades of #A4D7A0

#A4D7A0
(164,215,160)
#96C492
(150,196,146)
#88B184
(136,177,132)
#7A9E76
(122,158,118)
#6C8B68
(108,139,104)
#5E785A
(94,120,90)
#50654C
(80,101,76)
#42523E
(66,82,62)
#343F30
(52,63,48)
#262C22
(38,44,34)
#181914
(24,25,20)
#000000
(0,0,0)

Tints of #A4D7A0

#A4D7A0
(164,215,160)
#ACDAA8
(172,218,168)
#B4DDB0
(180,221,176)
#BCE0B8
(188,224,184)
#C4E3C0
(196,227,192)
#CCE6C8
(204,230,200)
#D4E9D0
(212,233,208)
#DCECD8
(220,236,216)
#E4EFE0
(228,239,224)
#ECF2E8
(236,242,232)
#F4F5F0
(244,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4D7A0 color. Also use rgb(164,215,160) instead hex code.

Text Font Color

.myTextColor { color: #A4D7A0; }

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

This text font color is #A4D7A0.


Background Color

.myBgColor { background-color: #A4D7A0; }

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

This div background color is #A4D7A0.


Border color

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

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

This div border color is #A4D7A0.


Opacity

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

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

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

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

This text has shadow with #A4D7A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4D7A0 on black background.


Color preview on white background

This text has color #A4D7A0 on white background.



Black color preview on #A4D7A0 background

This text has black color on #A4D7A0 background.


White color preview on #A4D7A0 background

This text has white color on #A4D7A0 background.