COLOR #A9EC8D

HEX: #A9EC8D RGB: (169,236,141)

Color info

#A9EC8D contains mainly green color. Web safe color of #A9EC8D is #99FF99 (or #9F9).

RGB color model

#A9EC8D color RGB value is (169,236,141).

RGB: (169,236,141) (66%, 93%, 55%)

RGB channels and saturation

R 169 of 255 = 66%
G 236 of 255 = 93%
B 141 of 255 = 55%

169
236
141

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

Portions of RGB colors in percentages

R + G + B = 169 + 236 + 141 = 546 (100%)
R 169 of 546 ~ 30.95%
G 236 of 546 ~ 43.22%
B 141 of 546 ~ 25.82'%

%30.95
%43.22
%25.82

CMYK color model

#A9EC8D color CMYK value is (28,0,40,7).

  • cyan value is 28.39%
  • magenta value is 0.00%
  • yellow value is 40.25%
  • key color value is 7.45%

CMYK: (28,0,40,7)
C28M0Y40K7 (28%, 0%, 40%, 7%)
(0.28 / 0.00 / 0.40 / 0.07)

CMYK percentages

%28.39
%0
%40.25
%7.45

Codes

Color #A9EC8D in popluar color models

A9 EC 8D
RGB 169 236 141
HSL 102° 71.43% 73.92%
HSB/HSV 102° 40.25% 92.55%
CMYK 28.39% 0.00% 40.25%
7.45%

Color #A9EC8D in popluar number systems.

HEX A9 EC 8D
Decimal 169 236 141
Binary 10101001 11101100 10001101
Octal 251 354 215

Shades and tints

Shades of #A9EC8D

#A9EC8D
(169,236,141)
#9AD781
(154,215,129)
#8BC275
(139,194,117)
#7CAD69
(124,173,105)
#6D985D
(109,152,93)
#5E8351
(94,131,81)
#4F6E45
(79,110,69)
#405939
(64,89,57)
#31442D
(49,68,45)
#222F21
(34,47,33)
#131A15
(19,26,21)
#000000
(0,0,0)

Tints of #A9EC8D

#A9EC8D
(169,236,141)
#B0ED97
(176,237,151)
#B7EEA1
(183,238,161)
#BEEFAB
(190,239,171)
#C5F0B5
(197,240,181)
#CCF1BF
(204,241,191)
#D3F2C9
(211,242,201)
#DAF3D3
(218,243,211)
#E1F4DD
(225,244,221)
#E8F5E7
(232,245,231)
#EFF6F1
(239,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9EC8D color. Also use rgb(169,236,141) instead hex code.

Text Font Color

.myTextColor { color: #A9EC8D; }

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

This text font color is #A9EC8D.

Background Color

.myBgColor { background-color: #A9EC8D; }

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

This div background color is #A9EC8D.

Border color

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

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

This div border color is #A9EC8D.

Opacity

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

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

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

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

This text has shadow with #A9EC8D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9EC8D.

Preview

Color preview on black background

This text has color #A9EC8D on black background.


Color preview on white background

This text has color #A9EC8D on white background.


Black color preview on #A9EC8D background

This text has black color on #A9EC8D background.


White color preview on #A9EC8D background

This text has white color on #A9EC8D background.


Related colors

Complementary color

Complementary color for #hex is #561372.


I love getcolorcode.com

Triadic colors

1 #8DA9EC and #EC8DA9 with #A9EC8D are triadic colors.

2 #8DECA9 and #ECA98D with #A9EC8D are triadic colors.