COLOR #A5EAB2

HEX: #A5EAB2
RGB: (165,234,178)

Color info

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

RGB color model

#A5EAB2 color RGB value is (165,234,178).

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

RGB channels and saturation

R 165 of 255 = 65%
G 234 of 255 = 92%
B 178 of 255 = 70%

165
234
178

R + G + B ~ 76%. #A5EAB2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 234 + 178 = 577 (100%)
R 165 of 577 ~ 28.6%
G 234 of 577 ~ 40.55%
B 178 of 577 ~ 30.85%

%28.6
%40.55
%30.85

CMYK color model

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

  • cyan value is 29.49%
  • magenta value is 0.00%
  • yellow value is 23.93%
  • 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
%23.93
%8.24

Codes

Color #A5EAB2 in popluar color models

A5EAB2
RGB165234178
HSL131°62.16%78.24%
HSB/HSV131°29.49%91.76%
CMYK29.49%0.00%23.93%
8.24%

Color #A5EAB2 in popluar number systems.

HEXA5EAB2
Decimal165234178
Binary101001011110101010110010
Octal245352262

Shades and tints

Shades of #A5EAB2

#A5EAB2
(165,234,178)
#96D5A2
(150,213,162)
#87C092
(135,192,146)
#78AB82
(120,171,130)
#699672
(105,150,114)
#5A8162
(90,129,98)
#4B6C52
(75,108,82)
#3C5742
(60,87,66)
#2D4232
(45,66,50)
#1E2D22
(30,45,34)
#0F1812
(15,24,18)
#000000
(0,0,0)

Tints of #A5EAB2

#A5EAB2
(165,234,178)
#ADEBB9
(173,235,185)
#B5ECC0
(181,236,192)
#BDEDC7
(189,237,199)
#C5EECE
(197,238,206)
#CDEFD5
(205,239,213)
#D5F0DC
(213,240,220)
#DDF1E3
(221,241,227)
#E5F2EA
(229,242,234)
#EDF3F1
(237,243,241)
#F5F4F8
(245,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5EAB2; }

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

This text font color is #A5EAB2.


Background Color

.myBgColor { background-color: #A5EAB2; }

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

This div background color is #A5EAB2.


Border color

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

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

This div border color is #A5EAB2.


Opacity

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

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

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

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

This text has shadow with #A5EAB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5EAB2 on black background.


Color preview on white background

This text has color #A5EAB2 on white background.



Black color preview on #A5EAB2 background

This text has black color on #A5EAB2 background.


White color preview on #A5EAB2 background

This text has white color on #A5EAB2 background.