COLOR #A5DF9D

HEX: #A5DF9D RGB: (165,223,157)

Color info

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

RGB color model

#A5DF9D color RGB value is (165,223,157).

RGB: (165,223,157) (65%, 87%, 62%)

RGB channels and saturation

R 165 of 255 = 65%
G 223 of 255 = 87%
B 157 of 255 = 62%

165
223
157

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

Portions of RGB colors in percentages

R + G + B = 165 + 223 + 157 = 545 (100%)
R 165 of 545 ~ 30.28%
G 223 of 545 ~ 40.92%
B 157 of 545 ~ 28.81'%

%30.28
%40.92
%28.81

CMYK color model

#A5DF9D color CMYK value is (26,0,30,13).

  • cyan value is 26.01%
  • magenta value is 0.00%
  • yellow value is 29.60%
  • key color value is 12.55%

CMYK: (26,0,30,13)
C26M0Y30K13 (26%, 0%, 30%, 13%)
(0.26 / 0.00 / 0.30 / 0.13)

CMYK percentages

%26.01
%0
%29.6
%12.55

Codes

Color #A5DF9D in popluar color models

A5 DF 9D
RGB 165 223 157
HSL 113° 50.77% 74.51%
HSB/HSV 113° 29.60% 87.45%
CMYK 26.01% 0.00% 29.60%
12.55%

Color #A5DF9D in popluar number systems.

HEX A5 DF 9D
Decimal 165 223 157
Binary 10100101 11011111 10011101
Octal 245 337 235

Shades and tints

Shades of #A5DF9D

#A5DF9D
(165,223,157)
#96CB8F
(150,203,143)
#87B781
(135,183,129)
#78A373
(120,163,115)
#698F65
(105,143,101)
#5A7B57
(90,123,87)
#4B6749
(75,103,73)
#3C533B
(60,83,59)
#2D3F2D
(45,63,45)
#1E2B1F
(30,43,31)
#0F1711
(15,23,17)
#000000
(0,0,0)

Tints of #A5DF9D

#A5DF9D
(165,223,157)
#ADE1A5
(173,225,165)
#B5E3AD
(181,227,173)
#BDE5B5
(189,229,181)
#C5E7BD
(197,231,189)
#CDE9C5
(205,233,197)
#D5EBCD
(213,235,205)
#DDEDD5
(221,237,213)
#E5EFDD
(229,239,221)
#EDF1E5
(237,241,229)
#F5F3ED
(245,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5DF9D color. Also use rgb(165,223,157) instead hex code.

Text Font Color

.myTextColor { color: #A5DF9D; }

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

This text font color is #A5DF9D.

Background Color

.myBgColor { background-color: #A5DF9D; }

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

This div background color is #A5DF9D.

Border color

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

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

This div border color is #A5DF9D.

Opacity

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

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

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

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

This text has shadow with #A5DF9D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5DF9D.

Preview

Color preview on black background

This text has color #A5DF9D on black background.


Color preview on white background

This text has color #A5DF9D on white background.


Black color preview on #A5DF9D background

This text has black color on #A5DF9D background.


White color preview on #A5DF9D background

This text has white color on #A5DF9D background.


Related colors

Complementary color

Complementary color for #hex is #5A2062.


I love getcolorcode.com

Triadic colors

1 #9DA5DF and #DF9DA5 with #A5DF9D are triadic colors.

2 #9DDFA5 and #DFA59D with #A5DF9D are triadic colors.