COLOR #A1E39C

HEX: #A1E39C
RGB: (161,227,156)

Color info

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

RGB color model

#A1E39C color RGB value is (161,227,156).

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

RGB channels and saturation

R 161 of 255 = 63%
G 227 of 255 = 89%
B 156 of 255 = 61%

161
227
156

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

Portions of RGB colors in percentages

R + G + B =
161 + 227 + 156 = 544 (100%)
R 161 of 544 ~ 29.6%
G 227 of 544 ~ 41.73%
B 156 of 544 ~ 28.68%

%29.6
%41.73
%28.68

CMYK color model

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

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

CMYK percentages

%29.07
%0
%31.28
%10.98

Codes

Color #A1E39C in popluar color models

A1E39C
RGB161227156
HSL116°55.91%75.10%
HSB/HSV116°31.28%89.02%
CMYK29.07%0.00%31.28%
10.98%

Color #A1E39C in popluar number systems.

HEXA1E39C
Decimal161227156
Binary101000011110001110011100
Octal241343234

Shades and tints

Shades of #A1E39C

#A1E39C
(161,227,156)
#93CF8E
(147,207,142)
#85BB80
(133,187,128)
#77A772
(119,167,114)
#699364
(105,147,100)
#5B7F56
(91,127,86)
#4D6B48
(77,107,72)
#3F573A
(63,87,58)
#31432C
(49,67,44)
#232F1E
(35,47,30)
#151B10
(21,27,16)
#000000
(0,0,0)

Tints of #A1E39C

#A1E39C
(161,227,156)
#A9E5A5
(169,229,165)
#B1E7AE
(177,231,174)
#B9E9B7
(185,233,183)
#C1EBC0
(193,235,192)
#C9EDC9
(201,237,201)
#D1EFD2
(209,239,210)
#D9F1DB
(217,241,219)
#E1F3E4
(225,243,228)
#E9F5ED
(233,245,237)
#F1F7F6
(241,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1E39C; }

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

This text font color is #A1E39C.


Background Color

.myBgColor { background-color: #A1E39C; }

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

This div background color is #A1E39C.


Border color

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

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

This div border color is #A1E39C.


Opacity

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

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

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

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

This text has shadow with #A1E39C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1E39C on black background.


Color preview on white background

This text has color #A1E39C on white background.



Black color preview on #A1E39C background

This text has black color on #A1E39C background.


White color preview on #A1E39C background

This text has white color on #A1E39C background.