COLOR #A5E1AB

HEX: #A5E1AB
RGB: (165,225,171)

Color info

#A5E1AB contains mainly green and blue colors. Web safe color of #A5E1AB is #99CC99 (or #9C9).

RGB color model

#A5E1AB color RGB value is (165,225,171).

  • red value is 165;
  • green value is 225;
  • blue value is 171.
RGB:
(165,225,171)
(65%,88%,67%)

RGB channels and saturation

R 165 of 255 = 65%
G 225 of 255 = 88%
B 171 of 255 = 67%

165
225
171

R + G + B ~ 73%. #A5E1AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 225 + 171 = 561 (100%)
R 165 of 561 ~ 29.41%
G 225 of 561 ~ 40.11%
B 171 of 561 ~ 30.48%

%29.41
%40.11
%30.48

CMYK color model

#A5E1AB color CMYK value is (27,0,24,12).

  • cyan value is 26.67%
  • magenta value is 0.00%
  • yellow value is 24.00%
  • key color value is 11.76%
CMYK:
(27,0,24,12)
C27M0Y24K12 
(27%,0%,24%,12%)
(0.27/0.00/0.24/0.12)	

CMYK percentages

%26.67
%0
%24
%11.76

Codes

Color #A5E1AB in popluar color models

A5E1AB
RGB165225171
HSL126°50.00%76.47%
HSB/HSV126°26.67%88.24%
CMYK26.67%0.00%24.00%
11.76%

Color #A5E1AB in popluar number systems.

HEXA5E1AB
Decimal165225171
Binary101001011110000110101011
Octal245341253

Shades and tints

Shades of #A5E1AB

#A5E1AB
(165,225,171)
#96CD9C
(150,205,156)
#87B98D
(135,185,141)
#78A57E
(120,165,126)
#69916F
(105,145,111)
#5A7D60
(90,125,96)
#4B6951
(75,105,81)
#3C5542
(60,85,66)
#2D4133
(45,65,51)
#1E2D24
(30,45,36)
#0F1915
(15,25,21)
#000000
(0,0,0)

Tints of #A5E1AB

#A5E1AB
(165,225,171)
#ADE3B2
(173,227,178)
#B5E5B9
(181,229,185)
#BDE7C0
(189,231,192)
#C5E9C7
(197,233,199)
#CDEBCE
(205,235,206)
#D5EDD5
(213,237,213)
#DDEFDC
(221,239,220)
#E5F1E3
(229,241,227)
#EDF3EA
(237,243,234)
#F5F5F1
(245,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5E1AB color. Also use rgb(165,225,171) instead hex code.

Text Font Color

.myTextColor { color: #A5E1AB; }

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

This text font color is #A5E1AB.


Background Color

.myBgColor { background-color: #A5E1AB; }

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

This div background color is #A5E1AB.


Border color

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

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

This div border color is #A5E1AB.


Opacity

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

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

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

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

This text has shadow with #A5E1AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5E1AB on black background.


Color preview on white background

This text has color #A5E1AB on white background.



Black color preview on #A5E1AB background

This text has black color on #A5E1AB background.


White color preview on #A5E1AB background

This text has white color on #A5E1AB background.