COLOR #A5DA89

HEX: #A5DA89
RGB: (165,218,137)

Color info

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

RGB color model

#A5DA89 color RGB value is (165,218,137).

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

RGB channels and saturation

R 165 of 255 = 65%
G 218 of 255 = 85%
B 137 of 255 = 54%

165
218
137

R + G + B ~ 68%. #A5DA89 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 218 + 137 = 520 (100%)
R 165 of 520 ~ 31.73%
G 218 of 520 ~ 41.92%
B 137 of 520 ~ 26.35%

%31.73
%41.92
%26.35

CMYK color model

#A5DA89 color CMYK value is (24,0,37,15).

  • cyan value is 24.31%
  • magenta value is 0.00%
  • yellow value is 37.16%
  • key color value is 14.51%
CMYK:
(24,0,37,15)
C24M0Y37K15 
(24%,0%,37%,15%)
(0.24/0.00/0.37/0.15)	

CMYK percentages

%24.31
%0
%37.16
%14.51

Codes

Color #A5DA89 in popluar color models

A5DA89
RGB165218137
HSL99°52.26%69.61%
HSB/HSV99°37.16%85.49%
CMYK24.31%0.00%37.16%
14.51%

Color #A5DA89 in popluar number systems.

HEXA5DA89
Decimal165218137
Binary101001011101101010001001
Octal245332211

Shades and tints

Shades of #A5DA89

#A5DA89
(165,218,137)
#96C77D
(150,199,125)
#87B471
(135,180,113)
#78A165
(120,161,101)
#698E59
(105,142,89)
#5A7B4D
(90,123,77)
#4B6841
(75,104,65)
#3C5535
(60,85,53)
#2D4229
(45,66,41)
#1E2F1D
(30,47,29)
#0F1C11
(15,28,17)
#000000
(0,0,0)

Tints of #A5DA89

#A5DA89
(165,218,137)
#ADDD93
(173,221,147)
#B5E09D
(181,224,157)
#BDE3A7
(189,227,167)
#C5E6B1
(197,230,177)
#CDE9BB
(205,233,187)
#D5ECC5
(213,236,197)
#DDEFCF
(221,239,207)
#E5F2D9
(229,242,217)
#EDF5E3
(237,245,227)
#F5F8ED
(245,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5DA89; }

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

This text font color is #A5DA89.


Background Color

.myBgColor { background-color: #A5DA89; }

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

This div background color is #A5DA89.


Border color

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

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

This div border color is #A5DA89.


Opacity

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

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

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

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

This text has shadow with #A5DA89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5DA89 on black background.


Color preview on white background

This text has color #A5DA89 on white background.



Black color preview on #A5DA89 background

This text has black color on #A5DA89 background.


White color preview on #A5DA89 background

This text has white color on #A5DA89 background.