COLOR #A4D373

HEX: #A4D373
RGB: (164,211,115)

Color info

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

RGB color model

#A4D373 color RGB value is (164,211,115).

  • red value is 164;
  • green value is 211;
  • blue value is 115.
RGB:
(164,211,115)
(64%,83%,45%)

RGB channels and saturation

R 164 of 255 = 64%
G 211 of 255 = 83%
B 115 of 255 = 45%

164
211
115

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

Portions of RGB colors in percentages

R + G + B =
164 + 211 + 115 = 490 (100%)
R 164 of 490 ~ 33.47%
G 211 of 490 ~ 43.06%
B 115 of 490 ~ 23.47%

%33.47
%43.06
%23.47

CMYK color model

#A4D373 color CMYK value is (22,0,45,17).

  • cyan value is 22.27%
  • magenta value is 0.00%
  • yellow value is 45.50%
  • key color value is 17.25%
CMYK:
(22,0,45,17)
C22M0Y45K17 
(22%,0%,45%,17%)
(0.22/0.00/0.45/0.17)	

CMYK percentages

%22.27
%0
%45.5
%17.25

Codes

Color #A4D373 in popluar color models

A4D373
RGB164211115
HSL89°52.17%63.92%
HSB/HSV89°45.50%82.75%
CMYK22.27%0.00%45.50%
17.25%

Color #A4D373 in popluar number systems.

HEXA4D373
Decimal164211115
Binary10100100110100111110011
Octal244323163

Shades and tints

Shades of #A4D373

#A4D373
(164,211,115)
#96C069
(150,192,105)
#88AD5F
(136,173,95)
#7A9A55
(122,154,85)
#6C874B
(108,135,75)
#5E7441
(94,116,65)
#506137
(80,97,55)
#424E2D
(66,78,45)
#343B23
(52,59,35)
#262819
(38,40,25)
#18150F
(24,21,15)
#000000
(0,0,0)

Tints of #A4D373

#A4D373
(164,211,115)
#ACD77F
(172,215,127)
#B4DB8B
(180,219,139)
#BCDF97
(188,223,151)
#C4E3A3
(196,227,163)
#CCE7AF
(204,231,175)
#D4EBBB
(212,235,187)
#DCEFC7
(220,239,199)
#E4F3D3
(228,243,211)
#ECF7DF
(236,247,223)
#F4FBEB
(244,251,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4D373 color. Also use rgb(164,211,115) instead hex code.

Text Font Color

.myTextColor { color: #A4D373; }

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

This text font color is #A4D373.


Background Color

.myBgColor { background-color: #A4D373; }

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

This div background color is #A4D373.


Border color

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

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

This div border color is #A4D373.


Opacity

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

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

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

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

This text has shadow with #A4D373 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4D373 on black background.


Color preview on white background

This text has color #A4D373 on white background.



Black color preview on #A4D373 background

This text has black color on #A4D373 background.


White color preview on #A4D373 background

This text has white color on #A4D373 background.