COLOR #ADC17D

HEX: #ADC17D RGB: (173,193,125)

Color info

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

RGB color model

#ADC17D color RGB value is (173,193,125).

RGB: (173,193,125) (68%, 76%, 49%)

RGB channels and saturation

R 173 of 255 = 68%
G 193 of 255 = 76%
B 125 of 255 = 49%

173
193
125

R + G + B ~ 64%. #ADC17D is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 193 + 125 = 491 (100%)
R 173 of 491 ~ 35.23%
G 193 of 491 ~ 39.31%
B 125 of 491 ~ 25.46'%

%35.23
%39.31
%25.46

CMYK color model

#ADC17D color CMYK value is (10,0,35,24).

  • cyan value is 10.36%
  • magenta value is 0.00%
  • yellow value is 35.23%
  • key color value is 24.31%

CMYK: (10,0,35,24)
C10M0Y35K24 (10%, 0%, 35%, 24%)
(0.10 / 0.00 / 0.35 / 0.24)

CMYK percentages

%10.36
%0
%35.23
%24.31

Codes

Color #ADC17D in popluar color models

AD C1 7D
RGB 173 193 125
HSL 78° 35.42% 62.35%
HSB/HSV 78° 35.23% 75.69%
CMYK 10.36% 0.00% 35.23%
24.31%

Color #ADC17D in popluar number systems.

HEX AD C1 7D
Decimal 173 193 125
Binary 10101101 11000001 1111101
Octal 255 301 175

Shades and tints

Shades of #ADC17D

#ADC17D
(173,193,125)
#9EB072
(158,176,114)
#8F9F67
(143,159,103)
#808E5C
(128,142,92)
#717D51
(113,125,81)
#626C46
(98,108,70)
#535B3B
(83,91,59)
#444A30
(68,74,48)
#353925
(53,57,37)
#26281A
(38,40,26)
#17170F
(23,23,15)
#000000
(0,0,0)

Tints of #ADC17D

#ADC17D
(173,193,125)
#B4C688
(180,198,136)
#BBCB93
(187,203,147)
#C2D09E
(194,208,158)
#C9D5A9
(201,213,169)
#D0DAB4
(208,218,180)
#D7DFBF
(215,223,191)
#DEE4CA
(222,228,202)
#E5E9D5
(229,233,213)
#ECEEE0
(236,238,224)
#F3F3EB
(243,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADC17D color. Also use rgb(173,193,125) instead hex code.

Text Font Color

.myTextColor { color: #ADC17D; }

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

This text font color is #ADC17D.

Background Color

.myBgColor { background-color: #ADC17D; }

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

This div background color is #ADC17D.

Border color

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

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

This div border color is #ADC17D.

Opacity

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

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

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

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

This text has shadow with #ADC17D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADC17D.

Preview

Color preview on black background

This text has color #ADC17D on black background.


Color preview on white background

This text has color #ADC17D on white background.


Black color preview on #ADC17D background

This text has black color on #ADC17D background.


White color preview on #ADC17D background

This text has white color on #ADC17D background.


Related colors

Complementary color

Complementary color for #hex is #523E82.


I love getcolorcode.com

Triadic colors

1 #7DADC1 and #C17DAD with #ADC17D are triadic colors.

2 #7DC1AD and #C1AD7D with #ADC17D are triadic colors.