COLOR #A9E28E

HEX: #A9E28E RGB: (169,226,142)

Color info

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

RGB color model

#A9E28E color RGB value is (169,226,142).

RGB: (169,226,142) (66%, 89%, 56%)

RGB channels and saturation

R 169 of 255 = 66%
G 226 of 255 = 89%
B 142 of 255 = 56%

169
226
142

R + G + B ~ 70%. #A9E28E is quite light color.

Portions of RGB colors in percentages

R + G + B = 169 + 226 + 142 = 537 (100%)
R 169 of 537 ~ 31.47%
G 226 of 537 ~ 42.09%
B 142 of 537 ~ 26.44'%

%31.47
%42.09
%26.44

CMYK color model

#A9E28E color CMYK value is (25,0,37,11).

  • cyan value is 25.22%
  • magenta value is 0.00%
  • yellow value is 37.17%
  • key color value is 11.37%

CMYK: (25,0,37,11)
C25M0Y37K11 (25%, 0%, 37%, 11%)
(0.25 / 0.00 / 0.37 / 0.11)

CMYK percentages

%25.22
%0
%37.17
%11.37

Codes

Color #A9E28E in popluar color models

A9 E2 8E
RGB 169 226 142
HSL 101° 59.15% 72.16%
HSB/HSV 101° 37.17% 88.63%
CMYK 25.22% 0.00% 37.17%
11.37%

Color #A9E28E in popluar number systems.

HEX A9 E2 8E
Decimal 169 226 142
Binary 10101001 11100010 10001110
Octal 251 342 216

Shades and tints

Shades of #A9E28E

#A9E28E
(169,226,142)
#9ACE82
(154,206,130)
#8BBA76
(139,186,118)
#7CA66A
(124,166,106)
#6D925E
(109,146,94)
#5E7E52
(94,126,82)
#4F6A46
(79,106,70)
#40563A
(64,86,58)
#31422E
(49,66,46)
#222E22
(34,46,34)
#131A16
(19,26,22)
#000000
(0,0,0)

Tints of #A9E28E

#A9E28E
(169,226,142)
#B0E498
(176,228,152)
#B7E6A2
(183,230,162)
#BEE8AC
(190,232,172)
#C5EAB6
(197,234,182)
#CCECC0
(204,236,192)
#D3EECA
(211,238,202)
#DAF0D4
(218,240,212)
#E1F2DE
(225,242,222)
#E8F4E8
(232,244,232)
#EFF6F2
(239,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9E28E color. Also use rgb(169,226,142) instead hex code.

Text Font Color

.myTextColor { color: #A9E28E; }

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

This text font color is #A9E28E.

Background Color

.myBgColor { background-color: #A9E28E; }

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

This div background color is #A9E28E.

Border color

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

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

This div border color is #A9E28E.

Opacity

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

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

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

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

This text has shadow with #A9E28E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9E28E.

Preview

Color preview on black background

This text has color #A9E28E on black background.


Color preview on white background

This text has color #A9E28E on white background.


Black color preview on #A9E28E background

This text has black color on #A9E28E background.


White color preview on #A9E28E background

This text has white color on #A9E28E background.


Related colors

Complementary color

Complementary color for #hex is #561D71.


I love getcolorcode.com

Triadic colors

1 #8EA9E2 and #E28EA9 with #A9E28E are triadic colors.

2 #8EE2A9 and #E2A98E with #A9E28E are triadic colors.