COLOR #A1E6AD

HEX: #A1E6AD RGB: (161,230,173)

Color info

#A1E6AD contains mainly green and blue colors. Web safe color of #A1E6AD is #99CC99 (or #9C9).

RGB color model

#A1E6AD color RGB value is (161,230,173).

RGB: (161,230,173) (63%, 90%, 68%)

RGB channels and saturation

R 161 of 255 = 63%
G 230 of 255 = 90%
B 173 of 255 = 68%

161
230
173

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

Portions of RGB colors in percentages

R + G + B = 161 + 230 + 173 = 564 (100%)
R 161 of 564 ~ 28.55%
G 230 of 564 ~ 40.78%
B 173 of 564 ~ 30.67'%

%28.55
%40.78
%30.67

CMYK color model

#A1E6AD color CMYK value is (30,0,25,10).

  • cyan value is 30.00%
  • magenta value is 0.00%
  • yellow value is 24.78%
  • key color value is 9.80%

CMYK: (30,0,25,10)
C30M0Y25K10 (30%, 0%, 25%, 10%)
(0.30 / 0.00 / 0.25 / 0.10)

CMYK percentages

%30
%0
%24.78
%9.8

Codes

Color #A1E6AD in popluar color models

A1 E6 AD
RGB 161 230 173
HSL 130° 57.98% 76.67%
HSB/HSV 130° 30.00% 90.20%
CMYK 30.00% 0.00% 24.78%
9.80%

Color #A1E6AD in popluar number systems.

HEX A1 E6 AD
Decimal 161 230 173
Binary 10100001 11100110 10101101
Octal 241 346 255

Shades and tints

Shades of #A1E6AD

#A1E6AD
(161,230,173)
#93D29E
(147,210,158)
#85BE8F
(133,190,143)
#77AA80
(119,170,128)
#699671
(105,150,113)
#5B8262
(91,130,98)
#4D6E53
(77,110,83)
#3F5A44
(63,90,68)
#314635
(49,70,53)
#233226
(35,50,38)
#151E17
(21,30,23)
#000000
(0,0,0)

Tints of #A1E6AD

#A1E6AD
(161,230,173)
#A9E8B4
(169,232,180)
#B1EABB
(177,234,187)
#B9ECC2
(185,236,194)
#C1EEC9
(193,238,201)
#C9F0D0
(201,240,208)
#D1F2D7
(209,242,215)
#D9F4DE
(217,244,222)
#E1F6E5
(225,246,229)
#E9F8EC
(233,248,236)
#F1FAF3
(241,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1E6AD color. Also use rgb(161,230,173) instead hex code.

Text Font Color

.myTextColor { color: #A1E6AD; }

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

This text font color is #A1E6AD.

Background Color

.myBgColor { background-color: #A1E6AD; }

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

This div background color is #A1E6AD.

Border color

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

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

This div border color is #A1E6AD.

Opacity

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

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

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

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

This text has shadow with #A1E6AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1E6AD.

Preview

Color preview on black background

This text has color #A1E6AD on black background.


Color preview on white background

This text has color #A1E6AD on white background.


Black color preview on #A1E6AD background

This text has black color on #A1E6AD background.


White color preview on #A1E6AD background

This text has white color on #A1E6AD background.


Related colors

Complementary color

Complementary color for #hex is #5E1952.


I love getcolorcode.com

Triadic colors

1 #ADA1E6 and #E6ADA1 with #A1E6AD are triadic colors.

2 #ADE6A1 and #E6A1AD with #A1E6AD are triadic colors.