COLOR #A5D483

HEX: #A5D483 RGB: (165,212,131)

Color info

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

RGB color model

#A5D483 color RGB value is (165,212,131).

RGB: (165,212,131) (65%, 83%, 51%)

RGB channels and saturation

R 165 of 255 = 65%
G 212 of 255 = 83%
B 131 of 255 = 51%

165
212
131

R + G + B ~ 66%. #A5D483 is quite light color.

Portions of RGB colors in percentages

R + G + B = 165 + 212 + 131 = 508 (100%)
R 165 of 508 ~ 32.48%
G 212 of 508 ~ 41.73%
B 131 of 508 ~ 25.79'%

%32.48
%41.73
%25.79

CMYK color model

#A5D483 color CMYK value is (22,0,38,17).

  • cyan value is 22.17%
  • magenta value is 0.00%
  • yellow value is 38.21%
  • key color value is 16.86%
CMYK: (22,0,38,17) C22M0Y38K17 (22%,0%,38%,17%) (0.22/0.00/0.38/0.17) 

CMYK percentages

%22.17
%0
%38.21
%16.86

Codes

Color #A5D483 in popluar color models

A5 D4 83
RGB 165 212 131
HSL 95° 48.50% 67.25%
HSB/HSV 95° 38.21% 83.14%
CMYK 22.17% 0.00% 38.21%
16.86%

Color #A5D483 in popluar number systems.

HEX A5 D4 83
Decimal 165 212 131
Binary 10100101 11010100 10000011
Octal 245 324 203

Shades and tints

Shades of #A5D483

#A5D483
(165,212,131)
#96C178
(150,193,120)
#87AE6D
(135,174,109)
#789B62
(120,155,98)
#698857
(105,136,87)
#5A754C
(90,117,76)
#4B6241
(75,98,65)
#3C4F36
(60,79,54)
#2D3C2B
(45,60,43)
#1E2920
(30,41,32)
#0F1615
(15,22,21)
#000000
(0,0,0)

Tints of #A5D483

#A5D483
(165,212,131)
#ADD78E
(173,215,142)
#B5DA99
(181,218,153)
#BDDDA4
(189,221,164)
#C5E0AF
(197,224,175)
#CDE3BA
(205,227,186)
#D5E6C5
(213,230,197)
#DDE9D0
(221,233,208)
#E5ECDB
(229,236,219)
#EDEFE6
(237,239,230)
#F5F2F1
(245,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5D483 color. Also use rgb(165,212,131) instead hex code.

Text Font Color

.myTextColor { color: #A5D483; }

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

This text font color is #A5D483.

Background Color

.myBgColor { background-color: #A5D483; }

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

This div background color is #A5D483.

Border color

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

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

This div border color is #A5D483.

Opacity

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

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

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

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

This text has shadow with #A5D483 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5D483.

Preview

Color preview on black background

This text has color #A5D483 on black background.


Color preview on white background

This text has color #A5D483 on white background.


Black color preview on #A5D483 background

This text has black color on #A5D483 background.


White color preview on #A5D483 background

This text has white color on #A5D483 background.


Related colors

Complementary color

Complementary color for #hex is #5A2B7C.


I love getcolorcode.com

Triadic colors

1 #83A5D4 and #D483A5 with #A5D483 are triadic colors.

2 #83D4A5 and #D4A583 with #A5D483 are triadic colors.