COLOR #A9EE94

HEX: #A9EE94
RGB: (169,238,148)

Color info

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

RGB color model

#A9EE94 color RGB value is (169,238,148).

  • red value is 169;
  • green value is 238;
  • blue value is 148.
RGB:
(169,238,148)
(66%,93%,58%)

RGB channels and saturation

R 169 of 255 = 66%
G 238 of 255 = 93%
B 148 of 255 = 58%

169
238
148

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

Portions of RGB colors in percentages

R + G + B =
169 + 238 + 148 = 555 (100%)
R 169 of 555 ~ 30.45%
G 238 of 555 ~ 42.88%
B 148 of 555 ~ 26.67%

%30.45
%42.88
%26.67

CMYK color model

#A9EE94 color CMYK value is (29,0,38,7).

  • cyan value is 28.99%
  • magenta value is 0.00%
  • yellow value is 37.82%
  • key color value is 6.67%
CMYK:
(29,0,38,7)
C29M0Y38K7 
(29%,0%,38%,7%)
(0.29/0.00/0.38/0.07)	

CMYK percentages

%28.99
%0
%37.82
%6.67

Codes

Color #A9EE94 in popluar color models

A9EE94
RGB169238148
HSL106°72.58%75.69%
HSB/HSV106°37.82%93.33%
CMYK28.99%0.00%37.82%
6.67%

Color #A9EE94 in popluar number systems.

HEXA9EE94
Decimal169238148
Binary101010011110111010010100
Octal251356224

Shades and tints

Shades of #A9EE94

#A9EE94
(169,238,148)
#9AD987
(154,217,135)
#8BC47A
(139,196,122)
#7CAF6D
(124,175,109)
#6D9A60
(109,154,96)
#5E8553
(94,133,83)
#4F7046
(79,112,70)
#405B39
(64,91,57)
#31462C
(49,70,44)
#22311F
(34,49,31)
#131C12
(19,28,18)
#000000
(0,0,0)

Tints of #A9EE94

#A9EE94
(169,238,148)
#B0EF9D
(176,239,157)
#B7F0A6
(183,240,166)
#BEF1AF
(190,241,175)
#C5F2B8
(197,242,184)
#CCF3C1
(204,243,193)
#D3F4CA
(211,244,202)
#DAF5D3
(218,245,211)
#E1F6DC
(225,246,220)
#E8F7E5
(232,247,229)
#EFF8EE
(239,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9EE94 color. Also use rgb(169,238,148) instead hex code.

Text Font Color

.myTextColor { color: #A9EE94; }

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

This text font color is #A9EE94.


Background Color

.myBgColor { background-color: #A9EE94; }

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

This div background color is #A9EE94.


Border color

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

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

This div border color is #A9EE94.


Opacity

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

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

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

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

This text has shadow with #A9EE94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9EE94 on black background.


Color preview on white background

This text has color #A9EE94 on white background.



Black color preview on #A9EE94 background

This text has black color on #A9EE94 background.


White color preview on #A9EE94 background

This text has white color on #A9EE94 background.