COLOR #A5E5B6

HEX: #A5E5B6
RGB: (165,229,182)

Color info

#A5E5B6 contains mainly green and blue colors. Web safe color of #A5E5B6 is #99CCCC (or #9CC).

RGB color model

#A5E5B6 color RGB value is (165,229,182).

  • red value is 165;
  • green value is 229;
  • blue value is 182.
RGB:
(165,229,182)
(65%,90%,71%)

RGB channels and saturation

R 165 of 255 = 65%
G 229 of 255 = 90%
B 182 of 255 = 71%

165
229
182

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

Portions of RGB colors in percentages

R + G + B =
165 + 229 + 182 = 576 (100%)
R 165 of 576 ~ 28.65%
G 229 of 576 ~ 39.76%
B 182 of 576 ~ 31.6%

%28.65
%39.76
%31.6

CMYK color model

#A5E5B6 color CMYK value is (28,0,21,10).

  • cyan value is 27.95%
  • magenta value is 0.00%
  • yellow value is 20.52%
  • key color value is 10.20%
CMYK:
(28,0,21,10)
C28M0Y21K10 
(28%,0%,21%,10%)
(0.28/0.00/0.21/0.10)	

CMYK percentages

%27.95
%0
%20.52
%10.2

Codes

Color #A5E5B6 in popluar color models

A5E5B6
RGB165229182
HSL136°55.17%77.25%
HSB/HSV136°27.95%89.80%
CMYK27.95%0.00%20.52%
10.20%

Color #A5E5B6 in popluar number systems.

HEXA5E5B6
Decimal165229182
Binary101001011110010110110110
Octal245345266

Shades and tints

Shades of #A5E5B6

#A5E5B6
(165,229,182)
#96D1A6
(150,209,166)
#87BD96
(135,189,150)
#78A986
(120,169,134)
#699576
(105,149,118)
#5A8166
(90,129,102)
#4B6D56
(75,109,86)
#3C5946
(60,89,70)
#2D4536
(45,69,54)
#1E3126
(30,49,38)
#0F1D16
(15,29,22)
#000000
(0,0,0)

Tints of #A5E5B6

#A5E5B6
(165,229,182)
#ADE7BC
(173,231,188)
#B5E9C2
(181,233,194)
#BDEBC8
(189,235,200)
#C5EDCE
(197,237,206)
#CDEFD4
(205,239,212)
#D5F1DA
(213,241,218)
#DDF3E0
(221,243,224)
#E5F5E6
(229,245,230)
#EDF7EC
(237,247,236)
#F5F9F2
(245,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5E5B6 color. Also use rgb(165,229,182) instead hex code.

Text Font Color

.myTextColor { color: #A5E5B6; }

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

This text font color is #A5E5B6.


Background Color

.myBgColor { background-color: #A5E5B6; }

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

This div background color is #A5E5B6.


Border color

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

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

This div border color is #A5E5B6.


Opacity

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

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

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

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

This text has shadow with #A5E5B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5E5B6 on black background.


Color preview on white background

This text has color #A5E5B6 on white background.



Black color preview on #A5E5B6 background

This text has black color on #A5E5B6 background.


White color preview on #A5E5B6 background

This text has white color on #A5E5B6 background.