COLOR #ADC15C

HEX: #ADC15C RGB: (173,193,92)

Color info

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

RGB color model

#ADC15C color RGB value is (173,193,92).

RGB: (173,193,92) (68%, 76%, 36%)

RGB channels and saturation

R 173 of 255 = 68%
G 193 of 255 = 76%
B 92 of 255 = 36%

173
193
92

R + G + B ~ 60%. #ADC15C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 173 + 193 + 92 = 458 (100%)
R 173 of 458 ~ 37.77%
G 193 of 458 ~ 42.14%
B 92 of 458 ~ 20.09'%

%37.77
%42.14
%20.09

CMYK color model

#ADC15C color CMYK value is (10,0,52,24).

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

CMYK: (10,0,52,24)
C10M0Y52K24 (10%, 0%, 52%, 24%)
(0.10 / 0.00 / 0.52 / 0.24)

CMYK percentages

%10.36
%0
%52.33
%24.31

Codes

Color #ADC15C in popluar color models

AD C1 5C
RGB 173 193 92
HSL 72° 44.89% 55.88%
HSB/HSV 72° 52.33% 75.69%
CMYK 10.36% 0.00% 52.33%
24.31%

Color #ADC15C in popluar number systems.

HEX AD C1 5C
Decimal 173 193 92
Binary 10101101 11000001 1011100
Octal 255 301 134

Shades and tints

Shades of #ADC15C

#ADC15C
(173,193,92)
#9EB054
(158,176,84)
#8F9F4C
(143,159,76)
#808E44
(128,142,68)
#717D3C
(113,125,60)
#626C34
(98,108,52)
#535B2C
(83,91,44)
#444A24
(68,74,36)
#35391C
(53,57,28)
#262814
(38,40,20)
#17170C
(23,23,12)
#000000
(0,0,0)

Tints of #ADC15C

#ADC15C
(173,193,92)
#B4C66A
(180,198,106)
#BBCB78
(187,203,120)
#C2D086
(194,208,134)
#C9D594
(201,213,148)
#D0DAA2
(208,218,162)
#D7DFB0
(215,223,176)
#DEE4BE
(222,228,190)
#E5E9CC
(229,233,204)
#ECEEDA
(236,238,218)
#F3F3E8
(243,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADC15C; }

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

This text font color is #ADC15C.

Background Color

.myBgColor { background-color: #ADC15C; }

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

This div background color is #ADC15C.

Border color

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

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

This div border color is #ADC15C.

Opacity

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

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

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

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

This text has shadow with #ADC15C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADC15C.

Preview

Color preview on black background

This text has color #ADC15C on black background.


Color preview on white background

This text has color #ADC15C on white background.


Black color preview on #ADC15C background

This text has black color on #ADC15C background.


White color preview on #ADC15C background

This text has white color on #ADC15C background.


Related colors

Complementary color

Complementary color for #hex is #523EA3.


I love getcolorcode.com

Triadic colors

1 #5CADC1 and #C15CAD with #ADC15C are triadic colors.

2 #5CC1AD and #C1AD5C with #ADC15C are triadic colors.