COLOR #A5D482

HEX: #A5D482
RGB: (165,212,130)

Color info

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

RGB color model

#A5D482 color RGB value is (165,212,130).

  • red value is 165;
  • green value is 212;
  • blue value is 130.
RGB:
(165,212,130)
(65%,83%,51%)

RGB channels and saturation

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

165
212
130

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

Portions of RGB colors in percentages

R + G + B =
165 + 212 + 130 = 507 (100%)
R 165 of 507 ~ 32.54%
G 212 of 507 ~ 41.81%
B 130 of 507 ~ 25.64%

%32.54
%41.81
%25.64

CMYK color model

#A5D482 color CMYK value is (22,0,39,17).

  • cyan value is 22.17%
  • magenta value is 0.00%
  • yellow value is 38.68%
  • key color value is 16.86%
CMYK:
(22,0,39,17)
C22M0Y39K17 
(22%,0%,39%,17%)
(0.22/0.00/0.39/0.17)	

CMYK percentages

%22.17
%0
%38.68
%16.86

Codes

Color #A5D482 in popluar color models

A5D482
RGB165212130
HSL94°48.81%67.06%
HSB/HSV94°38.68%83.14%
CMYK22.17%0.00%38.68%
16.86%

Color #A5D482 in popluar number systems.

HEXA5D482
Decimal165212130
Binary101001011101010010000010
Octal245324202

Shades and tints

Shades of #A5D482

#A5D482
(165,212,130)
#96C177
(150,193,119)
#87AE6C
(135,174,108)
#789B61
(120,155,97)
#698856
(105,136,86)
#5A754B
(90,117,75)
#4B6240
(75,98,64)
#3C4F35
(60,79,53)
#2D3C2A
(45,60,42)
#1E291F
(30,41,31)
#0F1614
(15,22,20)
#000000
(0,0,0)

Tints of #A5D482

#A5D482
(165,212,130)
#ADD78D
(173,215,141)
#B5DA98
(181,218,152)
#BDDDA3
(189,221,163)
#C5E0AE
(197,224,174)
#CDE3B9
(205,227,185)
#D5E6C4
(213,230,196)
#DDE9CF
(221,233,207)
#E5ECDA
(229,236,218)
#EDEFE5
(237,239,229)
#F5F2F0
(245,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5D482; }

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

This text font color is #A5D482.


Background Color

.myBgColor { background-color: #A5D482; }

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

This div background color is #A5D482.


Border color

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

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

This div border color is #A5D482.


Opacity

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

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

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

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

This text has shadow with #A5D482 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5D482 on black background.


Color preview on white background

This text has color #A5D482 on white background.



Black color preview on #A5D482 background

This text has black color on #A5D482 background.


White color preview on #A5D482 background

This text has white color on #A5D482 background.