COLOR #A5DF91

HEX: #A5DF91 RGB: (165,223,145)

Color info

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

RGB color model

#A5DF91 color RGB value is (165,223,145).

RGB: (165,223,145) (65%, 87%, 57%)

RGB channels and saturation

R 165 of 255 = 65%
G 223 of 255 = 87%
B 145 of 255 = 57%

165
223
145

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

Portions of RGB colors in percentages

R + G + B = 165 + 223 + 145 = 533 (100%)
R 165 of 533 ~ 30.96%
G 223 of 533 ~ 41.84%
B 145 of 533 ~ 27.2'%

%30.96
%41.84
%27.2

CMYK color model

#A5DF91 color CMYK value is (26,0,35,13).

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

CMYK: (26,0,35,13)
C26M0Y35K13 (26%, 0%, 35%, 13%)
(0.26 / 0.00 / 0.35 / 0.13)

CMYK percentages

%26.01
%0
%34.98
%12.55

Codes

Color #A5DF91 in popluar color models

A5 DF 91
RGB 165 223 145
HSL 105° 54.93% 72.16%
HSB/HSV 105° 34.98% 87.45%
CMYK 26.01% 0.00% 34.98%
12.55%

Color #A5DF91 in popluar number systems.

HEX A5 DF 91
Decimal 165 223 145
Binary 10100101 11011111 10010001
Octal 245 337 221

Shades and tints

Shades of #A5DF91

#A5DF91
(165,223,145)
#96CB84
(150,203,132)
#87B777
(135,183,119)
#78A36A
(120,163,106)
#698F5D
(105,143,93)
#5A7B50
(90,123,80)
#4B6743
(75,103,67)
#3C5336
(60,83,54)
#2D3F29
(45,63,41)
#1E2B1C
(30,43,28)
#0F170F
(15,23,15)
#000000
(0,0,0)

Tints of #A5DF91

#A5DF91
(165,223,145)
#ADE19B
(173,225,155)
#B5E3A5
(181,227,165)
#BDE5AF
(189,229,175)
#C5E7B9
(197,231,185)
#CDE9C3
(205,233,195)
#D5EBCD
(213,235,205)
#DDEDD7
(221,237,215)
#E5EFE1
(229,239,225)
#EDF1EB
(237,241,235)
#F5F3F5
(245,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5DF91; }

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

This text font color is #A5DF91.

Background Color

.myBgColor { background-color: #A5DF91; }

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

This div background color is #A5DF91.

Border color

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

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

This div border color is #A5DF91.

Opacity

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

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

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

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

This text has shadow with #A5DF91 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5DF91.

Preview

Color preview on black background

This text has color #A5DF91 on black background.


Color preview on white background

This text has color #A5DF91 on white background.


Black color preview on #A5DF91 background

This text has black color on #A5DF91 background.


White color preview on #A5DF91 background

This text has white color on #A5DF91 background.


Related colors

Complementary color

Complementary color for #hex is #5A206E.


I love getcolorcode.com

Triadic colors

1 #91A5DF and #DF91A5 with #A5DF91 are triadic colors.

2 #91DFA5 and #DFA591 with #A5DF91 are triadic colors.