COLOR #ADC05C

HEX: #ADC05C
RGB: (173,192,92)

Color info

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

RGB color model

#ADC05C color RGB value is (173,192,92).

  • red value is 173;
  • green value is 192;
  • blue value is 92.
RGB:
(173,192,92)
(68%,75%,36%)

RGB channels and saturation

R 173 of 255 = 68%
G 192 of 255 = 75%
B 92 of 255 = 36%

173
192
92

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

Portions of RGB colors in percentages

R + G + B =
173 + 192 + 92 = 457 (100%)
R 173 of 457 ~ 37.86%
G 192 of 457 ~ 42.01%
B 92 of 457 ~ 20.13%

%37.86
%42.01
%20.13

CMYK color model

#ADC05C color CMYK value is (10,0,52,25).

  • cyan value is 9.90%
  • magenta value is 0.00%
  • yellow value is 52.08%
  • key color value is 24.71%
CMYK:
(10,0,52,25)
C10M0Y52K25 
(10%,0%,52%,25%)
(0.10/0.00/0.52/0.25)	

CMYK percentages

%9.9
%0
%52.08
%24.71

Codes

Color #ADC05C in popluar color models

ADC05C
RGB17319292
HSL71°44.25%55.69%
HSB/HSV71°52.08%75.29%
CMYK9.90%0.00%52.08%
24.71%

Color #ADC05C in popluar number systems.

HEXADC05C
Decimal17319292
Binary10101101110000001011100
Octal255300134

Shades and tints

Shades of #ADC05C

#ADC05C
(173,192,92)
#9EAF54
(158,175,84)
#8F9E4C
(143,158,76)
#808D44
(128,141,68)
#717C3C
(113,124,60)
#626B34
(98,107,52)
#535A2C
(83,90,44)
#444924
(68,73,36)
#35381C
(53,56,28)
#262714
(38,39,20)
#17160C
(23,22,12)
#000000
(0,0,0)

Tints of #ADC05C

#ADC05C
(173,192,92)
#B4C56A
(180,197,106)
#BBCA78
(187,202,120)
#C2CF86
(194,207,134)
#C9D494
(201,212,148)
#D0D9A2
(208,217,162)
#D7DEB0
(215,222,176)
#DEE3BE
(222,227,190)
#E5E8CC
(229,232,204)
#ECEDDA
(236,237,218)
#F3F2E8
(243,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADC05C; }

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

This text font color is #ADC05C.


Background Color

.myBgColor { background-color: #ADC05C; }

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

This div background color is #ADC05C.


Border color

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

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

This div border color is #ADC05C.


Opacity

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

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

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

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

This text has shadow with #ADC05C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADC05C on black background.


Color preview on white background

This text has color #ADC05C on white background.



Black color preview on #ADC05C background

This text has black color on #ADC05C background.


White color preview on #ADC05C background

This text has white color on #ADC05C background.