COLOR #A4DA94

HEX: #A4DA94 RGB: (164,218,148)

Color info

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

RGB color model

#A4DA94 color RGB value is (164,218,148).

RGB: (164,218,148) (64%, 85%, 58%)

RGB channels and saturation

R 164 of 255 = 64%
G 218 of 255 = 85%
B 148 of 255 = 58%

164
218
148

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

Portions of RGB colors in percentages

R + G + B = 164 + 218 + 148 = 530 (100%)
R 164 of 530 ~ 30.94%
G 218 of 530 ~ 41.13%
B 148 of 530 ~ 27.92'%

%30.94
%41.13
%27.92

CMYK color model

#A4DA94 color CMYK value is (25,0,32,15).

  • cyan value is 24.77%
  • magenta value is 0.00%
  • yellow value is 32.11%
  • key color value is 14.51%

CMYK: (25,0,32,15)
C25M0Y32K15 (25%, 0%, 32%, 15%)
(0.25 / 0.00 / 0.32 / 0.15)

CMYK percentages

%24.77
%0
%32.11
%14.51

Codes

Color #A4DA94 in popluar color models

A4 DA 94
RGB 164 218 148
HSL 106° 48.61% 71.76%
HSB/HSV 106° 32.11% 85.49%
CMYK 24.77% 0.00% 32.11%
14.51%

Color #A4DA94 in popluar number systems.

HEX A4 DA 94
Decimal 164 218 148
Binary 10100100 11011010 10010100
Octal 244 332 224

Shades and tints

Shades of #A4DA94

#A4DA94
(164,218,148)
#96C787
(150,199,135)
#88B47A
(136,180,122)
#7AA16D
(122,161,109)
#6C8E60
(108,142,96)
#5E7B53
(94,123,83)
#506846
(80,104,70)
#425539
(66,85,57)
#34422C
(52,66,44)
#262F1F
(38,47,31)
#181C12
(24,28,18)
#000000
(0,0,0)

Tints of #A4DA94

#A4DA94
(164,218,148)
#ACDD9D
(172,221,157)
#B4E0A6
(180,224,166)
#BCE3AF
(188,227,175)
#C4E6B8
(196,230,184)
#CCE9C1
(204,233,193)
#D4ECCA
(212,236,202)
#DCEFD3
(220,239,211)
#E4F2DC
(228,242,220)
#ECF5E5
(236,245,229)
#F4F8EE
(244,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4DA94 color. Also use rgb(164,218,148) instead hex code.

Text Font Color

.myTextColor { color: #A4DA94; }

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

This text font color is #A4DA94.

Background Color

.myBgColor { background-color: #A4DA94; }

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

This div background color is #A4DA94.

Border color

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

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

This div border color is #A4DA94.

Opacity

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

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

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

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

This text has shadow with #A4DA94 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4DA94.

Preview

Color preview on black background

This text has color #A4DA94 on black background.


Color preview on white background

This text has color #A4DA94 on white background.


Black color preview on #A4DA94 background

This text has black color on #A4DA94 background.


White color preview on #A4DA94 background

This text has white color on #A4DA94 background.


Related colors

Complementary color

Complementary color for #hex is #5B256B.


I love getcolorcode.com

Triadic colors

1 #94A4DA and #DA94A4 with #A4DA94 are triadic colors.

2 #94DAA4 and #DAA494 with #A4DA94 are triadic colors.