COLOR #A5DAA1

HEX: #A5DAA1
RGB: (165,218,161)

Color info

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

RGB color model

#A5DAA1 color RGB value is (165,218,161).

  • red value is 165;
  • green value is 218;
  • blue value is 161.
RGB:
(165,218,161)
(65%,85%,63%)

RGB channels and saturation

R 165 of 255 = 65%
G 218 of 255 = 85%
B 161 of 255 = 63%

165
218
161

R + G + B ~ 71%. #A5DAA1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 218 + 161 = 544 (100%)
R 165 of 544 ~ 30.33%
G 218 of 544 ~ 40.07%
B 161 of 544 ~ 29.6%

%30.33
%40.07
%29.6

CMYK color model

#A5DAA1 color CMYK value is (24,0,26,15).

  • cyan value is 24.31%
  • magenta value is 0.00%
  • yellow value is 26.15%
  • key color value is 14.51%
CMYK:
(24,0,26,15)
C24M0Y26K15 
(24%,0%,26%,15%)
(0.24/0.00/0.26/0.15)	

CMYK percentages

%24.31
%0
%26.15
%14.51

Codes

Color #A5DAA1 in popluar color models

A5DAA1
RGB165218161
HSL116°43.51%74.31%
HSB/HSV116°26.15%85.49%
CMYK24.31%0.00%26.15%
14.51%

Color #A5DAA1 in popluar number systems.

HEXA5DAA1
Decimal165218161
Binary101001011101101010100001
Octal245332241

Shades and tints

Shades of #A5DAA1

#A5DAA1
(165,218,161)
#96C793
(150,199,147)
#87B485
(135,180,133)
#78A177
(120,161,119)
#698E69
(105,142,105)
#5A7B5B
(90,123,91)
#4B684D
(75,104,77)
#3C553F
(60,85,63)
#2D4231
(45,66,49)
#1E2F23
(30,47,35)
#0F1C15
(15,28,21)
#000000
(0,0,0)

Tints of #A5DAA1

#A5DAA1
(165,218,161)
#ADDDA9
(173,221,169)
#B5E0B1
(181,224,177)
#BDE3B9
(189,227,185)
#C5E6C1
(197,230,193)
#CDE9C9
(205,233,201)
#D5ECD1
(213,236,209)
#DDEFD9
(221,239,217)
#E5F2E1
(229,242,225)
#EDF5E9
(237,245,233)
#F5F8F1
(245,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5DAA1 color. Also use rgb(165,218,161) instead hex code.

Text Font Color

.myTextColor { color: #A5DAA1; }

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

This text font color is #A5DAA1.


Background Color

.myBgColor { background-color: #A5DAA1; }

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

This div background color is #A5DAA1.


Border color

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

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

This div border color is #A5DAA1.


Opacity

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

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

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

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

This text has shadow with #A5DAA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5DAA1 on black background.


Color preview on white background

This text has color #A5DAA1 on white background.



Black color preview on #A5DAA1 background

This text has black color on #A5DAA1 background.


White color preview on #A5DAA1 background

This text has white color on #A5DAA1 background.