COLOR #ADD380

HEX: #ADD380 RGB: (173,211,128)

Color info

#ADD380 contains mainly red and green colors. Web safe color of #ADD380 is #99CC66 (or #9C6).

RGB color model

#ADD380 color RGB value is (173,211,128).

RGB: (173,211,128) (68%, 83%, 50%)

RGB channels and saturation

R 173 of 255 = 68%
G 211 of 255 = 83%
B 128 of 255 = 50%

173
211
128

R + G + B ~ 67%. #ADD380 is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 211 + 128 = 512 (100%)
R 173 of 512 ~ 33.79%
G 211 of 512 ~ 41.21%
B 128 of 512 ~ 25'%

%33.79
%41.21
%25

CMYK color model

#ADD380 color CMYK value is (18,0,39,17).

  • cyan value is 18.01%
  • magenta value is 0.00%
  • yellow value is 39.34%
  • key color value is 17.25%

CMYK: (18,0,39,17)
C18M0Y39K17 (18%, 0%, 39%, 17%)
(0.18 / 0.00 / 0.39 / 0.17)

CMYK percentages

%18.01
%0
%39.34
%17.25

Codes

Color #ADD380 in popluar color models

AD D3 80
RGB 173 211 128
HSL 87° 48.54% 66.47%
HSB/HSV 87° 39.34% 82.75%
CMYK 18.01% 0.00% 39.34%
17.25%

Color #ADD380 in popluar number systems.

HEX AD D3 80
Decimal 173 211 128
Binary 10101101 11010011 10000000
Octal 255 323 200

Shades and tints

Shades of #ADD380

#ADD380
(173,211,128)
#9EC075
(158,192,117)
#8FAD6A
(143,173,106)
#809A5F
(128,154,95)
#718754
(113,135,84)
#627449
(98,116,73)
#53613E
(83,97,62)
#444E33
(68,78,51)
#353B28
(53,59,40)
#26281D
(38,40,29)
#171512
(23,21,18)
#000000
(0,0,0)

Tints of #ADD380

#ADD380
(173,211,128)
#B4D78B
(180,215,139)
#BBDB96
(187,219,150)
#C2DFA1
(194,223,161)
#C9E3AC
(201,227,172)
#D0E7B7
(208,231,183)
#D7EBC2
(215,235,194)
#DEEFCD
(222,239,205)
#E5F3D8
(229,243,216)
#ECF7E3
(236,247,227)
#F3FBEE
(243,251,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADD380 color. Also use rgb(173,211,128) instead hex code.

Text Font Color

.myTextColor { color: #ADD380; }

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

This text font color is #ADD380.

Background Color

.myBgColor { background-color: #ADD380; }

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

This div background color is #ADD380.

Border color

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

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

This div border color is #ADD380.

Opacity

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

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

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

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

This text has shadow with #ADD380 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADD380.

Preview

Color preview on black background

This text has color #ADD380 on black background.


Color preview on white background

This text has color #ADD380 on white background.


Black color preview on #ADD380 background

This text has black color on #ADD380 background.


White color preview on #ADD380 background

This text has white color on #ADD380 background.


Related colors

Complementary color

Complementary color for #hex is #522C7F.


I love getcolorcode.com

Triadic colors

1 #80ADD3 and #D380AD with #ADD380 are triadic colors.

2 #80D3AD and #D3AD80 with #ADD380 are triadic colors.