COLOR #A5D39F

HEX: #A5D39F
RGB: (165,211,159)

Color info

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

RGB color model

#A5D39F color RGB value is (165,211,159).

  • red value is 165;
  • green value is 211;
  • blue value is 159.
RGB:
(165,211,159)
(65%,83%,62%)

RGB channels and saturation

R 165 of 255 = 65%
G 211 of 255 = 83%
B 159 of 255 = 62%

165
211
159

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

Portions of RGB colors in percentages

R + G + B =
165 + 211 + 159 = 535 (100%)
R 165 of 535 ~ 30.84%
G 211 of 535 ~ 39.44%
B 159 of 535 ~ 29.72%

%30.84
%39.44
%29.72

CMYK color model

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

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

CMYK percentages

%21.8
%0
%24.64
%17.25

Codes

Color #A5D39F in popluar color models

A5D39F
RGB165211159
HSL113°37.14%72.55%
HSB/HSV113°24.64%82.75%
CMYK21.80%0.00%24.64%
17.25%

Color #A5D39F in popluar number systems.

HEXA5D39F
Decimal165211159
Binary101001011101001110011111
Octal245323237

Shades and tints

Shades of #A5D39F

#A5D39F
(165,211,159)
#96C091
(150,192,145)
#87AD83
(135,173,131)
#789A75
(120,154,117)
#698767
(105,135,103)
#5A7459
(90,116,89)
#4B614B
(75,97,75)
#3C4E3D
(60,78,61)
#2D3B2F
(45,59,47)
#1E2821
(30,40,33)
#0F1513
(15,21,19)
#000000
(0,0,0)

Tints of #A5D39F

#A5D39F
(165,211,159)
#ADD7A7
(173,215,167)
#B5DBAF
(181,219,175)
#BDDFB7
(189,223,183)
#C5E3BF
(197,227,191)
#CDE7C7
(205,231,199)
#D5EBCF
(213,235,207)
#DDEFD7
(221,239,215)
#E5F3DF
(229,243,223)
#EDF7E7
(237,247,231)
#F5FBEF
(245,251,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5D39F color. Also use rgb(165,211,159) instead hex code.

Text Font Color

.myTextColor { color: #A5D39F; }

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

This text font color is #A5D39F.


Background Color

.myBgColor { background-color: #A5D39F; }

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

This div background color is #A5D39F.


Border color

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

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

This div border color is #A5D39F.


Opacity

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

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

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

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

This text has shadow with #A5D39F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5D39F on black background.


Color preview on white background

This text has color #A5D39F on white background.



Black color preview on #A5D39F background

This text has black color on #A5D39F background.


White color preview on #A5D39F background

This text has white color on #A5D39F background.