COLOR #ADD47B

HEX: #ADD47B
RGB: (173,212,123)

Color info

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

RGB color model

#ADD47B color RGB value is (173,212,123).

  • red value is 173;
  • green value is 212;
  • blue value is 123.
RGB:
(173,212,123)
(68%,83%,48%)

RGB channels and saturation

R 173 of 255 = 68%
G 212 of 255 = 83%
B 123 of 255 = 48%

173
212
123

R + G + B ~ 66%. #ADD47B is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 212 + 123 = 508 (100%)
R 173 of 508 ~ 34.06%
G 212 of 508 ~ 41.73%
B 123 of 508 ~ 24.21%

%34.06
%41.73
%24.21

CMYK color model

#ADD47B color CMYK value is (18,0,42,17).

  • cyan value is 18.40%
  • magenta value is 0.00%
  • yellow value is 41.98%
  • key color value is 16.86%
CMYK:
(18,0,42,17)
C18M0Y42K17 
(18%,0%,42%,17%)
(0.18/0.00/0.42/0.17)	

CMYK percentages

%18.4
%0
%41.98
%16.86

Codes

Color #ADD47B in popluar color models

ADD47B
RGB173212123
HSL86°50.86%65.69%
HSB/HSV86°41.98%83.14%
CMYK18.40%0.00%41.98%
16.86%

Color #ADD47B in popluar number systems.

HEXADD47B
Decimal173212123
Binary10101101110101001111011
Octal255324173

Shades and tints

Shades of #ADD47B

#ADD47B
(173,212,123)
#9EC170
(158,193,112)
#8FAE65
(143,174,101)
#809B5A
(128,155,90)
#71884F
(113,136,79)
#627544
(98,117,68)
#536239
(83,98,57)
#444F2E
(68,79,46)
#353C23
(53,60,35)
#262918
(38,41,24)
#17160D
(23,22,13)
#000000
(0,0,0)

Tints of #ADD47B

#ADD47B
(173,212,123)
#B4D787
(180,215,135)
#BBDA93
(187,218,147)
#C2DD9F
(194,221,159)
#C9E0AB
(201,224,171)
#D0E3B7
(208,227,183)
#D7E6C3
(215,230,195)
#DEE9CF
(222,233,207)
#E5ECDB
(229,236,219)
#ECEFE7
(236,239,231)
#F3F2F3
(243,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADD47B color. Also use rgb(173,212,123) instead hex code.

Text Font Color

.myTextColor { color: #ADD47B; }

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

This text font color is #ADD47B.


Background Color

.myBgColor { background-color: #ADD47B; }

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

This div background color is #ADD47B.


Border color

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

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

This div border color is #ADD47B.


Opacity

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

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

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

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

This text has shadow with #ADD47B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADD47B on black background.


Color preview on white background

This text has color #ADD47B on white background.



Black color preview on #ADD47B background

This text has black color on #ADD47B background.


White color preview on #ADD47B background

This text has white color on #ADD47B background.