COLOR #A0D482

HEX: #A0D482 RGB: (160,212,130)

Color info

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

RGB color model

#A0D482 color RGB value is (160,212,130).

RGB: (160,212,130) (63%, 83%, 51%)

RGB channels and saturation

R 160 of 255 = 63%
G 212 of 255 = 83%
B 130 of 255 = 51%

160
212
130

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

Portions of RGB colors in percentages

R + G + B = 160 + 212 + 130 = 502 (100%)
R 160 of 502 ~ 31.87%
G 212 of 502 ~ 42.23%
B 130 of 502 ~ 25.9'%

%31.87
%42.23
%25.9

CMYK color model

#A0D482 color CMYK value is (25,0,39,17).

  • cyan value is 24.53%
  • magenta value is 0.00%
  • yellow value is 38.68%
  • key color value is 16.86%

CMYK: (25,0,39,17)
C25M0Y39K17 (25%, 0%, 39%, 17%)
(0.25 / 0.00 / 0.39 / 0.17)

CMYK percentages

%24.53
%0
%38.68
%16.86

Codes

Color #A0D482 in popluar color models

A0 D4 82
RGB 160 212 130
HSL 98° 48.81% 67.06%
HSB/HSV 98° 38.68% 83.14%
CMYK 24.53% 0.00% 38.68%
16.86%

Color #A0D482 in popluar number systems.

HEX A0 D4 82
Decimal 160 212 130
Binary 10100000 11010100 10000010
Octal 240 324 202

Shades and tints

Shades of #A0D482

#A0D482
(160,212,130)
#92C177
(146,193,119)
#84AE6C
(132,174,108)
#769B61
(118,155,97)
#688856
(104,136,86)
#5A754B
(90,117,75)
#4C6240
(76,98,64)
#3E4F35
(62,79,53)
#303C2A
(48,60,42)
#22291F
(34,41,31)
#141614
(20,22,20)
#000000
(0,0,0)

Tints of #A0D482

#A0D482
(160,212,130)
#A8D78D
(168,215,141)
#B0DA98
(176,218,152)
#B8DDA3
(184,221,163)
#C0E0AE
(192,224,174)
#C8E3B9
(200,227,185)
#D0E6C4
(208,230,196)
#D8E9CF
(216,233,207)
#E0ECDA
(224,236,218)
#E8EFE5
(232,239,229)
#F0F2F0
(240,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0D482; }

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

This text font color is #A0D482.

Background Color

.myBgColor { background-color: #A0D482; }

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

This div background color is #A0D482.

Border color

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

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

This div border color is #A0D482.

Opacity

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

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

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

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

This text has shadow with #A0D482 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0D482.

Preview

Color preview on black background

This text has color #A0D482 on black background.


Color preview on white background

This text has color #A0D482 on white background.


Black color preview on #A0D482 background

This text has black color on #A0D482 background.


White color preview on #A0D482 background

This text has white color on #A0D482 background.


Related colors

Complementary color

Complementary color for #hex is #5F2B7D.


I love getcolorcode.com

Triadic colors

1 #82A0D4 and #D482A0 with #A0D482 are triadic colors.

2 #82D4A0 and #D4A082 with #A0D482 are triadic colors.