COLOR #A4D22E

HEX: #A4D22E
RGB: (164,210,46)

Color info

#A4D22E contains mainly red and green colors. Web safe color of #A4D22E is #99CC33 (or #9C3).

RGB color model

#A4D22E color RGB value is (164,210,46).

  • red value is 164;
  • green value is 210;
  • blue value is 46.
RGB:
(164,210,46)
(64%,82%,18%)

RGB channels and saturation

R 164 of 255 = 64%
G 210 of 255 = 82%
B 46 of 255 = 18%

164
210
46

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

Portions of RGB colors in percentages

R + G + B =
164 + 210 + 46 = 420 (100%)
R 164 of 420 ~ 39.05%
G 210 of 420 ~ 50%
B 46 of 420 ~ 10.95%

%39.05
%50
%10.95

CMYK color model

#A4D22E color CMYK value is (22,0,78,18).

  • cyan value is 21.90%
  • magenta value is 0.00%
  • yellow value is 78.10%
  • key color value is 17.65%
CMYK:
(22,0,78,18)
C22M0Y78K18 
(22%,0%,78%,18%)
(0.22/0.00/0.78/0.18)	

CMYK percentages

%21.9
%0
%78.1
%17.65

Codes

Color #A4D22E in popluar color models

A4D22E
RGB16421046
HSL77°64.57%50.20%
HSB/HSV77°78.10%82.35%
CMYK21.90%0.00%78.10%
17.65%

Color #A4D22E in popluar number systems.

HEXA4D22E
Decimal16421046
Binary1010010011010010101110
Octal24432256

Shades and tints

Shades of #A4D22E

#A4D22E
(164,210,46)
#96BF2A
(150,191,42)
#88AC26
(136,172,38)
#7A9922
(122,153,34)
#6C861E
(108,134,30)
#5E731A
(94,115,26)
#506016
(80,96,22)
#424D12
(66,77,18)
#343A0E
(52,58,14)
#26270A
(38,39,10)
#181406
(24,20,6)
#000000
(0,0,0)

Tints of #A4D22E

#A4D22E
(164,210,46)
#ACD641
(172,214,65)
#B4DA54
(180,218,84)
#BCDE67
(188,222,103)
#C4E27A
(196,226,122)
#CCE68D
(204,230,141)
#D4EAA0
(212,234,160)
#DCEEB3
(220,238,179)
#E4F2C6
(228,242,198)
#ECF6D9
(236,246,217)
#F4FAEC
(244,250,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4D22E color. Also use rgb(164,210,46) instead hex code.

Text Font Color

.myTextColor { color: #A4D22E; }

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

This text font color is #A4D22E.


Background Color

.myBgColor { background-color: #A4D22E; }

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

This div background color is #A4D22E.


Border color

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

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

This div border color is #A4D22E.


Opacity

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

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

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

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

This text has shadow with #A4D22E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4D22E on black background.


Color preview on white background

This text has color #A4D22E on white background.



Black color preview on #A4D22E background

This text has black color on #A4D22E background.


White color preview on #A4D22E background

This text has white color on #A4D22E background.