COLOR #A5E5B3

HEX: #A5E5B3
RGB: (165,229,179)

Color info

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

RGB color model

#A5E5B3 color RGB value is (165,229,179).

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

RGB channels and saturation

R 165 of 255 = 65%
G 229 of 255 = 90%
B 179 of 255 = 70%

165
229
179

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

Portions of RGB colors in percentages

R + G + B =
165 + 229 + 179 = 573 (100%)
R 165 of 573 ~ 28.8%
G 229 of 573 ~ 39.97%
B 179 of 573 ~ 31.24%

%28.8
%39.97
%31.24

CMYK color model

#A5E5B3 color CMYK value is (28,0,22,10).

  • cyan value is 27.95%
  • magenta value is 0.00%
  • yellow value is 21.83%
  • key color value is 10.20%
CMYK:
(28,0,22,10)
C28M0Y22K10 
(28%,0%,22%,10%)
(0.28/0.00/0.22/0.10)	

CMYK percentages

%27.95
%0
%21.83
%10.2

Codes

Color #A5E5B3 in popluar color models

A5E5B3
RGB165229179
HSL133°55.17%77.25%
HSB/HSV133°27.95%89.80%
CMYK27.95%0.00%21.83%
10.20%

Color #A5E5B3 in popluar number systems.

HEXA5E5B3
Decimal165229179
Binary101001011110010110110011
Octal245345263

Shades and tints

Shades of #A5E5B3

#A5E5B3
(165,229,179)
#96D1A3
(150,209,163)
#87BD93
(135,189,147)
#78A983
(120,169,131)
#699573
(105,149,115)
#5A8163
(90,129,99)
#4B6D53
(75,109,83)
#3C5943
(60,89,67)
#2D4533
(45,69,51)
#1E3123
(30,49,35)
#0F1D13
(15,29,19)
#000000
(0,0,0)

Tints of #A5E5B3

#A5E5B3
(165,229,179)
#ADE7B9
(173,231,185)
#B5E9BF
(181,233,191)
#BDEBC5
(189,235,197)
#C5EDCB
(197,237,203)
#CDEFD1
(205,239,209)
#D5F1D7
(213,241,215)
#DDF3DD
(221,243,221)
#E5F5E3
(229,245,227)
#EDF7E9
(237,247,233)
#F5F9EF
(245,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5E5B3; }

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

This text font color is #A5E5B3.


Background Color

.myBgColor { background-color: #A5E5B3; }

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

This div background color is #A5E5B3.


Border color

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

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

This div border color is #A5E5B3.


Opacity

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

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

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

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

This text has shadow with #A5E5B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5E5B3 on black background.


Color preview on white background

This text has color #A5E5B3 on white background.



Black color preview on #A5E5B3 background

This text has black color on #A5E5B3 background.


White color preview on #A5E5B3 background

This text has white color on #A5E5B3 background.