COLOR #A5DD7C

HEX: #A5DD7C
RGB: (165,221,124)

Color info

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

RGB color model

#A5DD7C color RGB value is (165,221,124).

  • red value is 165;
  • green value is 221;
  • blue value is 124.
RGB: (165,221,124) (65%,87%,49%)

RGB channels and saturation

R 165 of 255 = 65%
G 221 of 255 = 87%
B 124 of 255 = 49%

165
221
124

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

Portions of RGB colors in percentages

R + G + B =
165 + 221 + 124 = 510 (100%)
R 165 of 510 ~ 32.35%
G 221 of 510 ~ 43.33%
B 124 of 510 ~ 24.31%

%32.35
%43.33
%24.31

CMYK color model

#A5DD7C color CMYK value is (25,0,44,13).

  • cyan value is 25.34%
  • magenta value is 0.00%
  • yellow value is 43.89%
  • key color value is 13.33%
CMYK: (25,0,44,13) C25M0Y44K13 (25%,0%,44%,13%) (0.25/0.00/0.44/0.13)

CMYK percentages

%25.34
%0
%43.89
%13.33

Codes

Color #A5DD7C in popluar color models

A5DD7C
RGB165221124
HSL95°58.79%67.65%
HSB/HSV95°43.89%86.67%
CMYK25.34%0.00%43.89%
13.33%

Color #A5DD7C in popluar number systems.

HEXA5DD7C
Decimal165221124
Binary10100101110111011111100
Octal245335174

Shades and tints

Shades of #A5DD7C

#A5DD7C
(165,221,124)
#96C971
(150,201,113)
#87B566
(135,181,102)
#78A15B
(120,161,91)
#698D50
(105,141,80)
#5A7945
(90,121,69)
#4B653A
(75,101,58)
#3C512F
(60,81,47)
#2D3D24
(45,61,36)
#1E2919
(30,41,25)
#0F150E
(15,21,14)
#000000
(0,0,0)

Tints of #A5DD7C

#A5DD7C
(165,221,124)
#ADE087
(173,224,135)
#B5E392
(181,227,146)
#BDE69D
(189,230,157)
#C5E9A8
(197,233,168)
#CDECB3
(205,236,179)
#D5EFBE
(213,239,190)
#DDF2C9
(221,242,201)
#E5F5D4
(229,245,212)
#EDF8DF
(237,248,223)
#F5FBEA
(245,251,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5DD7C color. Also use rgb(165,221,124) instead hex code.

Text Font Color

.myTextColor { color: #A5DD7C; }

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

This text font color is #A5DD7C.


Background Color

.myBgColor { background-color: #A5DD7C; }

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

This div background color is #A5DD7C.


Border color

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

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

This div border color is #A5DD7C.


Opacity

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

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

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

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

This text has shadow with #A5DD7C color.

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

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

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


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

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

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


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #A5DD7C; -webkit-box-shadow:	1px 1px 3px 2px #A5DD7C; box-shadow:	1px 1px 3px 2px #A5DD7C; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #A5DD7C; -webkit-box-shadow: 1px 1px 3px 2px #A5DD7C; box-shadow:1px 1px 3px 2px #A5DD7C;">
Div content here</div>
This div box has shadow with color #A5DD7C.

Preview

Color preview on black background

This text has color #A5DD7C on black background.


Color preview on white background

This text has color #A5DD7C on white background.



Black color preview on #A5DD7C background

This text has black color on #A5DD7C background.


White color preview on #A5DD7C background

This text has white color on #A5DD7C background.