COLOR #A1E17D

HEX: #A1E17D
RGB: (161,225,125)

Color info

#A1E17D contains mainly green color. Web safe color of #A1E17D is #99CC66 (or #9C6).

RGB color model

#A1E17D color RGB value is (161,225,125).

  • red value is 161;
  • green value is 225;
  • blue value is 125.
RGB:
(161,225,125)
(63%,88%,49%)

RGB channels and saturation

R 161 of 255 = 63%
G 225 of 255 = 88%
B 125 of 255 = 49%

161
225
125

R + G + B ~ 67%. #A1E17D is quite light color.

Portions of RGB colors in percentages

R + G + B =
161 + 225 + 125 = 511 (100%)
R 161 of 511 ~ 31.51%
G 225 of 511 ~ 44.03%
B 125 of 511 ~ 24.46%

%31.51
%44.03
%24.46

CMYK color model

#A1E17D color CMYK value is (28,0,44,12).

  • cyan value is 28.44%
  • magenta value is 0.00%
  • yellow value is 44.44%
  • key color value is 11.76%
CMYK:
(28,0,44,12)
C28M0Y44K12 
(28%,0%,44%,12%)
(0.28/0.00/0.44/0.12)	

CMYK percentages

%28.44
%0
%44.44
%11.76

Codes

Color #A1E17D in popluar color models

A1E17D
RGB161225125
HSL98°62.50%68.63%
HSB/HSV98°44.44%88.24%
CMYK28.44%0.00%44.44%
11.76%

Color #A1E17D in popluar number systems.

HEXA1E17D
Decimal161225125
Binary10100001111000011111101
Octal241341175

Shades and tints

Shades of #A1E17D

#A1E17D
(161,225,125)
#93CD72
(147,205,114)
#85B967
(133,185,103)
#77A55C
(119,165,92)
#699151
(105,145,81)
#5B7D46
(91,125,70)
#4D693B
(77,105,59)
#3F5530
(63,85,48)
#314125
(49,65,37)
#232D1A
(35,45,26)
#15190F
(21,25,15)
#000000
(0,0,0)

Tints of #A1E17D

#A1E17D
(161,225,125)
#A9E388
(169,227,136)
#B1E593
(177,229,147)
#B9E79E
(185,231,158)
#C1E9A9
(193,233,169)
#C9EBB4
(201,235,180)
#D1EDBF
(209,237,191)
#D9EFCA
(217,239,202)
#E1F1D5
(225,241,213)
#E9F3E0
(233,243,224)
#F1F5EB
(241,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1E17D color. Also use rgb(161,225,125) instead hex code.

Text Font Color

.myTextColor { color: #A1E17D; }

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

This text font color is #A1E17D.


Background Color

.myBgColor { background-color: #A1E17D; }

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

This div background color is #A1E17D.


Border color

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

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

This div border color is #A1E17D.


Opacity

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

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

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

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

This text has shadow with #A1E17D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1E17D on black background.


Color preview on white background

This text has color #A1E17D on white background.



Black color preview on #A1E17D background

This text has black color on #A1E17D background.


White color preview on #A1E17D background

This text has white color on #A1E17D background.