COLOR #A4DA7E

HEX: #A4DA7E RGB: (164,218,126)

Color info

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

RGB color model

#A4DA7E color RGB value is (164,218,126).

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

RGB channels and saturation

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

164
218
126

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

Portions of RGB colors in percentages

R + G + B = 164 + 218 + 126 = 508 (100%)
R 164 of 508 ~ 32.28%
G 218 of 508 ~ 42.91%
B 126 of 508 ~ 24.8'%

%32.28
%42.91
%24.8

CMYK color model

#A4DA7E color CMYK value is (25,0,42,15).

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

CMYK: (25,0,42,15)
C25M0Y42K15 (25%, 0%, 42%, 15%)
(0.25 / 0.00 / 0.42 / 0.15)

CMYK percentages

%24.77
%0
%42.2
%14.51

Codes

Color #A4DA7E in popluar color models

A4 DA 7E
RGB 164 218 126
HSL 95° 55.42% 67.45%
HSB/HSV 95° 42.20% 85.49%
CMYK 24.77% 0.00% 42.20%
14.51%

Color #A4DA7E in popluar number systems.

HEX A4 DA 7E
Decimal 164 218 126
Binary 10100100 11011010 1111110
Octal 244 332 176

Shades and tints

Shades of #A4DA7E

#A4DA7E
(164,218,126)
#96C773
(150,199,115)
#88B468
(136,180,104)
#7AA15D
(122,161,93)
#6C8E52
(108,142,82)
#5E7B47
(94,123,71)
#50683C
(80,104,60)
#425531
(66,85,49)
#344226
(52,66,38)
#262F1B
(38,47,27)
#181C10
(24,28,16)
#000000
(0,0,0)

Tints of #A4DA7E

#A4DA7E
(164,218,126)
#ACDD89
(172,221,137)
#B4E094
(180,224,148)
#BCE39F
(188,227,159)
#C4E6AA
(196,230,170)
#CCE9B5
(204,233,181)
#D4ECC0
(212,236,192)
#DCEFCB
(220,239,203)
#E4F2D6
(228,242,214)
#ECF5E1
(236,245,225)
#F4F8EC
(244,248,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4DA7E; }

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

This text font color is #A4DA7E.

Background Color

.myBgColor { background-color: #A4DA7E; }

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

This div background color is #A4DA7E.

Border color

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

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

This div border color is #A4DA7E.

Opacity

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

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

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

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

This text has shadow with #A4DA7E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4DA7E.

Preview

Color preview on black background

This text has color #A4DA7E on black background.


Color preview on white background

This text has color #A4DA7E on white background.


Black color preview on #A4DA7E background

This text has black color on #A4DA7E background.


White color preview on #A4DA7E background

This text has white color on #A4DA7E background.


Related colors

Complementary color

Complementary color for #hex is #5B2581.


I love getcolorcode.com

Triadic colors

1 #7EA4DA and #DA7EA4 with #A4DA7E are triadic colors.

2 #7EDAA4 and #DAA47E with #A4DA7E are triadic colors.