COLOR #A5EAB1

HEX: #A5EAB1
RGB: (165,234,177)

Color info

#A5EAB1 contains mainly green and blue colors. Web safe color of #A5EAB1 is #99FF99 (or #9F9).

RGB color model

#A5EAB1 color RGB value is (165,234,177).

  • red value is 165;
  • green value is 234;
  • blue value is 177.
RGB:
(165,234,177)
(65%,92%,69%)

RGB channels and saturation

R 165 of 255 = 65%
G 234 of 255 = 92%
B 177 of 255 = 69%

165
234
177

R + G + B ~ 75%. #A5EAB1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 234 + 177 = 576 (100%)
R 165 of 576 ~ 28.65%
G 234 of 576 ~ 40.63%
B 177 of 576 ~ 30.73%

%28.65
%40.63
%30.73

CMYK color model

#A5EAB1 color CMYK value is (29,0,24,8).

  • cyan value is 29.49%
  • magenta value is 0.00%
  • yellow value is 24.36%
  • key color value is 8.24%
CMYK:
(29,0,24,8)
C29M0Y24K8 
(29%,0%,24%,8%)
(0.29/0.00/0.24/0.08)	

CMYK percentages

%29.49
%0
%24.36
%8.24

Codes

Color #A5EAB1 in popluar color models

A5EAB1
RGB165234177
HSL130°62.16%78.24%
HSB/HSV130°29.49%91.76%
CMYK29.49%0.00%24.36%
8.24%

Color #A5EAB1 in popluar number systems.

HEXA5EAB1
Decimal165234177
Binary101001011110101010110001
Octal245352261

Shades and tints

Shades of #A5EAB1

#A5EAB1
(165,234,177)
#96D5A1
(150,213,161)
#87C091
(135,192,145)
#78AB81
(120,171,129)
#699671
(105,150,113)
#5A8161
(90,129,97)
#4B6C51
(75,108,81)
#3C5741
(60,87,65)
#2D4231
(45,66,49)
#1E2D21
(30,45,33)
#0F1811
(15,24,17)
#000000
(0,0,0)

Tints of #A5EAB1

#A5EAB1
(165,234,177)
#ADEBB8
(173,235,184)
#B5ECBF
(181,236,191)
#BDEDC6
(189,237,198)
#C5EECD
(197,238,205)
#CDEFD4
(205,239,212)
#D5F0DB
(213,240,219)
#DDF1E2
(221,241,226)
#E5F2E9
(229,242,233)
#EDF3F0
(237,243,240)
#F5F4F7
(245,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5EAB1 color. Also use rgb(165,234,177) instead hex code.

Text Font Color

.myTextColor { color: #A5EAB1; }

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

This text font color is #A5EAB1.


Background Color

.myBgColor { background-color: #A5EAB1; }

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

This div background color is #A5EAB1.


Border color

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

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

This div border color is #A5EAB1.


Opacity

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

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

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

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

This text has shadow with #A5EAB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5EAB1 on black background.


Color preview on white background

This text has color #A5EAB1 on white background.



Black color preview on #A5EAB1 background

This text has black color on #A5EAB1 background.


White color preview on #A5EAB1 background

This text has white color on #A5EAB1 background.