COLOR #A5E1A9

HEX: #A5E1A9
RGB: (165,225,169)

Color info

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

RGB color model

#A5E1A9 color RGB value is (165,225,169).

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

RGB channels and saturation

R 165 of 255 = 65%
G 225 of 255 = 88%
B 169 of 255 = 66%

165
225
169

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

Portions of RGB colors in percentages

R + G + B =
165 + 225 + 169 = 559 (100%)
R 165 of 559 ~ 29.52%
G 225 of 559 ~ 40.25%
B 169 of 559 ~ 30.23%

%29.52
%40.25
%30.23

CMYK color model

#A5E1A9 color CMYK value is (27,0,25,12).

  • cyan value is 26.67%
  • magenta value is 0.00%
  • yellow value is 24.89%
  • key color value is 11.76%
CMYK:
(27,0,25,12)
C27M0Y25K12 
(27%,0%,25%,12%)
(0.27/0.00/0.25/0.12)	

CMYK percentages

%26.67
%0
%24.89
%11.76

Codes

Color #A5E1A9 in popluar color models

A5E1A9
RGB165225169
HSL124°50.00%76.47%
HSB/HSV124°26.67%88.24%
CMYK26.67%0.00%24.89%
11.76%

Color #A5E1A9 in popluar number systems.

HEXA5E1A9
Decimal165225169
Binary101001011110000110101001
Octal245341251

Shades and tints

Shades of #A5E1A9

#A5E1A9
(165,225,169)
#96CD9A
(150,205,154)
#87B98B
(135,185,139)
#78A57C
(120,165,124)
#69916D
(105,145,109)
#5A7D5E
(90,125,94)
#4B694F
(75,105,79)
#3C5540
(60,85,64)
#2D4131
(45,65,49)
#1E2D22
(30,45,34)
#0F1913
(15,25,19)
#000000
(0,0,0)

Tints of #A5E1A9

#A5E1A9
(165,225,169)
#ADE3B0
(173,227,176)
#B5E5B7
(181,229,183)
#BDE7BE
(189,231,190)
#C5E9C5
(197,233,197)
#CDEBCC
(205,235,204)
#D5EDD3
(213,237,211)
#DDEFDA
(221,239,218)
#E5F1E1
(229,241,225)
#EDF3E8
(237,243,232)
#F5F5EF
(245,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5E1A9; }

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

This text font color is #A5E1A9.


Background Color

.myBgColor { background-color: #A5E1A9; }

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

This div background color is #A5E1A9.


Border color

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

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

This div border color is #A5E1A9.


Opacity

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

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

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

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

This text has shadow with #A5E1A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5E1A9 on black background.


Color preview on white background

This text has color #A5E1A9 on white background.



Black color preview on #A5E1A9 background

This text has black color on #A5E1A9 background.


White color preview on #A5E1A9 background

This text has white color on #A5E1A9 background.