COLOR #A5E7AB

HEX: #A5E7AB
RGB: (165,231,171)

Color info

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

RGB color model

#A5E7AB color RGB value is (165,231,171).

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

RGB channels and saturation

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

165
231
171

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

Portions of RGB colors in percentages

R + G + B =
165 + 231 + 171 = 567 (100%)
R 165 of 567 ~ 29.1%
G 231 of 567 ~ 40.74%
B 171 of 567 ~ 30.16%

%29.1
%40.74
%30.16

CMYK color model

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

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

CMYK percentages

%28.57
%0
%25.97
%9.41

Codes

Color #A5E7AB in popluar color models

A5E7AB
RGB165231171
HSL125°57.89%77.65%
HSB/HSV125°28.57%90.59%
CMYK28.57%0.00%25.97%
9.41%

Color #A5E7AB in popluar number systems.

HEXA5E7AB
Decimal165231171
Binary101001011110011110101011
Octal245347253

Shades and tints

Shades of #A5E7AB

#A5E7AB
(165,231,171)
#96D29C
(150,210,156)
#87BD8D
(135,189,141)
#78A87E
(120,168,126)
#69936F
(105,147,111)
#5A7E60
(90,126,96)
#4B6951
(75,105,81)
#3C5442
(60,84,66)
#2D3F33
(45,63,51)
#1E2A24
(30,42,36)
#0F1515
(15,21,21)
#000000
(0,0,0)

Tints of #A5E7AB

#A5E7AB
(165,231,171)
#ADE9B2
(173,233,178)
#B5EBB9
(181,235,185)
#BDEDC0
(189,237,192)
#C5EFC7
(197,239,199)
#CDF1CE
(205,241,206)
#D5F3D5
(213,243,213)
#DDF5DC
(221,245,220)
#E5F7E3
(229,247,227)
#EDF9EA
(237,249,234)
#F5FBF1
(245,251,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5E7AB; }

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

This text font color is #A5E7AB.


Background Color

.myBgColor { background-color: #A5E7AB; }

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

This div background color is #A5E7AB.


Border color

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

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

This div border color is #A5E7AB.


Opacity

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

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

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

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

This text has shadow with #A5E7AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5E7AB on black background.


Color preview on white background

This text has color #A5E7AB on white background.



Black color preview on #A5E7AB background

This text has black color on #A5E7AB background.


White color preview on #A5E7AB background

This text has white color on #A5E7AB background.