COLOR #A1EC98

HEX: #A1EC98
RGB: (161,236,152)

Color info

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

RGB color model

#A1EC98 color RGB value is (161,236,152).

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

RGB channels and saturation

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

161
236
152

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

Portions of RGB colors in percentages

R + G + B =
161 + 236 + 152 = 549 (100%)
R 161 of 549 ~ 29.33%
G 236 of 549 ~ 42.99%
B 152 of 549 ~ 27.69%

%29.33
%42.99
%27.69

CMYK color model

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

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

CMYK percentages

%31.78
%0
%35.59
%7.45

Codes

Color #A1EC98 in popluar color models

A1EC98
RGB161236152
HSL114°68.85%76.08%
HSB/HSV114°35.59%92.55%
CMYK31.78%0.00%35.59%
7.45%

Color #A1EC98 in popluar number systems.

HEXA1EC98
Decimal161236152
Binary101000011110110010011000
Octal241354230

Shades and tints

Shades of #A1EC98

#A1EC98
(161,236,152)
#93D78B
(147,215,139)
#85C27E
(133,194,126)
#77AD71
(119,173,113)
#699864
(105,152,100)
#5B8357
(91,131,87)
#4D6E4A
(77,110,74)
#3F593D
(63,89,61)
#314430
(49,68,48)
#232F23
(35,47,35)
#151A16
(21,26,22)
#000000
(0,0,0)

Tints of #A1EC98

#A1EC98
(161,236,152)
#A9EDA1
(169,237,161)
#B1EEAA
(177,238,170)
#B9EFB3
(185,239,179)
#C1F0BC
(193,240,188)
#C9F1C5
(201,241,197)
#D1F2CE
(209,242,206)
#D9F3D7
(217,243,215)
#E1F4E0
(225,244,224)
#E9F5E9
(233,245,233)
#F1F6F2
(241,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1EC98; }

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

This text font color is #A1EC98.


Background Color

.myBgColor { background-color: #A1EC98; }

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

This div background color is #A1EC98.


Border color

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

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

This div border color is #A1EC98.


Opacity

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

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

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

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

This text has shadow with #A1EC98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1EC98 on black background.


Color preview on white background

This text has color #A1EC98 on white background.



Black color preview on #A1EC98 background

This text has black color on #A1EC98 background.


White color preview on #A1EC98 background

This text has white color on #A1EC98 background.