COLOR #ADD39B

HEX: #ADD39B
RGB: (173,211,155)

Color info

#ADD39B contains red, green and blue colors in about the same proportion. Web safe color of #ADD39B is #99CC99 (or #9C9).

RGB color model

#ADD39B color RGB value is (173,211,155).

  • red value is 173;
  • green value is 211;
  • blue value is 155.
RGB:
(173,211,155)
(68%,83%,61%)

RGB channels and saturation

R 173 of 255 = 68%
G 211 of 255 = 83%
B 155 of 255 = 61%

173
211
155

R + G + B ~ 71%. #ADD39B is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 211 + 155 = 539 (100%)
R 173 of 539 ~ 32.1%
G 211 of 539 ~ 39.15%
B 155 of 539 ~ 28.76%

%32.1
%39.15
%28.76

CMYK color model

#ADD39B color CMYK value is (18,0,27,17).

  • cyan value is 18.01%
  • magenta value is 0.00%
  • yellow value is 26.54%
  • key color value is 17.25%
CMYK:
(18,0,27,17)
C18M0Y27K17 
(18%,0%,27%,17%)
(0.18/0.00/0.27/0.17)	

CMYK percentages

%18.01
%0
%26.54
%17.25

Codes

Color #ADD39B in popluar color models

ADD39B
RGB173211155
HSL101°38.89%71.76%
HSB/HSV101°26.54%82.75%
CMYK18.01%0.00%26.54%
17.25%

Color #ADD39B in popluar number systems.

HEXADD39B
Decimal173211155
Binary101011011101001110011011
Octal255323233

Shades and tints

Shades of #ADD39B

#ADD39B
(173,211,155)
#9EC08D
(158,192,141)
#8FAD7F
(143,173,127)
#809A71
(128,154,113)
#718763
(113,135,99)
#627455
(98,116,85)
#536147
(83,97,71)
#444E39
(68,78,57)
#353B2B
(53,59,43)
#26281D
(38,40,29)
#17150F
(23,21,15)
#000000
(0,0,0)

Tints of #ADD39B

#ADD39B
(173,211,155)
#B4D7A4
(180,215,164)
#BBDBAD
(187,219,173)
#C2DFB6
(194,223,182)
#C9E3BF
(201,227,191)
#D0E7C8
(208,231,200)
#D7EBD1
(215,235,209)
#DEEFDA
(222,239,218)
#E5F3E3
(229,243,227)
#ECF7EC
(236,247,236)
#F3FBF5
(243,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADD39B; }

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

This text font color is #ADD39B.


Background Color

.myBgColor { background-color: #ADD39B; }

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

This div background color is #ADD39B.


Border color

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

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

This div border color is #ADD39B.


Opacity

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

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

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

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

This text has shadow with #ADD39B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADD39B on black background.


Color preview on white background

This text has color #ADD39B on white background.



Black color preview on #ADD39B background

This text has black color on #ADD39B background.


White color preview on #ADD39B background

This text has white color on #ADD39B background.