COLOR #ADD973

HEX: #ADD973
RGB: (173,217,115)

Color info

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

RGB color model

#ADD973 color RGB value is (173,217,115).

  • red value is 173;
  • green value is 217;
  • blue value is 115.
RGB:
(173,217,115)
(68%,85%,45%)

RGB channels and saturation

R 173 of 255 = 68%
G 217 of 255 = 85%
B 115 of 255 = 45%

173
217
115

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

Portions of RGB colors in percentages

R + G + B =
173 + 217 + 115 = 505 (100%)
R 173 of 505 ~ 34.26%
G 217 of 505 ~ 42.97%
B 115 of 505 ~ 22.77%

%34.26
%42.97
%22.77

CMYK color model

#ADD973 color CMYK value is (20,0,47,15).

  • cyan value is 20.28%
  • magenta value is 0.00%
  • yellow value is 47.00%
  • key color value is 14.90%
CMYK:
(20,0,47,15)
C20M0Y47K15 
(20%,0%,47%,15%)
(0.20/0.00/0.47/0.15)	

CMYK percentages

%20.28
%0
%47
%14.9

Codes

Color #ADD973 in popluar color models

ADD973
RGB173217115
HSL86°57.30%65.10%
HSB/HSV86°47.00%85.10%
CMYK20.28%0.00%47.00%
14.90%

Color #ADD973 in popluar number systems.

HEXADD973
Decimal173217115
Binary10101101110110011110011
Octal255331163

Shades and tints

Shades of #ADD973

#ADD973
(173,217,115)
#9EC669
(158,198,105)
#8FB35F
(143,179,95)
#80A055
(128,160,85)
#718D4B
(113,141,75)
#627A41
(98,122,65)
#536737
(83,103,55)
#44542D
(68,84,45)
#354123
(53,65,35)
#262E19
(38,46,25)
#171B0F
(23,27,15)
#000000
(0,0,0)

Tints of #ADD973

#ADD973
(173,217,115)
#B4DC7F
(180,220,127)
#BBDF8B
(187,223,139)
#C2E297
(194,226,151)
#C9E5A3
(201,229,163)
#D0E8AF
(208,232,175)
#D7EBBB
(215,235,187)
#DEEEC7
(222,238,199)
#E5F1D3
(229,241,211)
#ECF4DF
(236,244,223)
#F3F7EB
(243,247,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADD973 color. Also use rgb(173,217,115) instead hex code.

Text Font Color

.myTextColor { color: #ADD973; }

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

This text font color is #ADD973.


Background Color

.myBgColor { background-color: #ADD973; }

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

This div background color is #ADD973.


Border color

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

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

This div border color is #ADD973.


Opacity

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

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

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

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

This text has shadow with #ADD973 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADD973 on black background.


Color preview on white background

This text has color #ADD973 on white background.



Black color preview on #ADD973 background

This text has black color on #ADD973 background.


White color preview on #ADD973 background

This text has white color on #ADD973 background.