COLOR #A5E8AB

HEX: #A5E8AB
RGB: (165,232,171)

Color info

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

RGB color model

#A5E8AB color RGB value is (165,232,171).

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

RGB channels and saturation

R 165 of 255 = 65%
G 232 of 255 = 91%
B 171 of 255 = 67%

165
232
171

R + G + B ~ 74%. #A5E8AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 232 + 171 = 568 (100%)
R 165 of 568 ~ 29.05%
G 232 of 568 ~ 40.85%
B 171 of 568 ~ 30.11%

%29.05
%40.85
%30.11

CMYK color model

#A5E8AB color CMYK value is (29,0,26,9).

  • cyan value is 28.88%
  • magenta value is 0.00%
  • yellow value is 26.29%
  • key color value is 9.02%
CMYK:
(29,0,26,9)
C29M0Y26K9 
(29%,0%,26%,9%)
(0.29/0.00/0.26/0.09)	

CMYK percentages

%28.88
%0
%26.29
%9.02

Codes

Color #A5E8AB in popluar color models

A5E8AB
RGB165232171
HSL125°59.29%77.84%
HSB/HSV125°28.88%90.98%
CMYK28.88%0.00%26.29%
9.02%

Color #A5E8AB in popluar number systems.

HEXA5E8AB
Decimal165232171
Binary101001011110100010101011
Octal245350253

Shades and tints

Shades of #A5E8AB

#A5E8AB
(165,232,171)
#96D39C
(150,211,156)
#87BE8D
(135,190,141)
#78A97E
(120,169,126)
#69946F
(105,148,111)
#5A7F60
(90,127,96)
#4B6A51
(75,106,81)
#3C5542
(60,85,66)
#2D4033
(45,64,51)
#1E2B24
(30,43,36)
#0F1615
(15,22,21)
#000000
(0,0,0)

Tints of #A5E8AB

#A5E8AB
(165,232,171)
#ADEAB2
(173,234,178)
#B5ECB9
(181,236,185)
#BDEEC0
(189,238,192)
#C5F0C7
(197,240,199)
#CDF2CE
(205,242,206)
#D5F4D5
(213,244,213)
#DDF6DC
(221,246,220)
#E5F8E3
(229,248,227)
#EDFAEA
(237,250,234)
#F5FCF1
(245,252,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5E8AB; }

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

This text font color is #A5E8AB.


Background Color

.myBgColor { background-color: #A5E8AB; }

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

This div background color is #A5E8AB.


Border color

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

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

This div border color is #A5E8AB.


Opacity

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

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

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

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

This text has shadow with #A5E8AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5E8AB on black background.


Color preview on white background

This text has color #A5E8AB on white background.



Black color preview on #A5E8AB background

This text has black color on #A5E8AB background.


White color preview on #A5E8AB background

This text has white color on #A5E8AB background.