COLOR #A4DCAA

HEX: #A4DCAA
RGB: (164,220,170)

Color info

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

RGB color model

#A4DCAA color RGB value is (164,220,170).

  • red value is 164;
  • green value is 220;
  • blue value is 170.
RGB:
(164,220,170)
(64%,86%,67%)

RGB channels and saturation

R 164 of 255 = 64%
G 220 of 255 = 86%
B 170 of 255 = 67%

164
220
170

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

Portions of RGB colors in percentages

R + G + B =
164 + 220 + 170 = 554 (100%)
R 164 of 554 ~ 29.6%
G 220 of 554 ~ 39.71%
B 170 of 554 ~ 30.69%

%29.6
%39.71
%30.69

CMYK color model

#A4DCAA color CMYK value is (25,0,23,14).

  • cyan value is 25.45%
  • magenta value is 0.00%
  • yellow value is 22.73%
  • key color value is 13.73%
CMYK:
(25,0,23,14)
C25M0Y23K14 
(25%,0%,23%,14%)
(0.25/0.00/0.23/0.14)	

CMYK percentages

%25.45
%0
%22.73
%13.73

Codes

Color #A4DCAA in popluar color models

A4DCAA
RGB164220170
HSL126°44.44%75.29%
HSB/HSV126°25.45%86.27%
CMYK25.45%0.00%22.73%
13.73%

Color #A4DCAA in popluar number systems.

HEXA4DCAA
Decimal164220170
Binary101001001101110010101010
Octal244334252

Shades and tints

Shades of #A4DCAA

#A4DCAA
(164,220,170)
#96C89B
(150,200,155)
#88B48C
(136,180,140)
#7AA07D
(122,160,125)
#6C8C6E
(108,140,110)
#5E785F
(94,120,95)
#506450
(80,100,80)
#425041
(66,80,65)
#343C32
(52,60,50)
#262823
(38,40,35)
#181414
(24,20,20)
#000000
(0,0,0)

Tints of #A4DCAA

#A4DCAA
(164,220,170)
#ACDFB1
(172,223,177)
#B4E2B8
(180,226,184)
#BCE5BF
(188,229,191)
#C4E8C6
(196,232,198)
#CCEBCD
(204,235,205)
#D4EED4
(212,238,212)
#DCF1DB
(220,241,219)
#E4F4E2
(228,244,226)
#ECF7E9
(236,247,233)
#F4FAF0
(244,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4DCAA color. Also use rgb(164,220,170) instead hex code.

Text Font Color

.myTextColor { color: #A4DCAA; }

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

This text font color is #A4DCAA.


Background Color

.myBgColor { background-color: #A4DCAA; }

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

This div background color is #A4DCAA.


Border color

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

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

This div border color is #A4DCAA.


Opacity

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

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

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

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

This text has shadow with #A4DCAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4DCAA on black background.


Color preview on white background

This text has color #A4DCAA on white background.



Black color preview on #A4DCAA background

This text has black color on #A4DCAA background.


White color preview on #A4DCAA background

This text has white color on #A4DCAA background.