COLOR #A4DE83

HEX: #A4DE83
RGB: (164,222,131)

Color info

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

RGB color model

#A4DE83 color RGB value is (164,222,131).

  • red value is 164;
  • green value is 222;
  • blue value is 131.
RGB:
(164,222,131)
(64%,87%,51%)

RGB channels and saturation

R 164 of 255 = 64%
G 222 of 255 = 87%
B 131 of 255 = 51%

164
222
131

R + G + B ~ 67%. #A4DE83 is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 222 + 131 = 517 (100%)
R 164 of 517 ~ 31.72%
G 222 of 517 ~ 42.94%
B 131 of 517 ~ 25.34%

%31.72
%42.94
%25.34

CMYK color model

#A4DE83 color CMYK value is (26,0,41,13).

  • cyan value is 26.13%
  • magenta value is 0.00%
  • yellow value is 40.99%
  • key color value is 12.94%
CMYK:
(26,0,41,13)
C26M0Y41K13 
(26%,0%,41%,13%)
(0.26/0.00/0.41/0.13)	

CMYK percentages

%26.13
%0
%40.99
%12.94

Codes

Color #A4DE83 in popluar color models

A4DE83
RGB164222131
HSL98°57.96%69.22%
HSB/HSV98°40.99%87.06%
CMYK26.13%0.00%40.99%
12.94%

Color #A4DE83 in popluar number systems.

HEXA4DE83
Decimal164222131
Binary101001001101111010000011
Octal244336203

Shades and tints

Shades of #A4DE83

#A4DE83
(164,222,131)
#96CA78
(150,202,120)
#88B66D
(136,182,109)
#7AA262
(122,162,98)
#6C8E57
(108,142,87)
#5E7A4C
(94,122,76)
#506641
(80,102,65)
#425236
(66,82,54)
#343E2B
(52,62,43)
#262A20
(38,42,32)
#181615
(24,22,21)
#000000
(0,0,0)

Tints of #A4DE83

#A4DE83
(164,222,131)
#ACE18E
(172,225,142)
#B4E499
(180,228,153)
#BCE7A4
(188,231,164)
#C4EAAF
(196,234,175)
#CCEDBA
(204,237,186)
#D4F0C5
(212,240,197)
#DCF3D0
(220,243,208)
#E4F6DB
(228,246,219)
#ECF9E6
(236,249,230)
#F4FCF1
(244,252,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4DE83; }

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

This text font color is #A4DE83.


Background Color

.myBgColor { background-color: #A4DE83; }

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

This div background color is #A4DE83.


Border color

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

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

This div border color is #A4DE83.


Opacity

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

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

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

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

This text has shadow with #A4DE83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4DE83 on black background.


Color preview on white background

This text has color #A4DE83 on white background.



Black color preview on #A4DE83 background

This text has black color on #A4DE83 background.


White color preview on #A4DE83 background

This text has white color on #A4DE83 background.