COLOR #ADD37F

HEX: #ADD37F RGB: (173,211,127)

Color info

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

RGB color model

#ADD37F color RGB value is (173,211,127).

RGB: (173,211,127) (68%, 83%, 50%)

RGB channels and saturation

R 173 of 255 = 68%
G 211 of 255 = 83%
B 127 of 255 = 50%

173
211
127

R + G + B ~ 67%. #ADD37F is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 211 + 127 = 511 (100%)
R 173 of 511 ~ 33.86%
G 211 of 511 ~ 41.29%
B 127 of 511 ~ 24.85'%

%33.86
%41.29
%24.85

CMYK color model

#ADD37F color CMYK value is (18,0,40,17).

  • cyan value is 18.01%
  • magenta value is 0.00%
  • yellow value is 39.81%
  • key color value is 17.25%

CMYK: (18,0,40,17)
C18M0Y40K17 (18%, 0%, 40%, 17%)
(0.18 / 0.00 / 0.40 / 0.17)

CMYK percentages

%18.01
%0
%39.81
%17.25

Codes

Color #ADD37F in popluar color models

AD D3 7F
RGB 173 211 127
HSL 87° 48.84% 66.27%
HSB/HSV 87° 39.81% 82.75%
CMYK 18.01% 0.00% 39.81%
17.25%

Color #ADD37F in popluar number systems.

HEX AD D3 7F
Decimal 173 211 127
Binary 10101101 11010011 1111111
Octal 255 323 177

Shades and tints

Shades of #ADD37F

#ADD37F
(173,211,127)
#9EC074
(158,192,116)
#8FAD69
(143,173,105)
#809A5E
(128,154,94)
#718753
(113,135,83)
#627448
(98,116,72)
#53613D
(83,97,61)
#444E32
(68,78,50)
#353B27
(53,59,39)
#26281C
(38,40,28)
#171511
(23,21,17)
#000000
(0,0,0)

Tints of #ADD37F

#ADD37F
(173,211,127)
#B4D78A
(180,215,138)
#BBDB95
(187,219,149)
#C2DFA0
(194,223,160)
#C9E3AB
(201,227,171)
#D0E7B6
(208,231,182)
#D7EBC1
(215,235,193)
#DEEFCC
(222,239,204)
#E5F3D7
(229,243,215)
#ECF7E2
(236,247,226)
#F3FBED
(243,251,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADD37F; }

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

This text font color is #ADD37F.

Background Color

.myBgColor { background-color: #ADD37F; }

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

This div background color is #ADD37F.

Border color

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

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

This div border color is #ADD37F.

Opacity

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

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

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

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

This text has shadow with #ADD37F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADD37F.

Preview

Color preview on black background

This text has color #ADD37F on black background.


Color preview on white background

This text has color #ADD37F on white background.


Black color preview on #ADD37F background

This text has black color on #ADD37F background.


White color preview on #ADD37F background

This text has white color on #ADD37F background.


Related colors

Complementary color

Complementary color for #hex is #522C80.


I love getcolorcode.com

Triadic colors

1 #7FADD3 and #D37FAD with #ADD37F are triadic colors.

2 #7FD3AD and #D3AD7F with #ADD37F are triadic colors.