COLOR #A1E694

HEX: #A1E694
RGB: (161,230,148)

Color info

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

RGB color model

#A1E694 color RGB value is (161,230,148).

  • red value is 161;
  • green value is 230;
  • blue value is 148.
RGB:
(161,230,148)
(63%,90%,58%)

RGB channels and saturation

R 161 of 255 = 63%
G 230 of 255 = 90%
B 148 of 255 = 58%

161
230
148

R + G + B ~ 70%. #A1E694 is quite light color.

Portions of RGB colors in percentages

R + G + B =
161 + 230 + 148 = 539 (100%)
R 161 of 539 ~ 29.87%
G 230 of 539 ~ 42.67%
B 148 of 539 ~ 27.46%

%29.87
%42.67
%27.46

CMYK color model

#A1E694 color CMYK value is (30,0,36,10).

  • cyan value is 30.00%
  • magenta value is 0.00%
  • yellow value is 35.65%
  • key color value is 9.80%
CMYK:
(30,0,36,10)
C30M0Y36K10 
(30%,0%,36%,10%)
(0.30/0.00/0.36/0.10)	

CMYK percentages

%30
%0
%35.65
%9.8

Codes

Color #A1E694 in popluar color models

A1E694
RGB161230148
HSL110°62.12%74.12%
HSB/HSV110°35.65%90.20%
CMYK30.00%0.00%35.65%
9.80%

Color #A1E694 in popluar number systems.

HEXA1E694
Decimal161230148
Binary101000011110011010010100
Octal241346224

Shades and tints

Shades of #A1E694

#A1E694
(161,230,148)
#93D287
(147,210,135)
#85BE7A
(133,190,122)
#77AA6D
(119,170,109)
#699660
(105,150,96)
#5B8253
(91,130,83)
#4D6E46
(77,110,70)
#3F5A39
(63,90,57)
#31462C
(49,70,44)
#23321F
(35,50,31)
#151E12
(21,30,18)
#000000
(0,0,0)

Tints of #A1E694

#A1E694
(161,230,148)
#A9E89D
(169,232,157)
#B1EAA6
(177,234,166)
#B9ECAF
(185,236,175)
#C1EEB8
(193,238,184)
#C9F0C1
(201,240,193)
#D1F2CA
(209,242,202)
#D9F4D3
(217,244,211)
#E1F6DC
(225,246,220)
#E9F8E5
(233,248,229)
#F1FAEE
(241,250,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1E694 color. Also use rgb(161,230,148) instead hex code.

Text Font Color

.myTextColor { color: #A1E694; }

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

This text font color is #A1E694.


Background Color

.myBgColor { background-color: #A1E694; }

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

This div background color is #A1E694.


Border color

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

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

This div border color is #A1E694.


Opacity

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

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

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

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

This text has shadow with #A1E694 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1E694 on black background.


Color preview on white background

This text has color #A1E694 on white background.



Black color preview on #A1E694 background

This text has black color on #A1E694 background.


White color preview on #A1E694 background

This text has white color on #A1E694 background.