COLOR #A1EE98

HEX: #A1EE98
RGB: (161,238,152)

Color info

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

RGB color model

#A1EE98 color RGB value is (161,238,152).

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

RGB channels and saturation

R 161 of 255 = 63%
G 238 of 255 = 93%
B 152 of 255 = 60%

161
238
152

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

Portions of RGB colors in percentages

R + G + B =
161 + 238 + 152 = 551 (100%)
R 161 of 551 ~ 29.22%
G 238 of 551 ~ 43.19%
B 152 of 551 ~ 27.59%

%29.22
%43.19
%27.59

CMYK color model

#A1EE98 color CMYK value is (32,0,36,7).

  • cyan value is 32.35%
  • magenta value is 0.00%
  • yellow value is 36.13%
  • key color value is 6.67%
CMYK:
(32,0,36,7)
C32M0Y36K7 
(32%,0%,36%,7%)
(0.32/0.00/0.36/0.07)	

CMYK percentages

%32.35
%0
%36.13
%6.67

Codes

Color #A1EE98 in popluar color models

A1EE98
RGB161238152
HSL114°71.67%76.47%
HSB/HSV114°36.13%93.33%
CMYK32.35%0.00%36.13%
6.67%

Color #A1EE98 in popluar number systems.

HEXA1EE98
Decimal161238152
Binary101000011110111010011000
Octal241356230

Shades and tints

Shades of #A1EE98

#A1EE98
(161,238,152)
#93D98B
(147,217,139)
#85C47E
(133,196,126)
#77AF71
(119,175,113)
#699A64
(105,154,100)
#5B8557
(91,133,87)
#4D704A
(77,112,74)
#3F5B3D
(63,91,61)
#314630
(49,70,48)
#233123
(35,49,35)
#151C16
(21,28,22)
#000000
(0,0,0)

Tints of #A1EE98

#A1EE98
(161,238,152)
#A9EFA1
(169,239,161)
#B1F0AA
(177,240,170)
#B9F1B3
(185,241,179)
#C1F2BC
(193,242,188)
#C9F3C5
(201,243,197)
#D1F4CE
(209,244,206)
#D9F5D7
(217,245,215)
#E1F6E0
(225,246,224)
#E9F7E9
(233,247,233)
#F1F8F2
(241,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1EE98; }

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

This text font color is #A1EE98.


Background Color

.myBgColor { background-color: #A1EE98; }

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

This div background color is #A1EE98.


Border color

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

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

This div border color is #A1EE98.


Opacity

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

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

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

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

This text has shadow with #A1EE98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1EE98 on black background.


Color preview on white background

This text has color #A1EE98 on white background.



Black color preview on #A1EE98 background

This text has black color on #A1EE98 background.


White color preview on #A1EE98 background

This text has white color on #A1EE98 background.