COLOR #A3E522

HEX: #A3E522
RGB: (163,229,34)

Color info

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

RGB color model

#A3E522 color RGB value is (163,229,34).

  • red value is 163;
  • green value is 229;
  • blue value is 34.
RGB:
(163,229,34)
(64%,90%,13%)

RGB channels and saturation

R 163 of 255 = 64%
G 229 of 255 = 90%
B 34 of 255 = 13%

163
229
34

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

Portions of RGB colors in percentages

R + G + B =
163 + 229 + 34 = 426 (100%)
R 163 of 426 ~ 38.26%
G 229 of 426 ~ 53.76%
B 34 of 426 ~ 7.98%

%38.26
%53.76

CMYK color model

#A3E522 color CMYK value is (29,0,85,10).

  • cyan value is 28.82%
  • magenta value is 0.00%
  • yellow value is 85.15%
  • key color value is 10.20%
CMYK:
(29,0,85,10)
C29M0Y85K10 
(29%,0%,85%,10%)
(0.29/0.00/0.85/0.10)	

CMYK percentages

%28.82
%0
%85.15
%10.2

Codes

Color #A3E522 in popluar color models

A3E522
RGB16322934
HSL80°78.95%51.57%
HSB/HSV80°85.15%89.80%
CMYK28.82%0.00%85.15%
10.20%

Color #A3E522 in popluar number systems.

HEXA3E522
Decimal16322934
Binary1010001111100101100010
Octal24334542

Shades and tints

Shades of #A3E522

#A3E522
(163,229,34)
#95D11F
(149,209,31)
#87BD1C
(135,189,28)
#79A919
(121,169,25)
#6B9516
(107,149,22)
#5D8113
(93,129,19)
#4F6D10
(79,109,16)
#41590D
(65,89,13)
#33450A
(51,69,10)
#253107
(37,49,7)
#171D04
(23,29,4)
#000000
(0,0,0)

Tints of #A3E522

#A3E522
(163,229,34)
#ABE736
(171,231,54)
#B3E94A
(179,233,74)
#BBEB5E
(187,235,94)
#C3ED72
(195,237,114)
#CBEF86
(203,239,134)
#D3F19A
(211,241,154)
#DBF3AE
(219,243,174)
#E3F5C2
(227,245,194)
#EBF7D6
(235,247,214)
#F3F9EA
(243,249,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3E522 color. Also use rgb(163,229,34) instead hex code.

Text Font Color

.myTextColor { color: #A3E522; }

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

This text font color is #A3E522.


Background Color

.myBgColor { background-color: #A3E522; }

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

This div background color is #A3E522.


Border color

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

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

This div border color is #A3E522.


Opacity

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

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

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

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

This text has shadow with #A3E522 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3E522 on black background.


Color preview on white background

This text has color #A3E522 on white background.



Black color preview on #A3E522 background

This text has black color on #A3E522 background.


White color preview on #A3E522 background

This text has white color on #A3E522 background.