COLOR #A4DE76

HEX: #A4DE76 RGB: (164,222,118)

Color info

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

RGB color model

#A4DE76 color RGB value is (164,222,118).

RGB: (164,222,118) (64%, 87%, 46%)

RGB channels and saturation

R 164 of 255 = 64%
G 222 of 255 = 87%
B 118 of 255 = 46%

164
222
118

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

Portions of RGB colors in percentages

R + G + B = 164 + 222 + 118 = 504 (100%)
R 164 of 504 ~ 32.54%
G 222 of 504 ~ 44.05%
B 118 of 504 ~ 23.41'%

%32.54
%44.05
%23.41

CMYK color model

#A4DE76 color CMYK value is (26,0,47,13).

  • cyan value is 26.13%
  • magenta value is 0.00%
  • yellow value is 46.85%
  • key color value is 12.94%

CMYK: (26,0,47,13)
C26M0Y47K13 (26%, 0%, 47%, 13%)
(0.26 / 0.00 / 0.47 / 0.13)

CMYK percentages

%26.13
%0
%46.85
%12.94

Codes

Color #A4DE76 in popluar color models

A4 DE 76
RGB 164 222 118
HSL 93° 61.18% 66.67%
HSB/HSV 93° 46.85% 87.06%
CMYK 26.13% 0.00% 46.85%
12.94%

Color #A4DE76 in popluar number systems.

HEX A4 DE 76
Decimal 164 222 118
Binary 10100100 11011110 1110110
Octal 244 336 166

Shades and tints

Shades of #A4DE76

#A4DE76
(164,222,118)
#96CA6C
(150,202,108)
#88B662
(136,182,98)
#7AA258
(122,162,88)
#6C8E4E
(108,142,78)
#5E7A44
(94,122,68)
#50663A
(80,102,58)
#425230
(66,82,48)
#343E26
(52,62,38)
#262A1C
(38,42,28)
#181612
(24,22,18)
#000000
(0,0,0)

Tints of #A4DE76

#A4DE76
(164,222,118)
#ACE182
(172,225,130)
#B4E48E
(180,228,142)
#BCE79A
(188,231,154)
#C4EAA6
(196,234,166)
#CCEDB2
(204,237,178)
#D4F0BE
(212,240,190)
#DCF3CA
(220,243,202)
#E4F6D6
(228,246,214)
#ECF9E2
(236,249,226)
#F4FCEE
(244,252,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4DE76 color. Also use rgb(164,222,118) instead hex code.

Text Font Color

.myTextColor { color: #A4DE76; }

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

This text font color is #A4DE76.

Background Color

.myBgColor { background-color: #A4DE76; }

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

This div background color is #A4DE76.

Border color

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

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

This div border color is #A4DE76.

Opacity

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

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

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

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

This text has shadow with #A4DE76 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4DE76.

Preview

Color preview on black background

This text has color #A4DE76 on black background.


Color preview on white background

This text has color #A4DE76 on white background.


Black color preview on #A4DE76 background

This text has black color on #A4DE76 background.


White color preview on #A4DE76 background

This text has white color on #A4DE76 background.


Related colors

Complementary color

Complementary color for #hex is #5B2189.


I love getcolorcode.com

Triadic colors

1 #76A4DE and #DE76A4 with #A4DE76 are triadic colors.

2 #76DEA4 and #DEA476 with #A4DE76 are triadic colors.