COLOR #A5DA9E

HEX: #A5DA9E
RGB: (165,218,158)

Color info

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

RGB color model

#A5DA9E color RGB value is (165,218,158).

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

RGB channels and saturation

R 165 of 255 = 65%
G 218 of 255 = 85%
B 158 of 255 = 62%

165
218
158

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

Portions of RGB colors in percentages

R + G + B =
165 + 218 + 158 = 541 (100%)
R 165 of 541 ~ 30.5%
G 218 of 541 ~ 40.3%
B 158 of 541 ~ 29.21%

%30.5
%40.3
%29.21

CMYK color model

#A5DA9E color CMYK value is (24,0,28,15).

  • cyan value is 24.31%
  • magenta value is 0.00%
  • yellow value is 27.52%
  • key color value is 14.51%
CMYK:
(24,0,28,15)
C24M0Y28K15 
(24%,0%,28%,15%)
(0.24/0.00/0.28/0.15)	

CMYK percentages

%24.31
%0
%27.52
%14.51

Codes

Color #A5DA9E in popluar color models

A5DA9E
RGB165218158
HSL113°44.78%73.73%
HSB/HSV113°27.52%85.49%
CMYK24.31%0.00%27.52%
14.51%

Color #A5DA9E in popluar number systems.

HEXA5DA9E
Decimal165218158
Binary101001011101101010011110
Octal245332236

Shades and tints

Shades of #A5DA9E

#A5DA9E
(165,218,158)
#96C790
(150,199,144)
#87B482
(135,180,130)
#78A174
(120,161,116)
#698E66
(105,142,102)
#5A7B58
(90,123,88)
#4B684A
(75,104,74)
#3C553C
(60,85,60)
#2D422E
(45,66,46)
#1E2F20
(30,47,32)
#0F1C12
(15,28,18)
#000000
(0,0,0)

Tints of #A5DA9E

#A5DA9E
(165,218,158)
#ADDDA6
(173,221,166)
#B5E0AE
(181,224,174)
#BDE3B6
(189,227,182)
#C5E6BE
(197,230,190)
#CDE9C6
(205,233,198)
#D5ECCE
(213,236,206)
#DDEFD6
(221,239,214)
#E5F2DE
(229,242,222)
#EDF5E6
(237,245,230)
#F5F8EE
(245,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5DA9E; }

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

This text font color is #A5DA9E.


Background Color

.myBgColor { background-color: #A5DA9E; }

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

This div background color is #A5DA9E.


Border color

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

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

This div border color is #A5DA9E.


Opacity

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

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

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

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

This text has shadow with #A5DA9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5DA9E on black background.


Color preview on white background

This text has color #A5DA9E on white background.



Black color preview on #A5DA9E background

This text has black color on #A5DA9E background.


White color preview on #A5DA9E background

This text has white color on #A5DA9E background.