COLOR #A4E099

HEX: #A4E099
RGB: (164,224,153)

Color info

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

RGB color model

#A4E099 color RGB value is (164,224,153).

  • red value is 164;
  • green value is 224;
  • blue value is 153.
RGB:
(164,224,153)
(64%,88%,60%)

RGB channels and saturation

R 164 of 255 = 64%
G 224 of 255 = 88%
B 153 of 255 = 60%

164
224
153

R + G + B ~ 71%. #A4E099 is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 224 + 153 = 541 (100%)
R 164 of 541 ~ 30.31%
G 224 of 541 ~ 41.4%
B 153 of 541 ~ 28.28%

%30.31
%41.4
%28.28

CMYK color model

#A4E099 color CMYK value is (27,0,32,12).

  • cyan value is 26.79%
  • magenta value is 0.00%
  • yellow value is 31.70%
  • key color value is 12.16%
CMYK:
(27,0,32,12)
C27M0Y32K12 
(27%,0%,32%,12%)
(0.27/0.00/0.32/0.12)	

CMYK percentages

%26.79
%0
%31.7
%12.16

Codes

Color #A4E099 in popluar color models

A4E099
RGB164224153
HSL111°53.38%73.92%
HSB/HSV111°31.70%87.84%
CMYK26.79%0.00%31.70%
12.16%

Color #A4E099 in popluar number systems.

HEXA4E099
Decimal164224153
Binary101001001110000010011001
Octal244340231

Shades and tints

Shades of #A4E099

#A4E099
(164,224,153)
#96CC8C
(150,204,140)
#88B87F
(136,184,127)
#7AA472
(122,164,114)
#6C9065
(108,144,101)
#5E7C58
(94,124,88)
#50684B
(80,104,75)
#42543E
(66,84,62)
#344031
(52,64,49)
#262C24
(38,44,36)
#181817
(24,24,23)
#000000
(0,0,0)

Tints of #A4E099

#A4E099
(164,224,153)
#ACE2A2
(172,226,162)
#B4E4AB
(180,228,171)
#BCE6B4
(188,230,180)
#C4E8BD
(196,232,189)
#CCEAC6
(204,234,198)
#D4ECCF
(212,236,207)
#DCEED8
(220,238,216)
#E4F0E1
(228,240,225)
#ECF2EA
(236,242,234)
#F4F4F3
(244,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4E099 color. Also use rgb(164,224,153) instead hex code.

Text Font Color

.myTextColor { color: #A4E099; }

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

This text font color is #A4E099.


Background Color

.myBgColor { background-color: #A4E099; }

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

This div background color is #A4E099.


Border color

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

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

This div border color is #A4E099.


Opacity

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

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

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

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

This text has shadow with #A4E099 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4E099 on black background.


Color preview on white background

This text has color #A4E099 on white background.



Black color preview on #A4E099 background

This text has black color on #A4E099 background.


White color preview on #A4E099 background

This text has white color on #A4E099 background.