COLOR #A1E48A

HEX: #A1E48A
RGB: (161,228,138)

Color info

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

RGB color model

#A1E48A color RGB value is (161,228,138).

  • red value is 161;
  • green value is 228;
  • blue value is 138.
RGB:
(161,228,138)
(63%,89%,54%)

RGB channels and saturation

R 161 of 255 = 63%
G 228 of 255 = 89%
B 138 of 255 = 54%

161
228
138

R + G + B ~ 69%. #A1E48A is quite light color.

Portions of RGB colors in percentages

R + G + B =
161 + 228 + 138 = 527 (100%)
R 161 of 527 ~ 30.55%
G 228 of 527 ~ 43.26%
B 138 of 527 ~ 26.19%

%30.55
%43.26
%26.19

CMYK color model

#A1E48A color CMYK value is (29,0,39,11).

  • cyan value is 29.39%
  • magenta value is 0.00%
  • yellow value is 39.47%
  • key color value is 10.59%
CMYK:
(29,0,39,11)
C29M0Y39K11 
(29%,0%,39%,11%)
(0.29/0.00/0.39/0.11)	

CMYK percentages

%29.39
%0
%39.47
%10.59

Codes

Color #A1E48A in popluar color models

A1E48A
RGB161228138
HSL105°62.50%71.76%
HSB/HSV105°39.47%89.41%
CMYK29.39%0.00%39.47%
10.59%

Color #A1E48A in popluar number systems.

HEXA1E48A
Decimal161228138
Binary101000011110010010001010
Octal241344212

Shades and tints

Shades of #A1E48A

#A1E48A
(161,228,138)
#93D07E
(147,208,126)
#85BC72
(133,188,114)
#77A866
(119,168,102)
#69945A
(105,148,90)
#5B804E
(91,128,78)
#4D6C42
(77,108,66)
#3F5836
(63,88,54)
#31442A
(49,68,42)
#23301E
(35,48,30)
#151C12
(21,28,18)
#000000
(0,0,0)

Tints of #A1E48A

#A1E48A
(161,228,138)
#A9E694
(169,230,148)
#B1E89E
(177,232,158)
#B9EAA8
(185,234,168)
#C1ECB2
(193,236,178)
#C9EEBC
(201,238,188)
#D1F0C6
(209,240,198)
#D9F2D0
(217,242,208)
#E1F4DA
(225,244,218)
#E9F6E4
(233,246,228)
#F1F8EE
(241,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1E48A color. Also use rgb(161,228,138) instead hex code.

Text Font Color

.myTextColor { color: #A1E48A; }

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

This text font color is #A1E48A.


Background Color

.myBgColor { background-color: #A1E48A; }

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

This div background color is #A1E48A.


Border color

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

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

This div border color is #A1E48A.


Opacity

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

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

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

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

This text has shadow with #A1E48A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1E48A on black background.


Color preview on white background

This text has color #A1E48A on white background.



Black color preview on #A1E48A background

This text has black color on #A1E48A background.


White color preview on #A1E48A background

This text has white color on #A1E48A background.