COLOR #A4D484

HEX: #A4D484
RGB: (164,212,132)

Color info

#A4D484 contains mainly red and green colors. Web safe color of #A4D484 is #99CC99 (or #9C9).

RGB color model

#A4D484 color RGB value is (164,212,132).

  • red value is 164;
  • green value is 212;
  • blue value is 132.
RGB:
(164,212,132)
(64%,83%,52%)

RGB channels and saturation

R 164 of 255 = 64%
G 212 of 255 = 83%
B 132 of 255 = 52%

164
212
132

R + G + B ~ 66%. #A4D484 is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 212 + 132 = 508 (100%)
R 164 of 508 ~ 32.28%
G 212 of 508 ~ 41.73%
B 132 of 508 ~ 25.98%

%32.28
%41.73
%25.98

CMYK color model

#A4D484 color CMYK value is (23,0,38,17).

  • cyan value is 22.64%
  • magenta value is 0.00%
  • yellow value is 37.74%
  • key color value is 16.86%
CMYK:
(23,0,38,17)
C23M0Y38K17 
(23%,0%,38%,17%)
(0.23/0.00/0.38/0.17)	

CMYK percentages

%22.64
%0
%37.74
%16.86

Codes

Color #A4D484 in popluar color models

A4D484
RGB164212132
HSL96°48.19%67.45%
HSB/HSV96°37.74%83.14%
CMYK22.64%0.00%37.74%
16.86%

Color #A4D484 in popluar number systems.

HEXA4D484
Decimal164212132
Binary101001001101010010000100
Octal244324204

Shades and tints

Shades of #A4D484

#A4D484
(164,212,132)
#96C178
(150,193,120)
#88AE6C
(136,174,108)
#7A9B60
(122,155,96)
#6C8854
(108,136,84)
#5E7548
(94,117,72)
#50623C
(80,98,60)
#424F30
(66,79,48)
#343C24
(52,60,36)
#262918
(38,41,24)
#18160C
(24,22,12)
#000000
(0,0,0)

Tints of #A4D484

#A4D484
(164,212,132)
#ACD78F
(172,215,143)
#B4DA9A
(180,218,154)
#BCDDA5
(188,221,165)
#C4E0B0
(196,224,176)
#CCE3BB
(204,227,187)
#D4E6C6
(212,230,198)
#DCE9D1
(220,233,209)
#E4ECDC
(228,236,220)
#ECEFE7
(236,239,231)
#F4F2F2
(244,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4D484 color. Also use rgb(164,212,132) instead hex code.

Text Font Color

.myTextColor { color: #A4D484; }

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

This text font color is #A4D484.


Background Color

.myBgColor { background-color: #A4D484; }

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

This div background color is #A4D484.


Border color

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

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

This div border color is #A4D484.


Opacity

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

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

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

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

This text has shadow with #A4D484 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4D484 on black background.


Color preview on white background

This text has color #A4D484 on white background.



Black color preview on #A4D484 background

This text has black color on #A4D484 background.


White color preview on #A4D484 background

This text has white color on #A4D484 background.