COLOR #A4DA77

HEX: #A4DA77 RGB: (164,218,119)

Color info

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

RGB color model

#A4DA77 color RGB value is (164,218,119).

RGB: (164,218,119) (64%, 85%, 47%)

RGB channels and saturation

R 164 of 255 = 64%
G 218 of 255 = 85%
B 119 of 255 = 47%

164
218
119

R + G + B ~ 65%. #A4DA77 is quite light color.

Portions of RGB colors in percentages

R + G + B = 164 + 218 + 119 = 501 (100%)
R 164 of 501 ~ 32.73%
G 218 of 501 ~ 43.51%
B 119 of 501 ~ 23.75'%

%32.73
%43.51
%23.75

CMYK color model

#A4DA77 color CMYK value is (25,0,45,15).

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

CMYK: (25,0,45,15)
C25M0Y45K15 (25%, 0%, 45%, 15%)
(0.25 / 0.00 / 0.45 / 0.15)

CMYK percentages

%24.77
%0
%45.41
%14.51

Codes

Color #A4DA77 in popluar color models

A4 DA 77
RGB 164 218 119
HSL 93° 57.23% 66.08%
HSB/HSV 93° 45.41% 85.49%
CMYK 24.77% 0.00% 45.41%
14.51%

Color #A4DA77 in popluar number systems.

HEX A4 DA 77
Decimal 164 218 119
Binary 10100100 11011010 1110111
Octal 244 332 167

Shades and tints

Shades of #A4DA77

#A4DA77
(164,218,119)
#96C76D
(150,199,109)
#88B463
(136,180,99)
#7AA159
(122,161,89)
#6C8E4F
(108,142,79)
#5E7B45
(94,123,69)
#50683B
(80,104,59)
#425531
(66,85,49)
#344227
(52,66,39)
#262F1D
(38,47,29)
#181C13
(24,28,19)
#000000
(0,0,0)

Tints of #A4DA77

#A4DA77
(164,218,119)
#ACDD83
(172,221,131)
#B4E08F
(180,224,143)
#BCE39B
(188,227,155)
#C4E6A7
(196,230,167)
#CCE9B3
(204,233,179)
#D4ECBF
(212,236,191)
#DCEFCB
(220,239,203)
#E4F2D7
(228,242,215)
#ECF5E3
(236,245,227)
#F4F8EF
(244,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4DA77; }

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

This text font color is #A4DA77.

Background Color

.myBgColor { background-color: #A4DA77; }

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

This div background color is #A4DA77.

Border color

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

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

This div border color is #A4DA77.

Opacity

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

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

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

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

This text has shadow with #A4DA77 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4DA77.

Preview

Color preview on black background

This text has color #A4DA77 on black background.


Color preview on white background

This text has color #A4DA77 on white background.


Black color preview on #A4DA77 background

This text has black color on #A4DA77 background.


White color preview on #A4DA77 background

This text has white color on #A4DA77 background.


Related colors

Complementary color

Complementary color for #hex is #5B2588.


I love getcolorcode.com

Triadic colors

1 #77A4DA and #DA77A4 with #A4DA77 are triadic colors.

2 #77DAA4 and #DAA477 with #A4DA77 are triadic colors.