COLOR #A4DA7D

HEX: #A4DA7D RGB: (164,218,125)

Color info

#A4DA7D contains mainly red and green colors. Web safe color of #A4DA7D is #99CC66 (or #9C6).

RGB color model

#A4DA7D color RGB value is (164,218,125).

RGB: (164,218,125) (64%, 85%, 49%)

RGB channels and saturation

R 164 of 255 = 64%
G 218 of 255 = 85%
B 125 of 255 = 49%

164
218
125

R + G + B ~ 66%. #A4DA7D is quite light color.

Portions of RGB colors in percentages

R + G + B = 164 + 218 + 125 = 507 (100%)
R 164 of 507 ~ 32.35%
G 218 of 507 ~ 43%
B 125 of 507 ~ 24.65'%

%32.35
%43
%24.65

CMYK color model

#A4DA7D color CMYK value is (25,0,43,15).

  • cyan value is 24.77%
  • magenta value is 0.00%
  • yellow value is 42.66%
  • key color value is 14.51%
CMYK: (25,0,43,15) C25M0Y43K15 (25%,0%,43%,15%) (0.25/0.00/0.43/0.15) 

CMYK percentages

%24.77
%0
%42.66
%14.51

Codes

Color #A4DA7D in popluar color models

A4 DA 7D
RGB 164 218 125
HSL 95° 55.69% 67.25%
HSB/HSV 95° 42.66% 85.49%
CMYK 24.77% 0.00% 42.66%
14.51%

Color #A4DA7D in popluar number systems.

HEX A4 DA 7D
Decimal 164 218 125
Binary 10100100 11011010 1111101
Octal 244 332 175

Shades and tints

Shades of #A4DA7D

#A4DA7D
(164,218,125)
#96C772
(150,199,114)
#88B467
(136,180,103)
#7AA15C
(122,161,92)
#6C8E51
(108,142,81)
#5E7B46
(94,123,70)
#50683B
(80,104,59)
#425530
(66,85,48)
#344225
(52,66,37)
#262F1A
(38,47,26)
#181C0F
(24,28,15)
#000000
(0,0,0)

Tints of #A4DA7D

#A4DA7D
(164,218,125)
#ACDD88
(172,221,136)
#B4E093
(180,224,147)
#BCE39E
(188,227,158)
#C4E6A9
(196,230,169)
#CCE9B4
(204,233,180)
#D4ECBF
(212,236,191)
#DCEFCA
(220,239,202)
#E4F2D5
(228,242,213)
#ECF5E0
(236,245,224)
#F4F8EB
(244,248,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4DA7D; }

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

This text font color is #A4DA7D.

Background Color

.myBgColor { background-color: #A4DA7D; }

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

This div background color is #A4DA7D.

Border color

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

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

This div border color is #A4DA7D.

Opacity

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

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

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

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

This text has shadow with #A4DA7D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4DA7D.

Preview

Color preview on black background

This text has color #A4DA7D on black background.


Color preview on white background

This text has color #A4DA7D on white background.


Black color preview on #A4DA7D background

This text has black color on #A4DA7D background.


White color preview on #A4DA7D background

This text has white color on #A4DA7D background.


Related colors

Complementary color

Complementary color for #hex is #5B2582.


I love getcolorcode.com

Triadic colors

1 #7DA4DA and #DA7DA4 with #A4DA7D are triadic colors.

2 #7DDAA4 and #DAA47D with #A4DA7D are triadic colors.