COLOR #A1E1AE

HEX: #A1E1AE
RGB: (161,225,174)

Color info

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

RGB color model

#A1E1AE color RGB value is (161,225,174).

  • red value is 161;
  • green value is 225;
  • blue value is 174.
RGB:
(161,225,174)
(63%,88%,68%)

RGB channels and saturation

R 161 of 255 = 63%
G 225 of 255 = 88%
B 174 of 255 = 68%

161
225
174

R + G + B ~ 73%. #A1E1AE is quite light color.

Portions of RGB colors in percentages

R + G + B =
161 + 225 + 174 = 560 (100%)
R 161 of 560 ~ 28.75%
G 225 of 560 ~ 40.18%
B 174 of 560 ~ 31.07%

%28.75
%40.18
%31.07

CMYK color model

#A1E1AE color CMYK value is (28,0,23,12).

  • cyan value is 28.44%
  • magenta value is 0.00%
  • yellow value is 22.67%
  • key color value is 11.76%
CMYK:
(28,0,23,12)
C28M0Y23K12 
(28%,0%,23%,12%)
(0.28/0.00/0.23/0.12)	

CMYK percentages

%28.44
%0
%22.67
%11.76

Codes

Color #A1E1AE in popluar color models

A1E1AE
RGB161225174
HSL132°51.61%75.69%
HSB/HSV132°28.44%88.24%
CMYK28.44%0.00%22.67%
11.76%

Color #A1E1AE in popluar number systems.

HEXA1E1AE
Decimal161225174
Binary101000011110000110101110
Octal241341256

Shades and tints

Shades of #A1E1AE

#A1E1AE
(161,225,174)
#93CD9F
(147,205,159)
#85B990
(133,185,144)
#77A581
(119,165,129)
#699172
(105,145,114)
#5B7D63
(91,125,99)
#4D6954
(77,105,84)
#3F5545
(63,85,69)
#314136
(49,65,54)
#232D27
(35,45,39)
#151918
(21,25,24)
#000000
(0,0,0)

Tints of #A1E1AE

#A1E1AE
(161,225,174)
#A9E3B5
(169,227,181)
#B1E5BC
(177,229,188)
#B9E7C3
(185,231,195)
#C1E9CA
(193,233,202)
#C9EBD1
(201,235,209)
#D1EDD8
(209,237,216)
#D9EFDF
(217,239,223)
#E1F1E6
(225,241,230)
#E9F3ED
(233,243,237)
#F1F5F4
(241,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1E1AE color. Also use rgb(161,225,174) instead hex code.

Text Font Color

.myTextColor { color: #A1E1AE; }

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

This text font color is #A1E1AE.


Background Color

.myBgColor { background-color: #A1E1AE; }

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

This div background color is #A1E1AE.


Border color

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

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

This div border color is #A1E1AE.


Opacity

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

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

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

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

This text has shadow with #A1E1AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1E1AE on black background.


Color preview on white background

This text has color #A1E1AE on white background.



Black color preview on #A1E1AE background

This text has black color on #A1E1AE background.


White color preview on #A1E1AE background

This text has white color on #A1E1AE background.