COLOR #A1EE9B

HEX: #A1EE9B
RGB: (161,238,155)

Color info

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

RGB color model

#A1EE9B color RGB value is (161,238,155).

  • red value is 161;
  • green value is 238;
  • blue value is 155.
RGB:
(161,238,155)
(63%,93%,61%)

RGB channels and saturation

R 161 of 255 = 63%
G 238 of 255 = 93%
B 155 of 255 = 61%

161
238
155

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

Portions of RGB colors in percentages

R + G + B =
161 + 238 + 155 = 554 (100%)
R 161 of 554 ~ 29.06%
G 238 of 554 ~ 42.96%
B 155 of 554 ~ 27.98%

%29.06
%42.96
%27.98

CMYK color model

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

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

CMYK percentages

%32.35
%0
%34.87
%6.67

Codes

Color #A1EE9B in popluar color models

A1EE9B
RGB161238155
HSL116°70.94%77.06%
HSB/HSV116°34.87%93.33%
CMYK32.35%0.00%34.87%
6.67%

Color #A1EE9B in popluar number systems.

HEXA1EE9B
Decimal161238155
Binary101000011110111010011011
Octal241356233

Shades and tints

Shades of #A1EE9B

#A1EE9B
(161,238,155)
#93D98D
(147,217,141)
#85C47F
(133,196,127)
#77AF71
(119,175,113)
#699A63
(105,154,99)
#5B8555
(91,133,85)
#4D7047
(77,112,71)
#3F5B39
(63,91,57)
#31462B
(49,70,43)
#23311D
(35,49,29)
#151C0F
(21,28,15)
#000000
(0,0,0)

Tints of #A1EE9B

#A1EE9B
(161,238,155)
#A9EFA4
(169,239,164)
#B1F0AD
(177,240,173)
#B9F1B6
(185,241,182)
#C1F2BF
(193,242,191)
#C9F3C8
(201,243,200)
#D1F4D1
(209,244,209)
#D9F5DA
(217,245,218)
#E1F6E3
(225,246,227)
#E9F7EC
(233,247,236)
#F1F8F5
(241,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1EE9B color. Also use rgb(161,238,155) instead hex code.

Text Font Color

.myTextColor { color: #A1EE9B; }

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

This text font color is #A1EE9B.


Background Color

.myBgColor { background-color: #A1EE9B; }

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

This div background color is #A1EE9B.


Border color

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

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

This div border color is #A1EE9B.


Opacity

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

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

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

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

This text has shadow with #A1EE9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1EE9B on black background.


Color preview on white background

This text has color #A1EE9B on white background.



Black color preview on #A1EE9B background

This text has black color on #A1EE9B background.


White color preview on #A1EE9B background

This text has white color on #A1EE9B background.