COLOR #A5D56D

HEX: #A5D56D RGB: (165,213,109)

Color info

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

RGB color model

#A5D56D color RGB value is (165,213,109).

RGB: (165,213,109) (65%, 84%, 43%)

RGB channels and saturation

R 165 of 255 = 65%
G 213 of 255 = 84%
B 109 of 255 = 43%

165
213
109

R + G + B ~ 64%. #A5D56D is quite light color.

Portions of RGB colors in percentages

R + G + B = 165 + 213 + 109 = 487 (100%)
R 165 of 487 ~ 33.88%
G 213 of 487 ~ 43.74%
B 109 of 487 ~ 22.38'%

%33.88
%43.74
%22.38

CMYK color model

#A5D56D color CMYK value is (23,0,49,16).

  • cyan value is 22.54%
  • magenta value is 0.00%
  • yellow value is 48.83%
  • key color value is 16.47%

CMYK: (23,0,49,16)
C23M0Y49K16 (23%, 0%, 49%, 16%)
(0.23 / 0.00 / 0.49 / 0.16)

CMYK percentages

%22.54
%0
%48.83
%16.47

Codes

Color #A5D56D in popluar color models

A5 D5 6D
RGB 165 213 109
HSL 88° 55.32% 63.14%
HSB/HSV 88° 48.83% 83.53%
CMYK 22.54% 0.00% 48.83%
16.47%

Color #A5D56D in popluar number systems.

HEX A5 D5 6D
Decimal 165 213 109
Binary 10100101 11010101 1101101
Octal 245 325 155

Shades and tints

Shades of #A5D56D

#A5D56D
(165,213,109)
#96C264
(150,194,100)
#87AF5B
(135,175,91)
#789C52
(120,156,82)
#698949
(105,137,73)
#5A7640
(90,118,64)
#4B6337
(75,99,55)
#3C502E
(60,80,46)
#2D3D25
(45,61,37)
#1E2A1C
(30,42,28)
#0F1713
(15,23,19)
#000000
(0,0,0)

Tints of #A5D56D

#A5D56D
(165,213,109)
#ADD87A
(173,216,122)
#B5DB87
(181,219,135)
#BDDE94
(189,222,148)
#C5E1A1
(197,225,161)
#CDE4AE
(205,228,174)
#D5E7BB
(213,231,187)
#DDEAC8
(221,234,200)
#E5EDD5
(229,237,213)
#EDF0E2
(237,240,226)
#F5F3EF
(245,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5D56D color. Also use rgb(165,213,109) instead hex code.

Text Font Color

.myTextColor { color: #A5D56D; }

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

This text font color is #A5D56D.

Background Color

.myBgColor { background-color: #A5D56D; }

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

This div background color is #A5D56D.

Border color

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

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

This div border color is #A5D56D.

Opacity

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

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

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

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

This text has shadow with #A5D56D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5D56D.

Preview

Color preview on black background

This text has color #A5D56D on black background.


Color preview on white background

This text has color #A5D56D on white background.


Black color preview on #A5D56D background

This text has black color on #A5D56D background.


White color preview on #A5D56D background

This text has white color on #A5D56D background.


Related colors

Complementary color

Complementary color for #hex is #5A2A92.


I love getcolorcode.com

Triadic colors

1 #6DA5D5 and #D56DA5 with #A5D56D are triadic colors.

2 #6DD5A5 and #D5A56D with #A5D56D are triadic colors.