COLOR #A5DF4D

HEX: #A5DF4D RGB: (165,223,77)

Color info

#A5DF4D contains mainly red and green colors. Web safe color of #A5DF4D is #99CC33 (or #9C3).

RGB color model

#A5DF4D color RGB value is (165,223,77).

RGB: (165,223,77) (65%, 87%, 30%)

RGB channels and saturation

R 165 of 255 = 65%
G 223 of 255 = 87%
B 77 of 255 = 30%

165
223
77

R + G + B ~ 61%. #A5DF4D is quite light color.

Portions of RGB colors in percentages

R + G + B = 165 + 223 + 77 = 465 (100%)
R 165 of 465 ~ 35.48%
G 223 of 465 ~ 47.96%
B 77 of 465 ~ 16.56'%

%35.48
%47.96
%16.56

CMYK color model

#A5DF4D color CMYK value is (26,0,65,13).

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

CMYK: (26,0,65,13)
C26M0Y65K13 (26%, 0%, 65%, 13%)
(0.26 / 0.00 / 0.65 / 0.13)

CMYK percentages

%26.01
%0
%65.47
%12.55

Codes

Color #A5DF4D in popluar color models

A5 DF 4D
RGB 165 223 77
HSL 84° 69.52% 58.82%
HSB/HSV 84° 65.47% 87.45%
CMYK 26.01% 0.00% 65.47%
12.55%

Color #A5DF4D in popluar number systems.

HEX A5 DF 4D
Decimal 165 223 77
Binary 10100101 11011111 1001101
Octal 245 337 115

Shades and tints

Shades of #A5DF4D

#A5DF4D
(165,223,77)
#96CB46
(150,203,70)
#87B73F
(135,183,63)
#78A338
(120,163,56)
#698F31
(105,143,49)
#5A7B2A
(90,123,42)
#4B6723
(75,103,35)
#3C531C
(60,83,28)
#2D3F15
(45,63,21)
#1E2B0E
(30,43,14)
#0F1707
(15,23,7)
#000000
(0,0,0)

Tints of #A5DF4D

#A5DF4D
(165,223,77)
#ADE15D
(173,225,93)
#B5E36D
(181,227,109)
#BDE57D
(189,229,125)
#C5E78D
(197,231,141)
#CDE99D
(205,233,157)
#D5EBAD
(213,235,173)
#DDEDBD
(221,237,189)
#E5EFCD
(229,239,205)
#EDF1DD
(237,241,221)
#F5F3ED
(245,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5DF4D; }

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

This text font color is #A5DF4D.

Background Color

.myBgColor { background-color: #A5DF4D; }

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

This div background color is #A5DF4D.

Border color

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

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

This div border color is #A5DF4D.

Opacity

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

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

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

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

This text has shadow with #A5DF4D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5DF4D.

Preview

Color preview on black background

This text has color #A5DF4D on black background.


Color preview on white background

This text has color #A5DF4D on white background.


Black color preview on #A5DF4D background

This text has black color on #A5DF4D background.


White color preview on #A5DF4D background

This text has white color on #A5DF4D background.


Related colors

Complementary color

Complementary color for #hex is #5A20B2.


I love getcolorcode.com

Triadic colors

1 #4DA5DF and #DF4DA5 with #A5DF4D are triadic colors.

2 #4DDFA5 and #DFA54D with #A5DF4D are triadic colors.