COLOR #ADD58B

HEX: #ADD58B RGB: (173,213,139)

Color info

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

RGB color model

#ADD58B color RGB value is (173,213,139).

RGB: (173,213,139) (68%, 84%, 55%)

RGB channels and saturation

R 173 of 255 = 68%
G 213 of 255 = 84%
B 139 of 255 = 55%

173
213
139

R + G + B ~ 69%. #ADD58B is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 213 + 139 = 525 (100%)
R 173 of 525 ~ 32.95%
G 213 of 525 ~ 40.57%
B 139 of 525 ~ 26.48'%

%32.95
%40.57
%26.48

CMYK color model

#ADD58B color CMYK value is (19,0,35,16).

  • cyan value is 18.78%
  • magenta value is 0.00%
  • yellow value is 34.74%
  • key color value is 16.47%

CMYK: (19,0,35,16)
C19M0Y35K16 (19%, 0%, 35%, 16%)
(0.19 / 0.00 / 0.35 / 0.16)

CMYK percentages

%18.78
%0
%34.74
%16.47

Codes

Color #ADD58B in popluar color models

AD D5 8B
RGB 173 213 139
HSL 92° 46.84% 69.02%
HSB/HSV 92° 34.74% 83.53%
CMYK 18.78% 0.00% 34.74%
16.47%

Color #ADD58B in popluar number systems.

HEX AD D5 8B
Decimal 173 213 139
Binary 10101101 11010101 10001011
Octal 255 325 213

Shades and tints

Shades of #ADD58B

#ADD58B
(173,213,139)
#9EC27F
(158,194,127)
#8FAF73
(143,175,115)
#809C67
(128,156,103)
#71895B
(113,137,91)
#62764F
(98,118,79)
#536343
(83,99,67)
#445037
(68,80,55)
#353D2B
(53,61,43)
#262A1F
(38,42,31)
#171713
(23,23,19)
#000000
(0,0,0)

Tints of #ADD58B

#ADD58B
(173,213,139)
#B4D895
(180,216,149)
#BBDB9F
(187,219,159)
#C2DEA9
(194,222,169)
#C9E1B3
(201,225,179)
#D0E4BD
(208,228,189)
#D7E7C7
(215,231,199)
#DEEAD1
(222,234,209)
#E5EDDB
(229,237,219)
#ECF0E5
(236,240,229)
#F3F3EF
(243,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADD58B color. Also use rgb(173,213,139) instead hex code.

Text Font Color

.myTextColor { color: #ADD58B; }

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

This text font color is #ADD58B.

Background Color

.myBgColor { background-color: #ADD58B; }

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

This div background color is #ADD58B.

Border color

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

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

This div border color is #ADD58B.

Opacity

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

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

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

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

This text has shadow with #ADD58B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADD58B.

Preview

Color preview on black background

This text has color #ADD58B on black background.


Color preview on white background

This text has color #ADD58B on white background.


Black color preview on #ADD58B background

This text has black color on #ADD58B background.


White color preview on #ADD58B background

This text has white color on #ADD58B background.


Related colors

Complementary color

Complementary color for #hex is #522A74.


I love getcolorcode.com

Triadic colors

1 #8BADD5 and #D58BAD with #ADD58B are triadic colors.

2 #8BD5AD and #D5AD8B with #ADD58B are triadic colors.