COLOR #A5E4B2

HEX: #A5E4B2
RGB: (165,228,178)

Color info

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

RGB color model

#A5E4B2 color RGB value is (165,228,178).

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

RGB channels and saturation

R 165 of 255 = 65%
G 228 of 255 = 89%
B 178 of 255 = 70%

165
228
178

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

Portions of RGB colors in percentages

R + G + B =
165 + 228 + 178 = 571 (100%)
R 165 of 571 ~ 28.9%
G 228 of 571 ~ 39.93%
B 178 of 571 ~ 31.17%

%28.9
%39.93
%31.17

CMYK color model

#A5E4B2 color CMYK value is (28,0,22,11).

  • cyan value is 27.63%
  • magenta value is 0.00%
  • yellow value is 21.93%
  • key color value is 10.59%
CMYK:
(28,0,22,11)
C28M0Y22K11 
(28%,0%,22%,11%)
(0.28/0.00/0.22/0.11)	

CMYK percentages

%27.63
%0
%21.93
%10.59

Codes

Color #A5E4B2 in popluar color models

A5E4B2
RGB165228178
HSL132°53.85%77.06%
HSB/HSV132°27.63%89.41%
CMYK27.63%0.00%21.93%
10.59%

Color #A5E4B2 in popluar number systems.

HEXA5E4B2
Decimal165228178
Binary101001011110010010110010
Octal245344262

Shades and tints

Shades of #A5E4B2

#A5E4B2
(165,228,178)
#96D0A2
(150,208,162)
#87BC92
(135,188,146)
#78A882
(120,168,130)
#699472
(105,148,114)
#5A8062
(90,128,98)
#4B6C52
(75,108,82)
#3C5842
(60,88,66)
#2D4432
(45,68,50)
#1E3022
(30,48,34)
#0F1C12
(15,28,18)
#000000
(0,0,0)

Tints of #A5E4B2

#A5E4B2
(165,228,178)
#ADE6B9
(173,230,185)
#B5E8C0
(181,232,192)
#BDEAC7
(189,234,199)
#C5ECCE
(197,236,206)
#CDEED5
(205,238,213)
#D5F0DC
(213,240,220)
#DDF2E3
(221,242,227)
#E5F4EA
(229,244,234)
#EDF6F1
(237,246,241)
#F5F8F8
(245,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5E4B2; }

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

This text font color is #A5E4B2.


Background Color

.myBgColor { background-color: #A5E4B2; }

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

This div background color is #A5E4B2.


Border color

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

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

This div border color is #A5E4B2.


Opacity

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

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

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

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

This text has shadow with #A5E4B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5E4B2 on black background.


Color preview on white background

This text has color #A5E4B2 on white background.



Black color preview on #A5E4B2 background

This text has black color on #A5E4B2 background.


White color preview on #A5E4B2 background

This text has white color on #A5E4B2 background.