COLOR #A5DF97

HEX: #A5DF97 RGB: (165,223,151)

Color info

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

RGB color model

#A5DF97 color RGB value is (165,223,151).

RGB: (165,223,151) (65%, 87%, 59%)

RGB channels and saturation

R 165 of 255 = 65%
G 223 of 255 = 87%
B 151 of 255 = 59%

165
223
151

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

Portions of RGB colors in percentages

R + G + B = 165 + 223 + 151 = 539 (100%)
R 165 of 539 ~ 30.61%
G 223 of 539 ~ 41.37%
B 151 of 539 ~ 28.01'%

%30.61
%41.37
%28.01

CMYK color model

#A5DF97 color CMYK value is (26,0,32,13).

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

CMYK: (26,0,32,13)
C26M0Y32K13 (26%, 0%, 32%, 13%)
(0.26 / 0.00 / 0.32 / 0.13)

CMYK percentages

%26.01
%0
%32.29
%12.55

Codes

Color #A5DF97 in popluar color models

A5 DF 97
RGB 165 223 151
HSL 108° 52.94% 73.33%
HSB/HSV 108° 32.29% 87.45%
CMYK 26.01% 0.00% 32.29%
12.55%

Color #A5DF97 in popluar number systems.

HEX A5 DF 97
Decimal 165 223 151
Binary 10100101 11011111 10010111
Octal 245 337 227

Shades and tints

Shades of #A5DF97

#A5DF97
(165,223,151)
#96CB8A
(150,203,138)
#87B77D
(135,183,125)
#78A370
(120,163,112)
#698F63
(105,143,99)
#5A7B56
(90,123,86)
#4B6749
(75,103,73)
#3C533C
(60,83,60)
#2D3F2F
(45,63,47)
#1E2B22
(30,43,34)
#0F1715
(15,23,21)
#000000
(0,0,0)

Tints of #A5DF97

#A5DF97
(165,223,151)
#ADE1A0
(173,225,160)
#B5E3A9
(181,227,169)
#BDE5B2
(189,229,178)
#C5E7BB
(197,231,187)
#CDE9C4
(205,233,196)
#D5EBCD
(213,235,205)
#DDEDD6
(221,237,214)
#E5EFDF
(229,239,223)
#EDF1E8
(237,241,232)
#F5F3F1
(245,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5DF97; }

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

This text font color is #A5DF97.

Background Color

.myBgColor { background-color: #A5DF97; }

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

This div background color is #A5DF97.

Border color

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

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

This div border color is #A5DF97.

Opacity

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

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

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

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

This text has shadow with #A5DF97 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5DF97.

Preview

Color preview on black background

This text has color #A5DF97 on black background.


Color preview on white background

This text has color #A5DF97 on white background.


Black color preview on #A5DF97 background

This text has black color on #A5DF97 background.


White color preview on #A5DF97 background

This text has white color on #A5DF97 background.


Related colors

Complementary color

Complementary color for #hex is #5A2068.


I love getcolorcode.com

Triadic colors

1 #97A5DF and #DF97A5 with #A5DF97 are triadic colors.

2 #97DFA5 and #DFA597 with #A5DF97 are triadic colors.