COLOR #ADC472

HEX: #ADC472 RGB: (173,196,114)

Color info

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

RGB color model

#ADC472 color RGB value is (173,196,114).

RGB: (173,196,114) (68%, 77%, 45%)

RGB channels and saturation

R 173 of 255 = 68%
G 196 of 255 = 77%
B 114 of 255 = 45%

173
196
114

R + G + B ~ 63%. #ADC472 is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 196 + 114 = 483 (100%)
R 173 of 483 ~ 35.82%
G 196 of 483 ~ 40.58%
B 114 of 483 ~ 23.6'%

%35.82
%40.58
%23.6

CMYK color model

#ADC472 color CMYK value is (12,0,42,23).

  • cyan value is 11.73%
  • magenta value is 0.00%
  • yellow value is 41.84%
  • key color value is 23.14%
CMYK: (12,0,42,23) C12M0Y42K23 (12%,0%,42%,23%) (0.12/0.00/0.42/0.23) 

CMYK percentages

%11.73
%0
%41.84
%23.14

Codes

Color #ADC472 in popluar color models

AD C4 72
RGB 173 196 114
HSL 77° 41.00% 60.78%
HSB/HSV 77° 41.84% 76.86%
CMYK 11.73% 0.00% 41.84%
23.14%

Color #ADC472 in popluar number systems.

HEX AD C4 72
Decimal 173 196 114
Binary 10101101 11000100 1110010
Octal 255 304 162

Shades and tints

Shades of #ADC472

#ADC472
(173,196,114)
#9EB368
(158,179,104)
#8FA25E
(143,162,94)
#809154
(128,145,84)
#71804A
(113,128,74)
#626F40
(98,111,64)
#535E36
(83,94,54)
#444D2C
(68,77,44)
#353C22
(53,60,34)
#262B18
(38,43,24)
#171A0E
(23,26,14)
#000000
(0,0,0)

Tints of #ADC472

#ADC472
(173,196,114)
#B4C97E
(180,201,126)
#BBCE8A
(187,206,138)
#C2D396
(194,211,150)
#C9D8A2
(201,216,162)
#D0DDAE
(208,221,174)
#D7E2BA
(215,226,186)
#DEE7C6
(222,231,198)
#E5ECD2
(229,236,210)
#ECF1DE
(236,241,222)
#F3F6EA
(243,246,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADC472 color. Also use rgb(173,196,114) instead hex code.

Text Font Color

.myTextColor { color: #ADC472; }

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

This text font color is #ADC472.

Background Color

.myBgColor { background-color: #ADC472; }

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

This div background color is #ADC472.

Border color

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

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

This div border color is #ADC472.

Opacity

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

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

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

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

This text has shadow with #ADC472 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADC472.

Preview

Color preview on black background

This text has color #ADC472 on black background.


Color preview on white background

This text has color #ADC472 on white background.


Black color preview on #ADC472 background

This text has black color on #ADC472 background.


White color preview on #ADC472 background

This text has white color on #ADC472 background.


Related colors

Complementary color

Complementary color for #hex is #523B8D.


I love getcolorcode.com

Triadic colors

1 #72ADC4 and #C472AD with #ADC472 are triadic colors.

2 #72C4AD and #C4AD72 with #ADC472 are triadic colors.