COLOR #A9EDAC

HEX: #A9EDAC RGB: (169,237,172)

Color info

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

RGB color model

#A9EDAC color RGB value is (169,237,172).

RGB: (169,237,172) (66%, 93%, 67%)

RGB channels and saturation

R 169 of 255 = 66%
G 237 of 255 = 93%
B 172 of 255 = 67%

169
237
172

R + G + B ~ 75%. #A9EDAC is quite light color.

Portions of RGB colors in percentages

R + G + B = 169 + 237 + 172 = 578 (100%)
R 169 of 578 ~ 29.24%
G 237 of 578 ~ 41%
B 172 of 578 ~ 29.76'%

%29.24
%41
%29.76

CMYK color model

#A9EDAC color CMYK value is (29,0,27,7).

  • cyan value is 28.69%
  • magenta value is 0.00%
  • yellow value is 27.43%
  • key color value is 7.06%
CMYK: (29,0,27,7) C29M0Y27K7 (29%,0%,27%,7%) (0.29/0.00/0.27/0.07) 

CMYK percentages

%28.69
%0
%27.43
%7.06

Codes

Color #A9EDAC in popluar color models

A9 ED AC
RGB 169 237 172
HSL 123° 65.38% 79.61%
HSB/HSV 123° 28.69% 92.94%
CMYK 28.69% 0.00% 27.43%
7.06%

Color #A9EDAC in popluar number systems.

HEX A9 ED AC
Decimal 169 237 172
Binary 10101001 11101101 10101100
Octal 251 355 254

Shades and tints

Shades of #A9EDAC

#A9EDAC
(169,237,172)
#9AD89D
(154,216,157)
#8BC38E
(139,195,142)
#7CAE7F
(124,174,127)
#6D9970
(109,153,112)
#5E8461
(94,132,97)
#4F6F52
(79,111,82)
#405A43
(64,90,67)
#314534
(49,69,52)
#223025
(34,48,37)
#131B16
(19,27,22)
#000000
(0,0,0)

Tints of #A9EDAC

#A9EDAC
(169,237,172)
#B0EEB3
(176,238,179)
#B7EFBA
(183,239,186)
#BEF0C1
(190,240,193)
#C5F1C8
(197,241,200)
#CCF2CF
(204,242,207)
#D3F3D6
(211,243,214)
#DAF4DD
(218,244,221)
#E1F5E4
(225,245,228)
#E8F6EB
(232,246,235)
#EFF7F2
(239,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9EDAC; }

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

This text font color is #A9EDAC.

Background Color

.myBgColor { background-color: #A9EDAC; }

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

This div background color is #A9EDAC.

Border color

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

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

This div border color is #A9EDAC.

Opacity

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

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

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

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

This text has shadow with #A9EDAC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9EDAC.

Preview

Color preview on black background

This text has color #A9EDAC on black background.


Color preview on white background

This text has color #A9EDAC on white background.


Black color preview on #A9EDAC background

This text has black color on #A9EDAC background.


White color preview on #A9EDAC background

This text has white color on #A9EDAC background.


Related colors

Complementary color

Complementary color for #hex is #561253.


I love getcolorcode.com

Triadic colors

1 #ACA9ED and #EDACA9 with #A9EDAC are triadic colors.

2 #ACEDA9 and #EDA9AC with #A9EDAC are triadic colors.