COLOR #A1EF9A

HEX: #A1EF9A
RGB: (161,239,154)

Color info

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

RGB color model

#A1EF9A color RGB value is (161,239,154).

  • red value is 161;
  • green value is 239;
  • blue value is 154.
RGB:
(161,239,154)
(63%,94%,60%)

RGB channels and saturation

R 161 of 255 = 63%
G 239 of 255 = 94%
B 154 of 255 = 60%

161
239
154

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

Portions of RGB colors in percentages

R + G + B =
161 + 239 + 154 = 554 (100%)
R 161 of 554 ~ 29.06%
G 239 of 554 ~ 43.14%
B 154 of 554 ~ 27.8%

%29.06
%43.14
%27.8

CMYK color model

#A1EF9A color CMYK value is (33,0,36,6).

  • cyan value is 32.64%
  • magenta value is 0.00%
  • yellow value is 35.56%
  • key color value is 6.27%
CMYK:
(33,0,36,6)
C33M0Y36K6 
(33%,0%,36%,6%)
(0.33/0.00/0.36/0.06)	

CMYK percentages

%32.64
%0
%35.56
%6.27

Codes

Color #A1EF9A in popluar color models

A1EF9A
RGB161239154
HSL115°72.65%77.06%
HSB/HSV115°35.56%93.73%
CMYK32.64%0.00%35.56%
6.27%

Color #A1EF9A in popluar number systems.

HEXA1EF9A
Decimal161239154
Binary101000011110111110011010
Octal241357232

Shades and tints

Shades of #A1EF9A

#A1EF9A
(161,239,154)
#93DA8C
(147,218,140)
#85C57E
(133,197,126)
#77B070
(119,176,112)
#699B62
(105,155,98)
#5B8654
(91,134,84)
#4D7146
(77,113,70)
#3F5C38
(63,92,56)
#31472A
(49,71,42)
#23321C
(35,50,28)
#151D0E
(21,29,14)
#000000
(0,0,0)

Tints of #A1EF9A

#A1EF9A
(161,239,154)
#A9F0A3
(169,240,163)
#B1F1AC
(177,241,172)
#B9F2B5
(185,242,181)
#C1F3BE
(193,243,190)
#C9F4C7
(201,244,199)
#D1F5D0
(209,245,208)
#D9F6D9
(217,246,217)
#E1F7E2
(225,247,226)
#E9F8EB
(233,248,235)
#F1F9F4
(241,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1EF9A color. Also use rgb(161,239,154) instead hex code.

Text Font Color

.myTextColor { color: #A1EF9A; }

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

This text font color is #A1EF9A.


Background Color

.myBgColor { background-color: #A1EF9A; }

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

This div background color is #A1EF9A.


Border color

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

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

This div border color is #A1EF9A.


Opacity

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

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

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

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

This text has shadow with #A1EF9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1EF9A on black background.


Color preview on white background

This text has color #A1EF9A on white background.



Black color preview on #A1EF9A background

This text has black color on #A1EF9A background.


White color preview on #A1EF9A background

This text has white color on #A1EF9A background.