COLOR #A4E28D

HEX: #A4E28D
RGB: (164,226,141)

Color info

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

RGB color model

#A4E28D color RGB value is (164,226,141).

  • red value is 164;
  • green value is 226;
  • blue value is 141.
RGB:
(164,226,141)
(64%,89%,55%)

RGB channels and saturation

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

164
226
141

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

Portions of RGB colors in percentages

R + G + B =
164 + 226 + 141 = 531 (100%)
R 164 of 531 ~ 30.89%
G 226 of 531 ~ 42.56%
B 141 of 531 ~ 26.55%

%30.89
%42.56
%26.55

CMYK color model

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

  • cyan value is 27.43%
  • magenta value is 0.00%
  • yellow value is 37.61%
  • 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
%37.61
%11.37

Codes

Color #A4E28D in popluar color models

A4E28D
RGB164226141
HSL104°59.44%71.96%
HSB/HSV104°37.61%88.63%
CMYK27.43%0.00%37.61%
11.37%

Color #A4E28D in popluar number systems.

HEXA4E28D
Decimal164226141
Binary101001001110001010001101
Octal244342215

Shades and tints

Shades of #A4E28D

#A4E28D
(164,226,141)
#96CE81
(150,206,129)
#88BA75
(136,186,117)
#7AA669
(122,166,105)
#6C925D
(108,146,93)
#5E7E51
(94,126,81)
#506A45
(80,106,69)
#425639
(66,86,57)
#34422D
(52,66,45)
#262E21
(38,46,33)
#181A15
(24,26,21)
#000000
(0,0,0)

Tints of #A4E28D

#A4E28D
(164,226,141)
#ACE497
(172,228,151)
#B4E6A1
(180,230,161)
#BCE8AB
(188,232,171)
#C4EAB5
(196,234,181)
#CCECBF
(204,236,191)
#D4EEC9
(212,238,201)
#DCF0D3
(220,240,211)
#E4F2DD
(228,242,221)
#ECF4E7
(236,244,231)
#F4F6F1
(244,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4E28D; }

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

This text font color is #A4E28D.


Background Color

.myBgColor { background-color: #A4E28D; }

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

This div background color is #A4E28D.


Border color

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

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

This div border color is #A4E28D.


Opacity

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

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

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

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

This text has shadow with #A4E28D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4E28D on black background.


Color preview on white background

This text has color #A4E28D on white background.



Black color preview on #A4E28D background

This text has black color on #A4E28D background.


White color preview on #A4E28D background

This text has white color on #A4E28D background.