COLOR #A5D7AC

HEX: #A5D7AC RGB: (165,215,172)

Color info

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

RGB color model

#A5D7AC color RGB value is (165,215,172).

RGB: (165,215,172) (65%, 84%, 67%)

RGB channels and saturation

R 165 of 255 = 65%
G 215 of 255 = 84%
B 172 of 255 = 67%

165
215
172

R + G + B ~ 72%. #A5D7AC is quite light color.

Portions of RGB colors in percentages

R + G + B = 165 + 215 + 172 = 552 (100%)
R 165 of 552 ~ 29.89%
G 215 of 552 ~ 38.95%
B 172 of 552 ~ 31.16'%

%29.89
%38.95
%31.16

CMYK color model

#A5D7AC color CMYK value is (23,0,20,16).

  • cyan value is 23.26%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 15.69%

CMYK: (23,0,20,16)
C23M0Y20K16 (23%, 0%, 20%, 16%)
(0.23 / 0.00 / 0.20 / 0.16)

CMYK percentages

%23.26
%0
%20
%15.69

Codes

Color #A5D7AC in popluar color models

A5 D7 AC
RGB 165 215 172
HSL 128° 38.46% 74.51%
HSB/HSV 128° 23.26% 84.31%
CMYK 23.26% 0.00% 20.00%
15.69%

Color #A5D7AC in popluar number systems.

HEX A5 D7 AC
Decimal 165 215 172
Binary 10100101 11010111 10101100
Octal 245 327 254

Shades and tints

Shades of #A5D7AC

#A5D7AC
(165,215,172)
#96C49D
(150,196,157)
#87B18E
(135,177,142)
#789E7F
(120,158,127)
#698B70
(105,139,112)
#5A7861
(90,120,97)
#4B6552
(75,101,82)
#3C5243
(60,82,67)
#2D3F34
(45,63,52)
#1E2C25
(30,44,37)
#0F1916
(15,25,22)
#000000
(0,0,0)

Tints of #A5D7AC

#A5D7AC
(165,215,172)
#ADDAB3
(173,218,179)
#B5DDBA
(181,221,186)
#BDE0C1
(189,224,193)
#C5E3C8
(197,227,200)
#CDE6CF
(205,230,207)
#D5E9D6
(213,233,214)
#DDECDD
(221,236,221)
#E5EFE4
(229,239,228)
#EDF2EB
(237,242,235)
#F5F5F2
(245,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5D7AC color. Also use rgb(165,215,172) instead hex code.

Text Font Color

.myTextColor { color: #A5D7AC; }

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

This text font color is #A5D7AC.

Background Color

.myBgColor { background-color: #A5D7AC; }

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

This div background color is #A5D7AC.

Border color

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

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

This div border color is #A5D7AC.

Opacity

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

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

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

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

This text has shadow with #A5D7AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5D7AC.

Preview

Color preview on black background

This text has color #A5D7AC on black background.


Color preview on white background

This text has color #A5D7AC on white background.


Black color preview on #A5D7AC background

This text has black color on #A5D7AC background.


White color preview on #A5D7AC background

This text has white color on #A5D7AC background.


Related colors

Complementary color

Complementary color for #hex is #5A2853.


I love getcolorcode.com

Triadic colors

1 #ACA5D7 and #D7ACA5 with #A5D7AC are triadic colors.

2 #ACD7A5 and #D7A5AC with #A5D7AC are triadic colors.