COLOR #A9E49E

HEX: #A9E49E
RGB: (169,228,158)

Color info

#A9E49E contains mainly red and green colors. Web safe color of #A9E49E is #99CC99 (or #9C9).

RGB color model

#A9E49E color RGB value is (169,228,158).

  • red value is 169;
  • green value is 228;
  • blue value is 158.
RGB:
(169,228,158)
(66%,89%,62%)

RGB channels and saturation

R 169 of 255 = 66%
G 228 of 255 = 89%
B 158 of 255 = 62%

169
228
158

R + G + B ~ 72%. #A9E49E is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 228 + 158 = 555 (100%)
R 169 of 555 ~ 30.45%
G 228 of 555 ~ 41.08%
B 158 of 555 ~ 28.47%

%30.45
%41.08
%28.47

CMYK color model

#A9E49E color CMYK value is (26,0,31,11).

  • cyan value is 25.88%
  • magenta value is 0.00%
  • yellow value is 30.70%
  • key color value is 10.59%
CMYK:
(26,0,31,11)
C26M0Y31K11 
(26%,0%,31%,11%)
(0.26/0.00/0.31/0.11)	

CMYK percentages

%25.88
%0
%30.7
%10.59

Codes

Color #A9E49E in popluar color models

A9E49E
RGB169228158
HSL111°56.45%75.69%
HSB/HSV111°30.70%89.41%
CMYK25.88%0.00%30.70%
10.59%

Color #A9E49E in popluar number systems.

HEXA9E49E
Decimal169228158
Binary101010011110010010011110
Octal251344236

Shades and tints

Shades of #A9E49E

#A9E49E
(169,228,158)
#9AD090
(154,208,144)
#8BBC82
(139,188,130)
#7CA874
(124,168,116)
#6D9466
(109,148,102)
#5E8058
(94,128,88)
#4F6C4A
(79,108,74)
#40583C
(64,88,60)
#31442E
(49,68,46)
#223020
(34,48,32)
#131C12
(19,28,18)
#000000
(0,0,0)

Tints of #A9E49E

#A9E49E
(169,228,158)
#B0E6A6
(176,230,166)
#B7E8AE
(183,232,174)
#BEEAB6
(190,234,182)
#C5ECBE
(197,236,190)
#CCEEC6
(204,238,198)
#D3F0CE
(211,240,206)
#DAF2D6
(218,242,214)
#E1F4DE
(225,244,222)
#E8F6E6
(232,246,230)
#EFF8EE
(239,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9E49E color. Also use rgb(169,228,158) instead hex code.

Text Font Color

.myTextColor { color: #A9E49E; }

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

This text font color is #A9E49E.


Background Color

.myBgColor { background-color: #A9E49E; }

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

This div background color is #A9E49E.


Border color

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

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

This div border color is #A9E49E.


Opacity

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

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

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

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

This text has shadow with #A9E49E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9E49E on black background.


Color preview on white background

This text has color #A9E49E on white background.



Black color preview on #A9E49E background

This text has black color on #A9E49E background.


White color preview on #A9E49E background

This text has white color on #A9E49E background.