COLOR #A4E28C

HEX: #A4E28C RGB: (164,226,140)

Color info

#A4E28C contains mainly green color. Web safe color of #A4E28C is #99CC99 (or #9C9).

RGB color model

#A4E28C color RGB value is (164,226,140).

RGB: (164,226,140) (64%, 89%, 55%)

RGB channels and saturation

R 164 of 255 = 64%
G 226 of 255 = 89%
B 140 of 255 = 55%

164
226
140

R + G + B ~ 69%. #A4E28C is quite light color.

Portions of RGB colors in percentages

R + G + B = 164 + 226 + 140 = 530 (100%)
R 164 of 530 ~ 30.94%
G 226 of 530 ~ 42.64%
B 140 of 530 ~ 26.42'%

%30.94
%42.64
%26.42

CMYK color model

#A4E28C color CMYK value is (27,0,38,11).

  • cyan value is 27.43%
  • magenta value is 0.00%
  • yellow value is 38.05%
  • key color value is 11.37%

CMYK: (27,0,38,11)
C27M0Y38K11 (27%, 0%, 38%, 11%)
(0.27 / 0.00 / 0.38 / 0.11)

CMYK percentages

%27.43
%0
%38.05
%11.37

Codes

Color #A4E28C in popluar color models

A4 E2 8C
RGB 164 226 140
HSL 103° 59.72% 71.76%
HSB/HSV 103° 38.05% 88.63%
CMYK 27.43% 0.00% 38.05%
11.37%

Color #A4E28C in popluar number systems.

HEX A4 E2 8C
Decimal 164 226 140
Binary 10100100 11100010 10001100
Octal 244 342 214

Shades and tints

Shades of #A4E28C

#A4E28C
(164,226,140)
#96CE80
(150,206,128)
#88BA74
(136,186,116)
#7AA668
(122,166,104)
#6C925C
(108,146,92)
#5E7E50
(94,126,80)
#506A44
(80,106,68)
#425638
(66,86,56)
#34422C
(52,66,44)
#262E20
(38,46,32)
#181A14
(24,26,20)
#000000
(0,0,0)

Tints of #A4E28C

#A4E28C
(164,226,140)
#ACE496
(172,228,150)
#B4E6A0
(180,230,160)
#BCE8AA
(188,232,170)
#C4EAB4
(196,234,180)
#CCECBE
(204,236,190)
#D4EEC8
(212,238,200)
#DCF0D2
(220,240,210)
#E4F2DC
(228,242,220)
#ECF4E6
(236,244,230)
#F4F6F0
(244,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4E28C color. Also use rgb(164,226,140) instead hex code.

Text Font Color

.myTextColor { color: #A4E28C; }

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

This text font color is #A4E28C.

Background Color

.myBgColor { background-color: #A4E28C; }

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

This div background color is #A4E28C.

Border color

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

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

This div border color is #A4E28C.

Opacity

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

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

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

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

This text has shadow with #A4E28C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4E28C.

Preview

Color preview on black background

This text has color #A4E28C on black background.


Color preview on white background

This text has color #A4E28C on white background.


Black color preview on #A4E28C background

This text has black color on #A4E28C background.


White color preview on #A4E28C background

This text has white color on #A4E28C background.


Related colors

Complementary color

Complementary color for #hex is #5B1D73.


I love getcolorcode.com

Triadic colors

1 #8CA4E2 and #E28CA4 with #A4E28C are triadic colors.

2 #8CE2A4 and #E2A48C with #A4E28C are triadic colors.