COLOR #A1E29B

HEX: #A1E29B
RGB: (161,226,155)

Color info

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

RGB color model

#A1E29B color RGB value is (161,226,155).

  • red value is 161;
  • green value is 226;
  • blue value is 155.
RGB:
(161,226,155)
(63%,89%,61%)

RGB channels and saturation

R 161 of 255 = 63%
G 226 of 255 = 89%
B 155 of 255 = 61%

161
226
155

R + G + B ~ 71%. #A1E29B is quite light color.

Portions of RGB colors in percentages

R + G + B =
161 + 226 + 155 = 542 (100%)
R 161 of 542 ~ 29.7%
G 226 of 542 ~ 41.7%
B 155 of 542 ~ 28.6%

%29.7
%41.7
%28.6

CMYK color model

#A1E29B color CMYK value is (29,0,31,11).

  • cyan value is 28.76%
  • magenta value is 0.00%
  • yellow value is 31.42%
  • key color value is 11.37%
CMYK:
(29,0,31,11)
C29M0Y31K11 
(29%,0%,31%,11%)
(0.29/0.00/0.31/0.11)	

CMYK percentages

%28.76
%0
%31.42
%11.37

Codes

Color #A1E29B in popluar color models

A1E29B
RGB161226155
HSL115°55.04%74.71%
HSB/HSV115°31.42%88.63%
CMYK28.76%0.00%31.42%
11.37%

Color #A1E29B in popluar number systems.

HEXA1E29B
Decimal161226155
Binary101000011110001010011011
Octal241342233

Shades and tints

Shades of #A1E29B

#A1E29B
(161,226,155)
#93CE8D
(147,206,141)
#85BA7F
(133,186,127)
#77A671
(119,166,113)
#699263
(105,146,99)
#5B7E55
(91,126,85)
#4D6A47
(77,106,71)
#3F5639
(63,86,57)
#31422B
(49,66,43)
#232E1D
(35,46,29)
#151A0F
(21,26,15)
#000000
(0,0,0)

Tints of #A1E29B

#A1E29B
(161,226,155)
#A9E4A4
(169,228,164)
#B1E6AD
(177,230,173)
#B9E8B6
(185,232,182)
#C1EABF
(193,234,191)
#C9ECC8
(201,236,200)
#D1EED1
(209,238,209)
#D9F0DA
(217,240,218)
#E1F2E3
(225,242,227)
#E9F4EC
(233,244,236)
#F1F6F5
(241,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1E29B color. Also use rgb(161,226,155) instead hex code.

Text Font Color

.myTextColor { color: #A1E29B; }

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

This text font color is #A1E29B.


Background Color

.myBgColor { background-color: #A1E29B; }

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

This div background color is #A1E29B.


Border color

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

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

This div border color is #A1E29B.


Opacity

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

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

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

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

This text has shadow with #A1E29B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1E29B on black background.


Color preview on white background

This text has color #A1E29B on white background.



Black color preview on #A1E29B background

This text has black color on #A1E29B background.


White color preview on #A1E29B background

This text has white color on #A1E29B background.