COLOR #ADD782

HEX: #ADD782
RGB: (173,215,130)

Color info

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

RGB color model

#ADD782 color RGB value is (173,215,130).

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

RGB channels and saturation

R 173 of 255 = 68%
G 215 of 255 = 84%
B 130 of 255 = 51%

173
215
130

R + G + B ~ 68%. #ADD782 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 215 + 130 = 518 (100%)
R 173 of 518 ~ 33.4%
G 215 of 518 ~ 41.51%
B 130 of 518 ~ 25.1%

%33.4
%41.51
%25.1

CMYK color model

#ADD782 color CMYK value is (20,0,40,16).

  • cyan value is 19.53%
  • magenta value is 0.00%
  • yellow value is 39.53%
  • key color value is 15.69%
CMYK:
(20,0,40,16)
C20M0Y40K16 
(20%,0%,40%,16%)
(0.20/0.00/0.40/0.16)	

CMYK percentages

%19.53
%0
%39.53
%15.69

Codes

Color #ADD782 in popluar color models

ADD782
RGB173215130
HSL90°51.52%67.65%
HSB/HSV90°39.53%84.31%
CMYK19.53%0.00%39.53%
15.69%

Color #ADD782 in popluar number systems.

HEXADD782
Decimal173215130
Binary101011011101011110000010
Octal255327202

Shades and tints

Shades of #ADD782

#ADD782
(173,215,130)
#9EC477
(158,196,119)
#8FB16C
(143,177,108)
#809E61
(128,158,97)
#718B56
(113,139,86)
#62784B
(98,120,75)
#536540
(83,101,64)
#445235
(68,82,53)
#353F2A
(53,63,42)
#262C1F
(38,44,31)
#171914
(23,25,20)
#000000
(0,0,0)

Tints of #ADD782

#ADD782
(173,215,130)
#B4DA8D
(180,218,141)
#BBDD98
(187,221,152)
#C2E0A3
(194,224,163)
#C9E3AE
(201,227,174)
#D0E6B9
(208,230,185)
#D7E9C4
(215,233,196)
#DEECCF
(222,236,207)
#E5EFDA
(229,239,218)
#ECF2E5
(236,242,229)
#F3F5F0
(243,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADD782; }

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

This text font color is #ADD782.


Background Color

.myBgColor { background-color: #ADD782; }

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

This div background color is #ADD782.


Border color

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

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

This div border color is #ADD782.


Opacity

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

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

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

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

This text has shadow with #ADD782 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADD782 on black background.


Color preview on white background

This text has color #ADD782 on white background.



Black color preview on #ADD782 background

This text has black color on #ADD782 background.


White color preview on #ADD782 background

This text has white color on #ADD782 background.