COLOR #A9EC95

HEX: #A9EC95 RGB: (169,236,149)

Color info

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

RGB color model

#A9EC95 color RGB value is (169,236,149).

RGB: (169,236,149) (66%, 93%, 58%)

RGB channels and saturation

R 169 of 255 = 66%
G 236 of 255 = 93%
B 149 of 255 = 58%

169
236
149

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

Portions of RGB colors in percentages

R + G + B = 169 + 236 + 149 = 554 (100%)
R 169 of 554 ~ 30.51%
G 236 of 554 ~ 42.6%
B 149 of 554 ~ 26.9'%

%30.51
%42.6
%26.9

CMYK color model

#A9EC95 color CMYK value is (28,0,37,7).

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

CMYK: (28,0,37,7)
C28M0Y37K7 (28%, 0%, 37%, 7%)
(0.28 / 0.00 / 0.37 / 0.07)

CMYK percentages

%28.39
%0
%36.86
%7.45

Codes

Color #A9EC95 in popluar color models

A9 EC 95
RGB 169 236 149
HSL 106° 69.60% 75.49%
HSB/HSV 106° 36.86% 92.55%
CMYK 28.39% 0.00% 36.86%
7.45%

Color #A9EC95 in popluar number systems.

HEX A9 EC 95
Decimal 169 236 149
Binary 10101001 11101100 10010101
Octal 251 354 225

Shades and tints

Shades of #A9EC95

#A9EC95
(169,236,149)
#9AD788
(154,215,136)
#8BC27B
(139,194,123)
#7CAD6E
(124,173,110)
#6D9861
(109,152,97)
#5E8354
(94,131,84)
#4F6E47
(79,110,71)
#40593A
(64,89,58)
#31442D
(49,68,45)
#222F20
(34,47,32)
#131A13
(19,26,19)
#000000
(0,0,0)

Tints of #A9EC95

#A9EC95
(169,236,149)
#B0ED9E
(176,237,158)
#B7EEA7
(183,238,167)
#BEEFB0
(190,239,176)
#C5F0B9
(197,240,185)
#CCF1C2
(204,241,194)
#D3F2CB
(211,242,203)
#DAF3D4
(218,243,212)
#E1F4DD
(225,244,221)
#E8F5E6
(232,245,230)
#EFF6EF
(239,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9EC95; }

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

This text font color is #A9EC95.

Background Color

.myBgColor { background-color: #A9EC95; }

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

This div background color is #A9EC95.

Border color

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

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

This div border color is #A9EC95.

Opacity

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

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

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

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

This text has shadow with #A9EC95 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9EC95.

Preview

Color preview on black background

This text has color #A9EC95 on black background.


Color preview on white background

This text has color #A9EC95 on white background.


Black color preview on #A9EC95 background

This text has black color on #A9EC95 background.


White color preview on #A9EC95 background

This text has white color on #A9EC95 background.


Related colors

Complementary color

Complementary color for #hex is #56136A.


I love getcolorcode.com

Triadic colors

1 #95A9EC and #EC95A9 with #A9EC95 are triadic colors.

2 #95ECA9 and #ECA995 with #A9EC95 are triadic colors.