COLOR #A1EA80

HEX: #A1EA80
RGB: (161,234,128)

Color info

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

RGB color model

#A1EA80 color RGB value is (161,234,128).

  • red value is 161;
  • green value is 234;
  • blue value is 128.
RGB:
(161,234,128)
(63%,92%,50%)

RGB channels and saturation

R 161 of 255 = 63%
G 234 of 255 = 92%
B 128 of 255 = 50%

161
234
128

R + G + B ~ 68%. #A1EA80 is quite light color.

Portions of RGB colors in percentages

R + G + B =
161 + 234 + 128 = 523 (100%)
R 161 of 523 ~ 30.78%
G 234 of 523 ~ 44.74%
B 128 of 523 ~ 24.47%

%30.78
%44.74
%24.47

CMYK color model

#A1EA80 color CMYK value is (31,0,45,8).

  • cyan value is 31.20%
  • magenta value is 0.00%
  • yellow value is 45.30%
  • key color value is 8.24%
CMYK:
(31,0,45,8)
C31M0Y45K8 
(31%,0%,45%,8%)
(0.31/0.00/0.45/0.08)	

CMYK percentages

%31.2
%0
%45.3
%8.24

Codes

Color #A1EA80 in popluar color models

A1EA80
RGB161234128
HSL101°71.62%70.98%
HSB/HSV101°45.30%91.76%
CMYK31.20%0.00%45.30%
8.24%

Color #A1EA80 in popluar number systems.

HEXA1EA80
Decimal161234128
Binary101000011110101010000000
Octal241352200

Shades and tints

Shades of #A1EA80

#A1EA80
(161,234,128)
#93D575
(147,213,117)
#85C06A
(133,192,106)
#77AB5F
(119,171,95)
#699654
(105,150,84)
#5B8149
(91,129,73)
#4D6C3E
(77,108,62)
#3F5733
(63,87,51)
#314228
(49,66,40)
#232D1D
(35,45,29)
#151812
(21,24,18)
#000000
(0,0,0)

Tints of #A1EA80

#A1EA80
(161,234,128)
#A9EB8B
(169,235,139)
#B1EC96
(177,236,150)
#B9EDA1
(185,237,161)
#C1EEAC
(193,238,172)
#C9EFB7
(201,239,183)
#D1F0C2
(209,240,194)
#D9F1CD
(217,241,205)
#E1F2D8
(225,242,216)
#E9F3E3
(233,243,227)
#F1F4EE
(241,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1EA80 color. Also use rgb(161,234,128) instead hex code.

Text Font Color

.myTextColor { color: #A1EA80; }

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

This text font color is #A1EA80.


Background Color

.myBgColor { background-color: #A1EA80; }

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

This div background color is #A1EA80.


Border color

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

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

This div border color is #A1EA80.


Opacity

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

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

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

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

This text has shadow with #A1EA80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1EA80 on black background.


Color preview on white background

This text has color #A1EA80 on white background.



Black color preview on #A1EA80 background

This text has black color on #A1EA80 background.


White color preview on #A1EA80 background

This text has white color on #A1EA80 background.