COLOR #A5D4A0

HEX: #A5D4A0
RGB: (165,212,160)

Color info

#A5D4A0 contains red, green and blue colors in about the same proportion. Web safe color of #A5D4A0 is #99CC99 (or #9C9).

RGB color model

#A5D4A0 color RGB value is (165,212,160).

  • red value is 165;
  • green value is 212;
  • blue value is 160.
RGB:
(165,212,160)
(65%,83%,63%)

RGB channels and saturation

R 165 of 255 = 65%
G 212 of 255 = 83%
B 160 of 255 = 63%

165
212
160

R + G + B ~ 70%. #A5D4A0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 212 + 160 = 537 (100%)
R 165 of 537 ~ 30.73%
G 212 of 537 ~ 39.48%
B 160 of 537 ~ 29.8%

%30.73
%39.48
%29.8

CMYK color model

#A5D4A0 color CMYK value is (22,0,25,17).

  • cyan value is 22.17%
  • magenta value is 0.00%
  • yellow value is 24.53%
  • key color value is 16.86%
CMYK:
(22,0,25,17)
C22M0Y25K17 
(22%,0%,25%,17%)
(0.22/0.00/0.25/0.17)	

CMYK percentages

%22.17
%0
%24.53
%16.86

Codes

Color #A5D4A0 in popluar color models

A5D4A0
RGB165212160
HSL114°37.68%72.94%
HSB/HSV114°24.53%83.14%
CMYK22.17%0.00%24.53%
16.86%

Color #A5D4A0 in popluar number systems.

HEXA5D4A0
Decimal165212160
Binary101001011101010010100000
Octal245324240

Shades and tints

Shades of #A5D4A0

#A5D4A0
(165,212,160)
#96C192
(150,193,146)
#87AE84
(135,174,132)
#789B76
(120,155,118)
#698868
(105,136,104)
#5A755A
(90,117,90)
#4B624C
(75,98,76)
#3C4F3E
(60,79,62)
#2D3C30
(45,60,48)
#1E2922
(30,41,34)
#0F1614
(15,22,20)
#000000
(0,0,0)

Tints of #A5D4A0

#A5D4A0
(165,212,160)
#ADD7A8
(173,215,168)
#B5DAB0
(181,218,176)
#BDDDB8
(189,221,184)
#C5E0C0
(197,224,192)
#CDE3C8
(205,227,200)
#D5E6D0
(213,230,208)
#DDE9D8
(221,233,216)
#E5ECE0
(229,236,224)
#EDEFE8
(237,239,232)
#F5F2F0
(245,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5D4A0 color. Also use rgb(165,212,160) instead hex code.

Text Font Color

.myTextColor { color: #A5D4A0; }

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

This text font color is #A5D4A0.


Background Color

.myBgColor { background-color: #A5D4A0; }

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

This div background color is #A5D4A0.


Border color

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

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

This div border color is #A5D4A0.


Opacity

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

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

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

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

This text has shadow with #A5D4A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5D4A0 on black background.


Color preview on white background

This text has color #A5D4A0 on white background.



Black color preview on #A5D4A0 background

This text has black color on #A5D4A0 background.


White color preview on #A5D4A0 background

This text has white color on #A5D4A0 background.