COLOR #ADD889

HEX: #ADD889 RGB: (173,216,137)

Color info

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

RGB color model

#ADD889 color RGB value is (173,216,137).

RGB: (173,216,137) (68%, 85%, 54%)

RGB channels and saturation

R 173 of 255 = 68%
G 216 of 255 = 85%
B 137 of 255 = 54%

173
216
137

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

Portions of RGB colors in percentages

R + G + B = 173 + 216 + 137 = 526 (100%)
R 173 of 526 ~ 32.89%
G 216 of 526 ~ 41.06%
B 137 of 526 ~ 26.05'%

%32.89
%41.06
%26.05

CMYK color model

#ADD889 color CMYK value is (20,0,37,15).

  • cyan value is 19.91%
  • magenta value is 0.00%
  • yellow value is 36.57%
  • key color value is 15.29%

CMYK: (20,0,37,15)
C20M0Y37K15 (20%, 0%, 37%, 15%)
(0.20 / 0.00 / 0.37 / 0.15)

CMYK percentages

%19.91
%0
%36.57
%15.29

Codes

Color #ADD889 in popluar color models

AD D8 89
RGB 173 216 137
HSL 93° 50.32% 69.22%
HSB/HSV 93° 36.57% 84.71%
CMYK 19.91% 0.00% 36.57%
15.29%

Color #ADD889 in popluar number systems.

HEX AD D8 89
Decimal 173 216 137
Binary 10101101 11011000 10001001
Octal 255 330 211

Shades and tints

Shades of #ADD889

#ADD889
(173,216,137)
#9EC57D
(158,197,125)
#8FB271
(143,178,113)
#809F65
(128,159,101)
#718C59
(113,140,89)
#62794D
(98,121,77)
#536641
(83,102,65)
#445335
(68,83,53)
#354029
(53,64,41)
#262D1D
(38,45,29)
#171A11
(23,26,17)
#000000
(0,0,0)

Tints of #ADD889

#ADD889
(173,216,137)
#B4DB93
(180,219,147)
#BBDE9D
(187,222,157)
#C2E1A7
(194,225,167)
#C9E4B1
(201,228,177)
#D0E7BB
(208,231,187)
#D7EAC5
(215,234,197)
#DEEDCF
(222,237,207)
#E5F0D9
(229,240,217)
#ECF3E3
(236,243,227)
#F3F6ED
(243,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADD889 color. Also use rgb(173,216,137) instead hex code.

Text Font Color

.myTextColor { color: #ADD889; }

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

This text font color is #ADD889.

Background Color

.myBgColor { background-color: #ADD889; }

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

This div background color is #ADD889.

Border color

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

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

This div border color is #ADD889.

Opacity

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

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

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

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

This text has shadow with #ADD889 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADD889.

Preview

Color preview on black background

This text has color #ADD889 on black background.


Color preview on white background

This text has color #ADD889 on white background.


Black color preview on #ADD889 background

This text has black color on #ADD889 background.


White color preview on #ADD889 background

This text has white color on #ADD889 background.


Related colors

Complementary color

Complementary color for #hex is #522776.


I love getcolorcode.com

Triadic colors

1 #89ADD8 and #D889AD with #ADD889 are triadic colors.

2 #89D8AD and #D8AD89 with #ADD889 are triadic colors.