COLOR #A4DD90

HEX: #A4DD90 RGB: (164,221,144)

Color info

#A4DD90 contains mainly red and green colors. Web safe color of #A4DD90 is #99CC99 (or #9C9).

RGB color model

#A4DD90 color RGB value is (164,221,144).

RGB: (164,221,144) (64%, 87%, 56%)

RGB channels and saturation

R 164 of 255 = 64%
G 221 of 255 = 87%
B 144 of 255 = 56%

164
221
144

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

Portions of RGB colors in percentages

R + G + B = 164 + 221 + 144 = 529 (100%)
R 164 of 529 ~ 31%
G 221 of 529 ~ 41.78%
B 144 of 529 ~ 27.22'%

%31
%41.78
%27.22

CMYK color model

#A4DD90 color CMYK value is (26,0,35,13).

  • cyan value is 25.79%
  • magenta value is 0.00%
  • yellow value is 34.84%
  • key color value is 13.33%

CMYK: (26,0,35,13)
C26M0Y35K13 (26%, 0%, 35%, 13%)
(0.26 / 0.00 / 0.35 / 0.13)

CMYK percentages

%25.79
%0
%34.84
%13.33

Codes

Color #A4DD90 in popluar color models

A4 DD 90
RGB 164 221 144
HSL 104° 53.10% 71.57%
HSB/HSV 104° 34.84% 86.67%
CMYK 25.79% 0.00% 34.84%
13.33%

Color #A4DD90 in popluar number systems.

HEX A4 DD 90
Decimal 164 221 144
Binary 10100100 11011101 10010000
Octal 244 335 220

Shades and tints

Shades of #A4DD90

#A4DD90
(164,221,144)
#96C983
(150,201,131)
#88B576
(136,181,118)
#7AA169
(122,161,105)
#6C8D5C
(108,141,92)
#5E794F
(94,121,79)
#506542
(80,101,66)
#425135
(66,81,53)
#343D28
(52,61,40)
#26291B
(38,41,27)
#18150E
(24,21,14)
#000000
(0,0,0)

Tints of #A4DD90

#A4DD90
(164,221,144)
#ACE09A
(172,224,154)
#B4E3A4
(180,227,164)
#BCE6AE
(188,230,174)
#C4E9B8
(196,233,184)
#CCECC2
(204,236,194)
#D4EFCC
(212,239,204)
#DCF2D6
(220,242,214)
#E4F5E0
(228,245,224)
#ECF8EA
(236,248,234)
#F4FBF4
(244,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4DD90 color. Also use rgb(164,221,144) instead hex code.

Text Font Color

.myTextColor { color: #A4DD90; }

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

This text font color is #A4DD90.

Background Color

.myBgColor { background-color: #A4DD90; }

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

This div background color is #A4DD90.

Border color

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

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

This div border color is #A4DD90.

Opacity

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

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

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

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

This text has shadow with #A4DD90 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4DD90.

Preview

Color preview on black background

This text has color #A4DD90 on black background.


Color preview on white background

This text has color #A4DD90 on white background.


Black color preview on #A4DD90 background

This text has black color on #A4DD90 background.


White color preview on #A4DD90 background

This text has white color on #A4DD90 background.


Related colors

Complementary color

Complementary color for #hex is #5B226F.


I love getcolorcode.com

Triadic colors

1 #90A4DD and #DD90A4 with #A4DD90 are triadic colors.

2 #90DDA4 and #DDA490 with #A4DD90 are triadic colors.