COLOR #A5E9B0

HEX: #A5E9B0
RGB: (165,233,176)

Color info

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

RGB color model

#A5E9B0 color RGB value is (165,233,176).

  • red value is 165;
  • green value is 233;
  • blue value is 176.
RGB:
(165,233,176)
(65%,91%,69%)

RGB channels and saturation

R 165 of 255 = 65%
G 233 of 255 = 91%
B 176 of 255 = 69%

165
233
176

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

Portions of RGB colors in percentages

R + G + B =
165 + 233 + 176 = 574 (100%)
R 165 of 574 ~ 28.75%
G 233 of 574 ~ 40.59%
B 176 of 574 ~ 30.66%

%28.75
%40.59
%30.66

CMYK color model

#A5E9B0 color CMYK value is (29,0,24,9).

  • cyan value is 29.18%
  • magenta value is 0.00%
  • yellow value is 24.46%
  • key color value is 8.63%
CMYK:
(29,0,24,9)
C29M0Y24K9 
(29%,0%,24%,9%)
(0.29/0.00/0.24/0.09)	

CMYK percentages

%29.18
%0
%24.46
%8.63

Codes

Color #A5E9B0 in popluar color models

A5E9B0
RGB165233176
HSL130°60.71%78.04%
HSB/HSV130°29.18%91.37%
CMYK29.18%0.00%24.46%
8.63%

Color #A5E9B0 in popluar number systems.

HEXA5E9B0
Decimal165233176
Binary101001011110100110110000
Octal245351260

Shades and tints

Shades of #A5E9B0

#A5E9B0
(165,233,176)
#96D4A0
(150,212,160)
#87BF90
(135,191,144)
#78AA80
(120,170,128)
#699570
(105,149,112)
#5A8060
(90,128,96)
#4B6B50
(75,107,80)
#3C5640
(60,86,64)
#2D4130
(45,65,48)
#1E2C20
(30,44,32)
#0F1710
(15,23,16)
#000000
(0,0,0)

Tints of #A5E9B0

#A5E9B0
(165,233,176)
#ADEBB7
(173,235,183)
#B5EDBE
(181,237,190)
#BDEFC5
(189,239,197)
#C5F1CC
(197,241,204)
#CDF3D3
(205,243,211)
#D5F5DA
(213,245,218)
#DDF7E1
(221,247,225)
#E5F9E8
(229,249,232)
#EDFBEF
(237,251,239)
#F5FDF6
(245,253,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5E9B0 color. Also use rgb(165,233,176) instead hex code.

Text Font Color

.myTextColor { color: #A5E9B0; }

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

This text font color is #A5E9B0.


Background Color

.myBgColor { background-color: #A5E9B0; }

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

This div background color is #A5E9B0.


Border color

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

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

This div border color is #A5E9B0.


Opacity

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

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

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

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

This text has shadow with #A5E9B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5E9B0 on black background.


Color preview on white background

This text has color #A5E9B0 on white background.



Black color preview on #A5E9B0 background

This text has black color on #A5E9B0 background.


White color preview on #A5E9B0 background

This text has white color on #A5E9B0 background.