COLOR #A1E093

HEX: #A1E093 RGB: (161,224,147)

Color info

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

RGB color model

#A1E093 color RGB value is (161,224,147).

RGB: (161,224,147) (63%, 88%, 58%)

RGB channels and saturation

R 161 of 255 = 63%
G 224 of 255 = 88%
B 147 of 255 = 58%

161
224
147

R + G + B ~ 70%. #A1E093 is quite light color.

Portions of RGB colors in percentages

R + G + B = 161 + 224 + 147 = 532 (100%)
R 161 of 532 ~ 30.26%
G 224 of 532 ~ 42.11%
B 147 of 532 ~ 27.63'%

%30.26
%42.11
%27.63

CMYK color model

#A1E093 color CMYK value is (28,0,34,12).

  • cyan value is 28.13%
  • magenta value is 0.00%
  • yellow value is 34.38%
  • key color value is 12.16%

CMYK: (28,0,34,12)
C28M0Y34K12 (28%, 0%, 34%, 12%)
(0.28 / 0.00 / 0.34 / 0.12)

CMYK percentages

%28.13
%0
%34.38
%12.16

Codes

Color #A1E093 in popluar color models

A1 E0 93
RGB 161 224 147
HSL 109° 55.40% 72.75%
HSB/HSV 109° 34.38% 87.84%
CMYK 28.13% 0.00% 34.38%
12.16%

Color #A1E093 in popluar number systems.

HEX A1 E0 93
Decimal 161 224 147
Binary 10100001 11100000 10010011
Octal 241 340 223

Shades and tints

Shades of #A1E093

#A1E093
(161,224,147)
#93CC86
(147,204,134)
#85B879
(133,184,121)
#77A46C
(119,164,108)
#69905F
(105,144,95)
#5B7C52
(91,124,82)
#4D6845
(77,104,69)
#3F5438
(63,84,56)
#31402B
(49,64,43)
#232C1E
(35,44,30)
#151811
(21,24,17)
#000000
(0,0,0)

Tints of #A1E093

#A1E093
(161,224,147)
#A9E29C
(169,226,156)
#B1E4A5
(177,228,165)
#B9E6AE
(185,230,174)
#C1E8B7
(193,232,183)
#C9EAC0
(201,234,192)
#D1ECC9
(209,236,201)
#D9EED2
(217,238,210)
#E1F0DB
(225,240,219)
#E9F2E4
(233,242,228)
#F1F4ED
(241,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1E093 color. Also use rgb(161,224,147) instead hex code.

Text Font Color

.myTextColor { color: #A1E093; }

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

This text font color is #A1E093.

Background Color

.myBgColor { background-color: #A1E093; }

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

This div background color is #A1E093.

Border color

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

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

This div border color is #A1E093.

Opacity

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

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

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

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

This text has shadow with #A1E093 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1E093.

Preview

Color preview on black background

This text has color #A1E093 on black background.


Color preview on white background

This text has color #A1E093 on white background.


Black color preview on #A1E093 background

This text has black color on #A1E093 background.


White color preview on #A1E093 background

This text has white color on #A1E093 background.


Related colors

Complementary color

Complementary color for #hex is #5E1F6C.


I love getcolorcode.com

Triadic colors

1 #93A1E0 and #E093A1 with #A1E093 are triadic colors.

2 #93E0A1 and #E0A193 with #A1E093 are triadic colors.