COLOR #A4E52D

HEX: #A4E52D
RGB: (164,229,45)

Color info

#A4E52D contains mainly green color. Web safe color of #A4E52D is #99CC33 (or #9C3).

RGB color model

#A4E52D color RGB value is (164,229,45).

  • red value is 164;
  • green value is 229;
  • blue value is 45.
RGB:
(164,229,45)
(64%,90%,18%)

RGB channels and saturation

R 164 of 255 = 64%
G 229 of 255 = 90%
B 45 of 255 = 18%

164
229
45

R + G + B ~ 57%. #A4E52D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
164 + 229 + 45 = 438 (100%)
R 164 of 438 ~ 37.44%
G 229 of 438 ~ 52.28%
B 45 of 438 ~ 10.27%

%37.44
%52.28
%10.27

CMYK color model

#A4E52D color CMYK value is (28,0,80,10).

  • cyan value is 28.38%
  • magenta value is 0.00%
  • yellow value is 80.35%
  • key color value is 10.20%
CMYK:
(28,0,80,10)
C28M0Y80K10 
(28%,0%,80%,10%)
(0.28/0.00/0.80/0.10)	

CMYK percentages

%28.38
%0
%80.35
%10.2

Codes

Color #A4E52D in popluar color models

A4E52D
RGB16422945
HSL81°77.97%53.73%
HSB/HSV81°80.35%89.80%
CMYK28.38%0.00%80.35%
10.20%

Color #A4E52D in popluar number systems.

HEXA4E52D
Decimal16422945
Binary1010010011100101101101
Octal24434555

Shades and tints

Shades of #A4E52D

#A4E52D
(164,229,45)
#96D129
(150,209,41)
#88BD25
(136,189,37)
#7AA921
(122,169,33)
#6C951D
(108,149,29)
#5E8119
(94,129,25)
#506D15
(80,109,21)
#425911
(66,89,17)
#34450D
(52,69,13)
#263109
(38,49,9)
#181D05
(24,29,5)
#000000
(0,0,0)

Tints of #A4E52D

#A4E52D
(164,229,45)
#ACE740
(172,231,64)
#B4E953
(180,233,83)
#BCEB66
(188,235,102)
#C4ED79
(196,237,121)
#CCEF8C
(204,239,140)
#D4F19F
(212,241,159)
#DCF3B2
(220,243,178)
#E4F5C5
(228,245,197)
#ECF7D8
(236,247,216)
#F4F9EB
(244,249,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4E52D color. Also use rgb(164,229,45) instead hex code.

Text Font Color

.myTextColor { color: #A4E52D; }

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

This text font color is #A4E52D.


Background Color

.myBgColor { background-color: #A4E52D; }

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

This div background color is #A4E52D.


Border color

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

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

This div border color is #A4E52D.


Opacity

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

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

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

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

This text has shadow with #A4E52D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4E52D on black background.


Color preview on white background

This text has color #A4E52D on white background.



Black color preview on #A4E52D background

This text has black color on #A4E52D background.


White color preview on #A4E52D background

This text has white color on #A4E52D background.