COLOR #A1E3A3

HEX: #A1E3A3
RGB: (161,227,163)

Color info

#A1E3A3 contains mainly green color. Web safe color of #A1E3A3 is #99CC99 (or #9C9).

RGB color model

#A1E3A3 color RGB value is (161,227,163).

  • red value is 161;
  • green value is 227;
  • blue value is 163.
RGB:
(161,227,163)
(63%,89%,64%)

RGB channels and saturation

R 161 of 255 = 63%
G 227 of 255 = 89%
B 163 of 255 = 64%

161
227
163

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

Portions of RGB colors in percentages

R + G + B =
161 + 227 + 163 = 551 (100%)
R 161 of 551 ~ 29.22%
G 227 of 551 ~ 41.2%
B 163 of 551 ~ 29.58%

%29.22
%41.2
%29.58

CMYK color model

#A1E3A3 color CMYK value is (29,0,28,11).

  • cyan value is 29.07%
  • magenta value is 0.00%
  • yellow value is 28.19%
  • key color value is 10.98%
CMYK:
(29,0,28,11)
C29M0Y28K11 
(29%,0%,28%,11%)
(0.29/0.00/0.28/0.11)	

CMYK percentages

%29.07
%0
%28.19
%10.98

Codes

Color #A1E3A3 in popluar color models

A1E3A3
RGB161227163
HSL122°54.10%76.08%
HSB/HSV122°29.07%89.02%
CMYK29.07%0.00%28.19%
10.98%

Color #A1E3A3 in popluar number systems.

HEXA1E3A3
Decimal161227163
Binary101000011110001110100011
Octal241343243

Shades and tints

Shades of #A1E3A3

#A1E3A3
(161,227,163)
#93CF95
(147,207,149)
#85BB87
(133,187,135)
#77A779
(119,167,121)
#69936B
(105,147,107)
#5B7F5D
(91,127,93)
#4D6B4F
(77,107,79)
#3F5741
(63,87,65)
#314333
(49,67,51)
#232F25
(35,47,37)
#151B17
(21,27,23)
#000000
(0,0,0)

Tints of #A1E3A3

#A1E3A3
(161,227,163)
#A9E5AB
(169,229,171)
#B1E7B3
(177,231,179)
#B9E9BB
(185,233,187)
#C1EBC3
(193,235,195)
#C9EDCB
(201,237,203)
#D1EFD3
(209,239,211)
#D9F1DB
(217,241,219)
#E1F3E3
(225,243,227)
#E9F5EB
(233,245,235)
#F1F7F3
(241,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1E3A3 color. Also use rgb(161,227,163) instead hex code.

Text Font Color

.myTextColor { color: #A1E3A3; }

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

This text font color is #A1E3A3.


Background Color

.myBgColor { background-color: #A1E3A3; }

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

This div background color is #A1E3A3.


Border color

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

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

This div border color is #A1E3A3.


Opacity

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

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

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

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

This text has shadow with #A1E3A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1E3A3 on black background.


Color preview on white background

This text has color #A1E3A3 on white background.



Black color preview on #A1E3A3 background

This text has black color on #A1E3A3 background.


White color preview on #A1E3A3 background

This text has white color on #A1E3A3 background.