COLOR #A1E79D

HEX: #A1E79D
RGB: (161,231,157)

Color info

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

RGB color model

#A1E79D color RGB value is (161,231,157).

  • red value is 161;
  • green value is 231;
  • blue value is 157.
RGB:
(161,231,157)
(63%,91%,62%)

RGB channels and saturation

R 161 of 255 = 63%
G 231 of 255 = 91%
B 157 of 255 = 62%

161
231
157

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

Portions of RGB colors in percentages

R + G + B =
161 + 231 + 157 = 549 (100%)
R 161 of 549 ~ 29.33%
G 231 of 549 ~ 42.08%
B 157 of 549 ~ 28.6%

%29.33
%42.08
%28.6

CMYK color model

#A1E79D color CMYK value is (30,0,32,9).

  • cyan value is 30.30%
  • magenta value is 0.00%
  • yellow value is 32.03%
  • key color value is 9.41%
CMYK:
(30,0,32,9)
C30M0Y32K9 
(30%,0%,32%,9%)
(0.30/0.00/0.32/0.09)	

CMYK percentages

%30.3
%0
%32.03
%9.41

Codes

Color #A1E79D in popluar color models

A1E79D
RGB161231157
HSL117°60.66%76.08%
HSB/HSV117°32.03%90.59%
CMYK30.30%0.00%32.03%
9.41%

Color #A1E79D in popluar number systems.

HEXA1E79D
Decimal161231157
Binary101000011110011110011101
Octal241347235

Shades and tints

Shades of #A1E79D

#A1E79D
(161,231,157)
#93D28F
(147,210,143)
#85BD81
(133,189,129)
#77A873
(119,168,115)
#699365
(105,147,101)
#5B7E57
(91,126,87)
#4D6949
(77,105,73)
#3F543B
(63,84,59)
#313F2D
(49,63,45)
#232A1F
(35,42,31)
#151511
(21,21,17)
#000000
(0,0,0)

Tints of #A1E79D

#A1E79D
(161,231,157)
#A9E9A5
(169,233,165)
#B1EBAD
(177,235,173)
#B9EDB5
(185,237,181)
#C1EFBD
(193,239,189)
#C9F1C5
(201,241,197)
#D1F3CD
(209,243,205)
#D9F5D5
(217,245,213)
#E1F7DD
(225,247,221)
#E9F9E5
(233,249,229)
#F1FBED
(241,251,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1E79D color. Also use rgb(161,231,157) instead hex code.

Text Font Color

.myTextColor { color: #A1E79D; }

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

This text font color is #A1E79D.


Background Color

.myBgColor { background-color: #A1E79D; }

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

This div background color is #A1E79D.


Border color

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

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

This div border color is #A1E79D.


Opacity

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

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

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

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

This text has shadow with #A1E79D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1E79D on black background.


Color preview on white background

This text has color #A1E79D on white background.



Black color preview on #A1E79D background

This text has black color on #A1E79D background.


White color preview on #A1E79D background

This text has white color on #A1E79D background.