COLOR #ADD39F

HEX: #ADD39F
RGB: (173,211,159)

Color info

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

RGB color model

#ADD39F color RGB value is (173,211,159).

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

RGB channels and saturation

R 173 of 255 = 68%
G 211 of 255 = 83%
B 159 of 255 = 62%

173
211
159

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

Portions of RGB colors in percentages

R + G + B =
173 + 211 + 159 = 543 (100%)
R 173 of 543 ~ 31.86%
G 211 of 543 ~ 38.86%
B 159 of 543 ~ 29.28%

%31.86
%38.86
%29.28

CMYK color model

#ADD39F color CMYK value is (18,0,25,17).

  • cyan value is 18.01%
  • magenta value is 0.00%
  • yellow value is 24.64%
  • key color value is 17.25%
CMYK:
(18,0,25,17)
C18M0Y25K17 
(18%,0%,25%,17%)
(0.18/0.00/0.25/0.17)	

CMYK percentages

%18.01
%0
%24.64
%17.25

Codes

Color #ADD39F in popluar color models

ADD39F
RGB173211159
HSL104°37.14%72.55%
HSB/HSV104°24.64%82.75%
CMYK18.01%0.00%24.64%
17.25%

Color #ADD39F in popluar number systems.

HEXADD39F
Decimal173211159
Binary101011011101001110011111
Octal255323237

Shades and tints

Shades of #ADD39F

#ADD39F
(173,211,159)
#9EC091
(158,192,145)
#8FAD83
(143,173,131)
#809A75
(128,154,117)
#718767
(113,135,103)
#627459
(98,116,89)
#53614B
(83,97,75)
#444E3D
(68,78,61)
#353B2F
(53,59,47)
#262821
(38,40,33)
#171513
(23,21,19)
#000000
(0,0,0)

Tints of #ADD39F

#ADD39F
(173,211,159)
#B4D7A7
(180,215,167)
#BBDBAF
(187,219,175)
#C2DFB7
(194,223,183)
#C9E3BF
(201,227,191)
#D0E7C7
(208,231,199)
#D7EBCF
(215,235,207)
#DEEFD7
(222,239,215)
#E5F3DF
(229,243,223)
#ECF7E7
(236,247,231)
#F3FBEF
(243,251,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADD39F; }

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

This text font color is #ADD39F.


Background Color

.myBgColor { background-color: #ADD39F; }

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

This div background color is #ADD39F.


Border color

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

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

This div border color is #ADD39F.


Opacity

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

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

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

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

This text has shadow with #ADD39F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADD39F on black background.


Color preview on white background

This text has color #ADD39F on white background.



Black color preview on #ADD39F background

This text has black color on #ADD39F background.


White color preview on #ADD39F background

This text has white color on #ADD39F background.