COLOR #A4E7A3

HEX: #A4E7A3 RGB: (164,231,163)

Color info

#A4E7A3 contains mainly green color. Web safe color of #A4E7A3 is #99FF99 (or #9F9).

RGB color model

#A4E7A3 color RGB value is (164,231,163).

RGB: (164,231,163) (64%, 91%, 64%)

RGB channels and saturation

R 164 of 255 = 64%
G 231 of 255 = 91%
B 163 of 255 = 64%

164
231
163

R + G + B ~ 73%. #A4E7A3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 164 + 231 + 163 = 558 (100%)
R 164 of 558 ~ 29.39%
G 231 of 558 ~ 41.4%
B 163 of 558 ~ 29.21'%

%29.39
%41.4
%29.21

CMYK color model

#A4E7A3 color CMYK value is (29,0,29,9).

  • cyan value is 29.00%
  • magenta value is 0.00%
  • yellow value is 29.44%
  • key color value is 9.41%

CMYK: (29,0,29,9)
C29M0Y29K9 (29%, 0%, 29%, 9%)
(0.29 / 0.00 / 0.29 / 0.09)

CMYK percentages

%29
%0
%29.44
%9.41

Codes

Color #A4E7A3 in popluar color models

A4 E7 A3
RGB 164 231 163
HSL 119° 58.62% 77.25%
HSB/HSV 119° 29.44% 90.59%
CMYK 29.00% 0.00% 29.44%
9.41%

Color #A4E7A3 in popluar number systems.

HEX A4 E7 A3
Decimal 164 231 163
Binary 10100100 11100111 10100011
Octal 244 347 243

Shades and tints

Shades of #A4E7A3

#A4E7A3
(164,231,163)
#96D295
(150,210,149)
#88BD87
(136,189,135)
#7AA879
(122,168,121)
#6C936B
(108,147,107)
#5E7E5D
(94,126,93)
#50694F
(80,105,79)
#425441
(66,84,65)
#343F33
(52,63,51)
#262A25
(38,42,37)
#181517
(24,21,23)
#000000
(0,0,0)

Tints of #A4E7A3

#A4E7A3
(164,231,163)
#ACE9AB
(172,233,171)
#B4EBB3
(180,235,179)
#BCEDBB
(188,237,187)
#C4EFC3
(196,239,195)
#CCF1CB
(204,241,203)
#D4F3D3
(212,243,211)
#DCF5DB
(220,245,219)
#E4F7E3
(228,247,227)
#ECF9EB
(236,249,235)
#F4FBF3
(244,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4E7A3 color. Also use rgb(164,231,163) instead hex code.

Text Font Color

.myTextColor { color: #A4E7A3; }

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

This text font color is #A4E7A3.

Background Color

.myBgColor { background-color: #A4E7A3; }

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

This div background color is #A4E7A3.

Border color

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

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

This div border color is #A4E7A3.

Opacity

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

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

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

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

This text has shadow with #A4E7A3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4E7A3.

Preview

Color preview on black background

This text has color #A4E7A3 on black background.


Color preview on white background

This text has color #A4E7A3 on white background.


Black color preview on #A4E7A3 background

This text has black color on #A4E7A3 background.


White color preview on #A4E7A3 background

This text has white color on #A4E7A3 background.


Related colors

Complementary color

Complementary color for #hex is #5B185C.


I love getcolorcode.com

Triadic colors

1 #A3A4E7 and #E7A3A4 with #A4E7A3 are triadic colors.

2 #A3E7A4 and #E7A4A3 with #A4E7A3 are triadic colors.