COLOR #ADCC5D

HEX: #ADCC5D
RGB: (173,204,93)

Color info

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

RGB color model

#ADCC5D color RGB value is (173,204,93).

  • red value is 173;
  • green value is 204;
  • blue value is 93.
RGB:
(173,204,93)
(68%,80%,36%)

RGB channels and saturation

R 173 of 255 = 68%
G 204 of 255 = 80%
B 93 of 255 = 36%

173
204
93

R + G + B ~ 61%. #ADCC5D is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 204 + 93 = 470 (100%)
R 173 of 470 ~ 36.81%
G 204 of 470 ~ 43.4%
B 93 of 470 ~ 19.79%

%36.81
%43.4
%19.79

CMYK color model

#ADCC5D color CMYK value is (15,0,54,20).

  • cyan value is 15.20%
  • magenta value is 0.00%
  • yellow value is 54.41%
  • key color value is 20.00%
CMYK:
(15,0,54,20)
C15M0Y54K20 
(15%,0%,54%,20%)
(0.15/0.00/0.54/0.20)	

CMYK percentages

%15.2
%0
%54.41
%20

Codes

Color #ADCC5D in popluar color models

ADCC5D
RGB17320493
HSL77°52.11%58.24%
HSB/HSV77°54.41%80.00%
CMYK15.20%0.00%54.41%
20.00%

Color #ADCC5D in popluar number systems.

HEXADCC5D
Decimal17320493
Binary10101101110011001011101
Octal255314135

Shades and tints

Shades of #ADCC5D

#ADCC5D
(173,204,93)
#9EBA55
(158,186,85)
#8FA84D
(143,168,77)
#809645
(128,150,69)
#71843D
(113,132,61)
#627235
(98,114,53)
#53602D
(83,96,45)
#444E25
(68,78,37)
#353C1D
(53,60,29)
#262A15
(38,42,21)
#17180D
(23,24,13)
#000000
(0,0,0)

Tints of #ADCC5D

#ADCC5D
(173,204,93)
#B4D06B
(180,208,107)
#BBD479
(187,212,121)
#C2D887
(194,216,135)
#C9DC95
(201,220,149)
#D0E0A3
(208,224,163)
#D7E4B1
(215,228,177)
#DEE8BF
(222,232,191)
#E5ECCD
(229,236,205)
#ECF0DB
(236,240,219)
#F3F4E9
(243,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADCC5D color. Also use rgb(173,204,93) instead hex code.

Text Font Color

.myTextColor { color: #ADCC5D; }

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

This text font color is #ADCC5D.


Background Color

.myBgColor { background-color: #ADCC5D; }

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

This div background color is #ADCC5D.


Border color

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

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

This div border color is #ADCC5D.


Opacity

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

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

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

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

This text has shadow with #ADCC5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADCC5D on black background.


Color preview on white background

This text has color #ADCC5D on white background.



Black color preview on #ADCC5D background

This text has black color on #ADCC5D background.


White color preview on #ADCC5D background

This text has white color on #ADCC5D background.