COLOR #ADC070

HEX: #ADC070 RGB: (173,192,112)

Color info

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

RGB color model

#ADC070 color RGB value is (173,192,112).

RGB: (173,192,112) (68%, 75%, 44%)

RGB channels and saturation

R 173 of 255 = 68%
G 192 of 255 = 75%
B 112 of 255 = 44%

173
192
112

R + G + B ~ 62%. #ADC070 is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 192 + 112 = 477 (100%)
R 173 of 477 ~ 36.27%
G 192 of 477 ~ 40.25%
B 112 of 477 ~ 23.48'%

%36.27
%40.25
%23.48

CMYK color model

#ADC070 color CMYK value is (10,0,42,25).

  • cyan value is 9.90%
  • magenta value is 0.00%
  • yellow value is 41.67%
  • key color value is 24.71%

CMYK: (10,0,42,25)
C10M0Y42K25 (10%, 0%, 42%, 25%)
(0.10 / 0.00 / 0.42 / 0.25)

CMYK percentages

%9.9
%0
%41.67
%24.71

Codes

Color #ADC070 in popluar color models

AD C0 70
RGB 173 192 112
HSL 74° 38.83% 59.61%
HSB/HSV 74° 41.67% 75.29%
CMYK 9.90% 0.00% 41.67%
24.71%

Color #ADC070 in popluar number systems.

HEX AD C0 70
Decimal 173 192 112
Binary 10101101 11000000 1110000
Octal 255 300 160

Shades and tints

Shades of #ADC070

#ADC070
(173,192,112)
#9EAF66
(158,175,102)
#8F9E5C
(143,158,92)
#808D52
(128,141,82)
#717C48
(113,124,72)
#626B3E
(98,107,62)
#535A34
(83,90,52)
#44492A
(68,73,42)
#353820
(53,56,32)
#262716
(38,39,22)
#17160C
(23,22,12)
#000000
(0,0,0)

Tints of #ADC070

#ADC070
(173,192,112)
#B4C57D
(180,197,125)
#BBCA8A
(187,202,138)
#C2CF97
(194,207,151)
#C9D4A4
(201,212,164)
#D0D9B1
(208,217,177)
#D7DEBE
(215,222,190)
#DEE3CB
(222,227,203)
#E5E8D8
(229,232,216)
#ECEDE5
(236,237,229)
#F3F2F2
(243,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADC070; }

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

This text font color is #ADC070.

Background Color

.myBgColor { background-color: #ADC070; }

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

This div background color is #ADC070.

Border color

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

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

This div border color is #ADC070.

Opacity

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

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

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

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

This text has shadow with #ADC070 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADC070.

Preview

Color preview on black background

This text has color #ADC070 on black background.


Color preview on white background

This text has color #ADC070 on white background.


Black color preview on #ADC070 background

This text has black color on #ADC070 background.


White color preview on #ADC070 background

This text has white color on #ADC070 background.


Related colors

Complementary color

Complementary color for #hex is #523F8F.


I love getcolorcode.com

Triadic colors

1 #70ADC0 and #C070AD with #ADC070 are triadic colors.

2 #70C0AD and #C0AD70 with #ADC070 are triadic colors.