COLOR #ADC596

HEX: #ADC596 RGB: (173,197,150)

Color info

#ADC596 contains red, green and blue colors in about the same proportion. Web safe color of #ADC596 is #99CC99 (or #9C9).

RGB color model

#ADC596 color RGB value is (173,197,150).

RGB: (173,197,150) (68%, 77%, 59%)

RGB channels and saturation

R 173 of 255 = 68%
G 197 of 255 = 77%
B 150 of 255 = 59%

173
197
150

R + G + B ~ 68%. #ADC596 is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 197 + 150 = 520 (100%)
R 173 of 520 ~ 33.27%
G 197 of 520 ~ 37.88%
B 150 of 520 ~ 28.85'%

%33.27
%37.88
%28.85

CMYK color model

#ADC596 color CMYK value is (12,0,24,23).

  • cyan value is 12.18%
  • magenta value is 0.00%
  • yellow value is 23.86%
  • key color value is 22.75%
CMYK: (12,0,24,23) C12M0Y24K23 (12%,0%,24%,23%) (0.12/0.00/0.24/0.23) 

CMYK percentages

%12.18
%0
%23.86
%22.75

Codes

Color #ADC596 in popluar color models

AD C5 96
RGB 173 197 150
HSL 91° 28.83% 68.04%
HSB/HSV 91° 23.86% 77.25%
CMYK 12.18% 0.00% 23.86%
22.75%

Color #ADC596 in popluar number systems.

HEX AD C5 96
Decimal 173 197 150
Binary 10101101 11000101 10010110
Octal 255 305 226

Shades and tints

Shades of #ADC596

#ADC596
(173,197,150)
#9EB489
(158,180,137)
#8FA37C
(143,163,124)
#80926F
(128,146,111)
#718162
(113,129,98)
#627055
(98,112,85)
#535F48
(83,95,72)
#444E3B
(68,78,59)
#353D2E
(53,61,46)
#262C21
(38,44,33)
#171B14
(23,27,20)
#000000
(0,0,0)

Tints of #ADC596

#ADC596
(173,197,150)
#B4CA9F
(180,202,159)
#BBCFA8
(187,207,168)
#C2D4B1
(194,212,177)
#C9D9BA
(201,217,186)
#D0DEC3
(208,222,195)
#D7E3CC
(215,227,204)
#DEE8D5
(222,232,213)
#E5EDDE
(229,237,222)
#ECF2E7
(236,242,231)
#F3F7F0
(243,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADC596 color. Also use rgb(173,197,150) instead hex code.

Text Font Color

.myTextColor { color: #ADC596; }

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

This text font color is #ADC596.

Background Color

.myBgColor { background-color: #ADC596; }

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

This div background color is #ADC596.

Border color

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

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

This div border color is #ADC596.

Opacity

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

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

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

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

This text has shadow with #ADC596 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADC596.

Preview

Color preview on black background

This text has color #ADC596 on black background.


Color preview on white background

This text has color #ADC596 on white background.


Black color preview on #ADC596 background

This text has black color on #ADC596 background.


White color preview on #ADC596 background

This text has white color on #ADC596 background.


Related colors

Complementary color

Complementary color for #hex is #523A69.


I love getcolorcode.com

Triadic colors

1 #96ADC5 and #C596AD with #ADC596 are triadic colors.

2 #96C5AD and #C5AD96 with #ADC596 are triadic colors.