COLOR #ADD191

HEX: #ADD191 RGB: (173,209,145)

Color info

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

RGB color model

#ADD191 color RGB value is (173,209,145).

RGB: (173,209,145) (68%, 82%, 57%)

RGB channels and saturation

R 173 of 255 = 68%
G 209 of 255 = 82%
B 145 of 255 = 57%

173
209
145

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

Portions of RGB colors in percentages

R + G + B = 173 + 209 + 145 = 527 (100%)
R 173 of 527 ~ 32.83%
G 209 of 527 ~ 39.66%
B 145 of 527 ~ 27.51'%

%32.83
%39.66
%27.51

CMYK color model

#ADD191 color CMYK value is (17,0,31,18).

  • cyan value is 17.22%
  • magenta value is 0.00%
  • yellow value is 30.62%
  • key color value is 18.04%

CMYK: (17,0,31,18)
C17M0Y31K18 (17%, 0%, 31%, 18%)
(0.17 / 0.00 / 0.31 / 0.18)

CMYK percentages

%17.22
%0
%30.62
%18.04

Codes

Color #ADD191 in popluar color models

AD D1 91
RGB 173 209 145
HSL 94° 41.03% 69.41%
HSB/HSV 94° 30.62% 81.96%
CMYK 17.22% 0.00% 30.62%
18.04%

Color #ADD191 in popluar number systems.

HEX AD D1 91
Decimal 173 209 145
Binary 10101101 11010001 10010001
Octal 255 321 221

Shades and tints

Shades of #ADD191

#ADD191
(173,209,145)
#9EBE84
(158,190,132)
#8FAB77
(143,171,119)
#80986A
(128,152,106)
#71855D
(113,133,93)
#627250
(98,114,80)
#535F43
(83,95,67)
#444C36
(68,76,54)
#353929
(53,57,41)
#26261C
(38,38,28)
#17130F
(23,19,15)
#000000
(0,0,0)

Tints of #ADD191

#ADD191
(173,209,145)
#B4D59B
(180,213,155)
#BBD9A5
(187,217,165)
#C2DDAF
(194,221,175)
#C9E1B9
(201,225,185)
#D0E5C3
(208,229,195)
#D7E9CD
(215,233,205)
#DEEDD7
(222,237,215)
#E5F1E1
(229,241,225)
#ECF5EB
(236,245,235)
#F3F9F5
(243,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADD191 color. Also use rgb(173,209,145) instead hex code.

Text Font Color

.myTextColor { color: #ADD191; }

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

This text font color is #ADD191.

Background Color

.myBgColor { background-color: #ADD191; }

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

This div background color is #ADD191.

Border color

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

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

This div border color is #ADD191.

Opacity

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

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

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

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

This text has shadow with #ADD191 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADD191.

Preview

Color preview on black background

This text has color #ADD191 on black background.


Color preview on white background

This text has color #ADD191 on white background.


Black color preview on #ADD191 background

This text has black color on #ADD191 background.


White color preview on #ADD191 background

This text has white color on #ADD191 background.


Related colors

Complementary color

Complementary color for #hex is #522E6E.


I love getcolorcode.com

Triadic colors

1 #91ADD1 and #D191AD with #ADD191 are triadic colors.

2 #91D1AD and #D1AD91 with #ADD191 are triadic colors.