COLOR #A9EDA1

HEX: #A9EDA1
RGB: (169,237,161)

Color info

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

RGB color model

#A9EDA1 color RGB value is (169,237,161).

  • red value is 169;
  • green value is 237;
  • blue value is 161.
RGB:
(169,237,161)
(66%,93%,63%)

RGB channels and saturation

R 169 of 255 = 66%
G 237 of 255 = 93%
B 161 of 255 = 63%

169
237
161

R + G + B ~ 74%. #A9EDA1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 237 + 161 = 567 (100%)
R 169 of 567 ~ 29.81%
G 237 of 567 ~ 41.8%
B 161 of 567 ~ 28.4%

%29.81
%41.8
%28.4

CMYK color model

#A9EDA1 color CMYK value is (29,0,32,7).

  • cyan value is 28.69%
  • magenta value is 0.00%
  • yellow value is 32.07%
  • key color value is 7.06%
CMYK:
(29,0,32,7)
C29M0Y32K7 
(29%,0%,32%,7%)
(0.29/0.00/0.32/0.07)	

CMYK percentages

%28.69
%0
%32.07
%7.06

Codes

Color #A9EDA1 in popluar color models

A9EDA1
RGB169237161
HSL114°67.86%78.04%
HSB/HSV114°32.07%92.94%
CMYK28.69%0.00%32.07%
7.06%

Color #A9EDA1 in popluar number systems.

HEXA9EDA1
Decimal169237161
Binary101010011110110110100001
Octal251355241

Shades and tints

Shades of #A9EDA1

#A9EDA1
(169,237,161)
#9AD893
(154,216,147)
#8BC385
(139,195,133)
#7CAE77
(124,174,119)
#6D9969
(109,153,105)
#5E845B
(94,132,91)
#4F6F4D
(79,111,77)
#405A3F
(64,90,63)
#314531
(49,69,49)
#223023
(34,48,35)
#131B15
(19,27,21)
#000000
(0,0,0)

Tints of #A9EDA1

#A9EDA1
(169,237,161)
#B0EEA9
(176,238,169)
#B7EFB1
(183,239,177)
#BEF0B9
(190,240,185)
#C5F1C1
(197,241,193)
#CCF2C9
(204,242,201)
#D3F3D1
(211,243,209)
#DAF4D9
(218,244,217)
#E1F5E1
(225,245,225)
#E8F6E9
(232,246,233)
#EFF7F1
(239,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9EDA1 color. Also use rgb(169,237,161) instead hex code.

Text Font Color

.myTextColor { color: #A9EDA1; }

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

This text font color is #A9EDA1.


Background Color

.myBgColor { background-color: #A9EDA1; }

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

This div background color is #A9EDA1.


Border color

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

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

This div border color is #A9EDA1.


Opacity

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

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

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

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

This text has shadow with #A9EDA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9EDA1 on black background.


Color preview on white background

This text has color #A9EDA1 on white background.



Black color preview on #A9EDA1 background

This text has black color on #A9EDA1 background.


White color preview on #A9EDA1 background

This text has white color on #A9EDA1 background.