COLOR #A5DF80

HEX: #A5DF80 RGB: (165,223,128)

Color info

#A5DF80 contains mainly red and green colors. Web safe color of #A5DF80 is #99CC66 (or #9C6).

RGB color model

#A5DF80 color RGB value is (165,223,128).

RGB: (165,223,128) (65%, 87%, 50%)

RGB channels and saturation

R 165 of 255 = 65%
G 223 of 255 = 87%
B 128 of 255 = 50%

165
223
128

R + G + B ~ 67%. #A5DF80 is quite light color.

Portions of RGB colors in percentages

R + G + B = 165 + 223 + 128 = 516 (100%)
R 165 of 516 ~ 31.98%
G 223 of 516 ~ 43.22%
B 128 of 516 ~ 24.81'%

%31.98
%43.22
%24.81

CMYK color model

#A5DF80 color CMYK value is (26,0,43,13).

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

CMYK: (26,0,43,13)
C26M0Y43K13 (26%, 0%, 43%, 13%)
(0.26 / 0.00 / 0.43 / 0.13)

CMYK percentages

%26.01
%0
%42.6
%12.55

Codes

Color #A5DF80 in popluar color models

A5 DF 80
RGB 165 223 128
HSL 97° 59.75% 68.82%
HSB/HSV 97° 42.60% 87.45%
CMYK 26.01% 0.00% 42.60%
12.55%

Color #A5DF80 in popluar number systems.

HEX A5 DF 80
Decimal 165 223 128
Binary 10100101 11011111 10000000
Octal 245 337 200

Shades and tints

Shades of #A5DF80

#A5DF80
(165,223,128)
#96CB75
(150,203,117)
#87B76A
(135,183,106)
#78A35F
(120,163,95)
#698F54
(105,143,84)
#5A7B49
(90,123,73)
#4B673E
(75,103,62)
#3C5333
(60,83,51)
#2D3F28
(45,63,40)
#1E2B1D
(30,43,29)
#0F1712
(15,23,18)
#000000
(0,0,0)

Tints of #A5DF80

#A5DF80
(165,223,128)
#ADE18B
(173,225,139)
#B5E396
(181,227,150)
#BDE5A1
(189,229,161)
#C5E7AC
(197,231,172)
#CDE9B7
(205,233,183)
#D5EBC2
(213,235,194)
#DDEDCD
(221,237,205)
#E5EFD8
(229,239,216)
#EDF1E3
(237,241,227)
#F5F3EE
(245,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5DF80; }

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

This text font color is #A5DF80.

Background Color

.myBgColor { background-color: #A5DF80; }

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

This div background color is #A5DF80.

Border color

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

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

This div border color is #A5DF80.

Opacity

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

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

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

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

This text has shadow with #A5DF80 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5DF80.

Preview

Color preview on black background

This text has color #A5DF80 on black background.


Color preview on white background

This text has color #A5DF80 on white background.


Black color preview on #A5DF80 background

This text has black color on #A5DF80 background.


White color preview on #A5DF80 background

This text has white color on #A5DF80 background.


Related colors

Complementary color

Complementary color for #hex is #5A207F.


I love getcolorcode.com

Triadic colors

1 #80A5DF and #DF80A5 with #A5DF80 are triadic colors.

2 #80DFA5 and #DFA580 with #A5DF80 are triadic colors.