COLOR #A1EC72

HEX: #A1EC72
RGB: (161,236,114)

Color info

#A1EC72 contains mainly green color. Web safe color of #A1EC72 is #99FF66 (or #9F6).

RGB color model

#A1EC72 color RGB value is (161,236,114).

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

RGB channels and saturation

R 161 of 255 = 63%
G 236 of 255 = 93%
B 114 of 255 = 45%

161
236
114

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

Portions of RGB colors in percentages

R + G + B =
161 + 236 + 114 = 511 (100%)
R 161 of 511 ~ 31.51%
G 236 of 511 ~ 46.18%
B 114 of 511 ~ 22.31%

%31.51
%46.18
%22.31

CMYK color model

#A1EC72 color CMYK value is (32,0,52,7).

  • cyan value is 31.78%
  • magenta value is 0.00%
  • yellow value is 51.69%
  • key color value is 7.45%
CMYK:
(32,0,52,7)
C32M0Y52K7 
(32%,0%,52%,7%)
(0.32/0.00/0.52/0.07)	

CMYK percentages

%31.78
%0
%51.69
%7.45

Codes

Color #A1EC72 in popluar color models

A1EC72
RGB161236114
HSL97°76.25%68.63%
HSB/HSV97°51.69%92.55%
CMYK31.78%0.00%51.69%
7.45%

Color #A1EC72 in popluar number systems.

HEXA1EC72
Decimal161236114
Binary10100001111011001110010
Octal241354162

Shades and tints

Shades of #A1EC72

#A1EC72
(161,236,114)
#93D768
(147,215,104)
#85C25E
(133,194,94)
#77AD54
(119,173,84)
#69984A
(105,152,74)
#5B8340
(91,131,64)
#4D6E36
(77,110,54)
#3F592C
(63,89,44)
#314422
(49,68,34)
#232F18
(35,47,24)
#151A0E
(21,26,14)
#000000
(0,0,0)

Tints of #A1EC72

#A1EC72
(161,236,114)
#A9ED7E
(169,237,126)
#B1EE8A
(177,238,138)
#B9EF96
(185,239,150)
#C1F0A2
(193,240,162)
#C9F1AE
(201,241,174)
#D1F2BA
(209,242,186)
#D9F3C6
(217,243,198)
#E1F4D2
(225,244,210)
#E9F5DE
(233,245,222)
#F1F6EA
(241,246,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1EC72; }

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

This text font color is #A1EC72.


Background Color

.myBgColor { background-color: #A1EC72; }

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

This div background color is #A1EC72.


Border color

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

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

This div border color is #A1EC72.


Opacity

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

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

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

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

This text has shadow with #A1EC72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1EC72 on black background.


Color preview on white background

This text has color #A1EC72 on white background.



Black color preview on #A1EC72 background

This text has black color on #A1EC72 background.


White color preview on #A1EC72 background

This text has white color on #A1EC72 background.