COLOR #A4D921

HEX: #A4D921
RGB: (164,217,33)

Color info

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

RGB color model

#A4D921 color RGB value is (164,217,33).

  • red value is 164;
  • green value is 217;
  • blue value is 33.
RGB:
(164,217,33)
(64%,85%,13%)

RGB channels and saturation

R 164 of 255 = 64%
G 217 of 255 = 85%
B 33 of 255 = 13%

164
217
33

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

Portions of RGB colors in percentages

R + G + B =
164 + 217 + 33 = 414 (100%)
R 164 of 414 ~ 39.61%
G 217 of 414 ~ 52.42%
B 33 of 414 ~ 7.97%

%39.61
%52.42

CMYK color model

#A4D921 color CMYK value is (24,0,85,15).

  • cyan value is 24.42%
  • magenta value is 0.00%
  • yellow value is 84.79%
  • key color value is 14.90%
CMYK:
(24,0,85,15)
C24M0Y85K15 
(24%,0%,85%,15%)
(0.24/0.00/0.85/0.15)	

CMYK percentages

%24.42
%0
%84.79
%14.9

Codes

Color #A4D921 in popluar color models

A4D921
RGB16421733
HSL77°73.60%49.02%
HSB/HSV77°84.79%85.10%
CMYK24.42%0.00%84.79%
14.90%

Color #A4D921 in popluar number systems.

HEXA4D921
Decimal16421733
Binary1010010011011001100001
Octal24433141

Shades and tints

Shades of #A4D921

#A4D921
(164,217,33)
#96C61E
(150,198,30)
#88B31B
(136,179,27)
#7AA018
(122,160,24)
#6C8D15
(108,141,21)
#5E7A12
(94,122,18)
#50670F
(80,103,15)
#42540C
(66,84,12)
#344109
(52,65,9)
#262E06
(38,46,6)
#181B03
(24,27,3)
#000000
(0,0,0)

Tints of #A4D921

#A4D921
(164,217,33)
#ACDC35
(172,220,53)
#B4DF49
(180,223,73)
#BCE25D
(188,226,93)
#C4E571
(196,229,113)
#CCE885
(204,232,133)
#D4EB99
(212,235,153)
#DCEEAD
(220,238,173)
#E4F1C1
(228,241,193)
#ECF4D5
(236,244,213)
#F4F7E9
(244,247,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4D921 color. Also use rgb(164,217,33) instead hex code.

Text Font Color

.myTextColor { color: #A4D921; }

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

This text font color is #A4D921.


Background Color

.myBgColor { background-color: #A4D921; }

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

This div background color is #A4D921.


Border color

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

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

This div border color is #A4D921.


Opacity

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

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

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

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

This text has shadow with #A4D921 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4D921 on black background.


Color preview on white background

This text has color #A4D921 on white background.



Black color preview on #A4D921 background

This text has black color on #A4D921 background.


White color preview on #A4D921 background

This text has white color on #A4D921 background.