COLOR #A0D782

HEX: #A0D782
RGB: (160,215,130)

Color info

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

RGB color model

#A0D782 color RGB value is (160,215,130).

  • red value is 160;
  • green value is 215;
  • blue value is 130.
RGB:
(160,215,130)
(63%,84%,51%)

RGB channels and saturation

R 160 of 255 = 63%
G 215 of 255 = 84%
B 130 of 255 = 51%

160
215
130

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

Portions of RGB colors in percentages

R + G + B =
160 + 215 + 130 = 505 (100%)
R 160 of 505 ~ 31.68%
G 215 of 505 ~ 42.57%
B 130 of 505 ~ 25.74%

%31.68
%42.57
%25.74

CMYK color model

#A0D782 color CMYK value is (26,0,40,16).

  • cyan value is 25.58%
  • magenta value is 0.00%
  • yellow value is 39.53%
  • key color value is 15.69%
CMYK:
(26,0,40,16)
C26M0Y40K16 
(26%,0%,40%,16%)
(0.26/0.00/0.40/0.16)	

CMYK percentages

%25.58
%0
%39.53
%15.69

Codes

Color #A0D782 in popluar color models

A0D782
RGB160215130
HSL99°51.52%67.65%
HSB/HSV99°39.53%84.31%
CMYK25.58%0.00%39.53%
15.69%

Color #A0D782 in popluar number systems.

HEXA0D782
Decimal160215130
Binary101000001101011110000010
Octal240327202

Shades and tints

Shades of #A0D782

#A0D782
(160,215,130)
#92C477
(146,196,119)
#84B16C
(132,177,108)
#769E61
(118,158,97)
#688B56
(104,139,86)
#5A784B
(90,120,75)
#4C6540
(76,101,64)
#3E5235
(62,82,53)
#303F2A
(48,63,42)
#222C1F
(34,44,31)
#141914
(20,25,20)
#000000
(0,0,0)

Tints of #A0D782

#A0D782
(160,215,130)
#A8DA8D
(168,218,141)
#B0DD98
(176,221,152)
#B8E0A3
(184,224,163)
#C0E3AE
(192,227,174)
#C8E6B9
(200,230,185)
#D0E9C4
(208,233,196)
#D8ECCF
(216,236,207)
#E0EFDA
(224,239,218)
#E8F2E5
(232,242,229)
#F0F5F0
(240,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0D782; }

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

This text font color is #A0D782.


Background Color

.myBgColor { background-color: #A0D782; }

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

This div background color is #A0D782.


Border color

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

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

This div border color is #A0D782.


Opacity

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

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

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

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

This text has shadow with #A0D782 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0D782 on black background.


Color preview on white background

This text has color #A0D782 on white background.



Black color preview on #A0D782 background

This text has black color on #A0D782 background.


White color preview on #A0D782 background

This text has white color on #A0D782 background.