COLOR #A1E27A

HEX: #A1E27A
RGB: (161,226,122)

Color info

#A1E27A contains mainly green color. Web safe color of #A1E27A is #99CC66 (or #9C6).

RGB color model

#A1E27A color RGB value is (161,226,122).

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

RGB channels and saturation

R 161 of 255 = 63%
G 226 of 255 = 89%
B 122 of 255 = 48%

161
226
122

R + G + B ~ 67%. #A1E27A is quite light color.

Portions of RGB colors in percentages

R + G + B =
161 + 226 + 122 = 509 (100%)
R 161 of 509 ~ 31.63%
G 226 of 509 ~ 44.4%
B 122 of 509 ~ 23.97%

%31.63
%44.4
%23.97

CMYK color model

#A1E27A color CMYK value is (29,0,46,11).

  • cyan value is 28.76%
  • magenta value is 0.00%
  • yellow value is 46.02%
  • key color value is 11.37%
CMYK:
(29,0,46,11)
C29M0Y46K11 
(29%,0%,46%,11%)
(0.29/0.00/0.46/0.11)	

CMYK percentages

%28.76
%0
%46.02
%11.37

Codes

Color #A1E27A in popluar color models

A1E27A
RGB161226122
HSL98°64.20%68.24%
HSB/HSV98°46.02%88.63%
CMYK28.76%0.00%46.02%
11.37%

Color #A1E27A in popluar number systems.

HEXA1E27A
Decimal161226122
Binary10100001111000101111010
Octal241342172

Shades and tints

Shades of #A1E27A

#A1E27A
(161,226,122)
#93CE6F
(147,206,111)
#85BA64
(133,186,100)
#77A659
(119,166,89)
#69924E
(105,146,78)
#5B7E43
(91,126,67)
#4D6A38
(77,106,56)
#3F562D
(63,86,45)
#314222
(49,66,34)
#232E17
(35,46,23)
#151A0C
(21,26,12)
#000000
(0,0,0)

Tints of #A1E27A

#A1E27A
(161,226,122)
#A9E486
(169,228,134)
#B1E692
(177,230,146)
#B9E89E
(185,232,158)
#C1EAAA
(193,234,170)
#C9ECB6
(201,236,182)
#D1EEC2
(209,238,194)
#D9F0CE
(217,240,206)
#E1F2DA
(225,242,218)
#E9F4E6
(233,244,230)
#F1F6F2
(241,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1E27A; }

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

This text font color is #A1E27A.


Background Color

.myBgColor { background-color: #A1E27A; }

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

This div background color is #A1E27A.


Border color

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

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

This div border color is #A1E27A.


Opacity

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

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

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

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

This text has shadow with #A1E27A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1E27A on black background.


Color preview on white background

This text has color #A1E27A on white background.



Black color preview on #A1E27A background

This text has black color on #A1E27A background.


White color preview on #A1E27A background

This text has white color on #A1E27A background.