COLOR #A1EC9A

HEX: #A1EC9A
RGB: (161,236,154)

Color info

#A1EC9A contains mainly green color. Web safe color of #A1EC9A is #99FF99 (or #9F9).

RGB color model

#A1EC9A color RGB value is (161,236,154).

  • red value is 161;
  • green value is 236;
  • blue value is 154.
RGB:
(161,236,154)
(63%,93%,60%)

RGB channels and saturation

R 161 of 255 = 63%
G 236 of 255 = 93%
B 154 of 255 = 60%

161
236
154

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

Portions of RGB colors in percentages

R + G + B =
161 + 236 + 154 = 551 (100%)
R 161 of 551 ~ 29.22%
G 236 of 551 ~ 42.83%
B 154 of 551 ~ 27.95%

%29.22
%42.83
%27.95

CMYK color model

#A1EC9A color CMYK value is (32,0,35,7).

  • cyan value is 31.78%
  • magenta value is 0.00%
  • yellow value is 34.75%
  • key color value is 7.45%
CMYK:
(32,0,35,7)
C32M0Y35K7 
(32%,0%,35%,7%)
(0.32/0.00/0.35/0.07)	

CMYK percentages

%31.78
%0
%34.75
%7.45

Codes

Color #A1EC9A in popluar color models

A1EC9A
RGB161236154
HSL115°68.33%76.47%
HSB/HSV115°34.75%92.55%
CMYK31.78%0.00%34.75%
7.45%

Color #A1EC9A in popluar number systems.

HEXA1EC9A
Decimal161236154
Binary101000011110110010011010
Octal241354232

Shades and tints

Shades of #A1EC9A

#A1EC9A
(161,236,154)
#93D78C
(147,215,140)
#85C27E
(133,194,126)
#77AD70
(119,173,112)
#699862
(105,152,98)
#5B8354
(91,131,84)
#4D6E46
(77,110,70)
#3F5938
(63,89,56)
#31442A
(49,68,42)
#232F1C
(35,47,28)
#151A0E
(21,26,14)
#000000
(0,0,0)

Tints of #A1EC9A

#A1EC9A
(161,236,154)
#A9EDA3
(169,237,163)
#B1EEAC
(177,238,172)
#B9EFB5
(185,239,181)
#C1F0BE
(193,240,190)
#C9F1C7
(201,241,199)
#D1F2D0
(209,242,208)
#D9F3D9
(217,243,217)
#E1F4E2
(225,244,226)
#E9F5EB
(233,245,235)
#F1F6F4
(241,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1EC9A color. Also use rgb(161,236,154) instead hex code.

Text Font Color

.myTextColor { color: #A1EC9A; }

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

This text font color is #A1EC9A.


Background Color

.myBgColor { background-color: #A1EC9A; }

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

This div background color is #A1EC9A.


Border color

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

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

This div border color is #A1EC9A.


Opacity

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

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

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

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

This text has shadow with #A1EC9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1EC9A on black background.


Color preview on white background

This text has color #A1EC9A on white background.



Black color preview on #A1EC9A background

This text has black color on #A1EC9A background.


White color preview on #A1EC9A background

This text has white color on #A1EC9A background.