COLOR #A4D970

HEX: #A4D970
RGB: (164,217,112)

Color info

#A4D970 contains mainly red and green colors. Web safe color of #A4D970 is #99CC66 (or #9C6).

RGB color model

#A4D970 color RGB value is (164,217,112).

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

RGB channels and saturation

R 164 of 255 = 64%
G 217 of 255 = 85%
B 112 of 255 = 44%

164
217
112

R + G + B ~ 64%. #A4D970 is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 217 + 112 = 493 (100%)
R 164 of 493 ~ 33.27%
G 217 of 493 ~ 44.02%
B 112 of 493 ~ 22.72%

%33.27
%44.02
%22.72

CMYK color model

#A4D970 color CMYK value is (24,0,48,15).

  • cyan value is 24.42%
  • magenta value is 0.00%
  • yellow value is 48.39%
  • key color value is 14.90%
CMYK:
(24,0,48,15)
C24M0Y48K15 
(24%,0%,48%,15%)
(0.24/0.00/0.48/0.15)	

CMYK percentages

%24.42
%0
%48.39
%14.9

Codes

Color #A4D970 in popluar color models

A4D970
RGB164217112
HSL90°58.01%64.51%
HSB/HSV90°48.39%85.10%
CMYK24.42%0.00%48.39%
14.90%

Color #A4D970 in popluar number systems.

HEXA4D970
Decimal164217112
Binary10100100110110011110000
Octal244331160

Shades and tints

Shades of #A4D970

#A4D970
(164,217,112)
#96C666
(150,198,102)
#88B35C
(136,179,92)
#7AA052
(122,160,82)
#6C8D48
(108,141,72)
#5E7A3E
(94,122,62)
#506734
(80,103,52)
#42542A
(66,84,42)
#344120
(52,65,32)
#262E16
(38,46,22)
#181B0C
(24,27,12)
#000000
(0,0,0)

Tints of #A4D970

#A4D970
(164,217,112)
#ACDC7D
(172,220,125)
#B4DF8A
(180,223,138)
#BCE297
(188,226,151)
#C4E5A4
(196,229,164)
#CCE8B1
(204,232,177)
#D4EBBE
(212,235,190)
#DCEECB
(220,238,203)
#E4F1D8
(228,241,216)
#ECF4E5
(236,244,229)
#F4F7F2
(244,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4D970; }

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

This text font color is #A4D970.


Background Color

.myBgColor { background-color: #A4D970; }

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

This div background color is #A4D970.


Border color

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

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

This div border color is #A4D970.


Opacity

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

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

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

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

This text has shadow with #A4D970 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4D970 on black background.


Color preview on white background

This text has color #A4D970 on white background.



Black color preview on #A4D970 background

This text has black color on #A4D970 background.


White color preview on #A4D970 background

This text has white color on #A4D970 background.