COLOR #ADC28D

HEX: #ADC28D
RGB: (173,194,141)

Color info

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

RGB color model

#ADC28D color RGB value is (173,194,141).

  • red value is 173;
  • green value is 194;
  • blue value is 141.
RGB:
(173,194,141)
(68%,76%,55%)

RGB channels and saturation

R 173 of 255 = 68%
G 194 of 255 = 76%
B 141 of 255 = 55%

173
194
141

R + G + B ~ 66%. #ADC28D is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 194 + 141 = 508 (100%)
R 173 of 508 ~ 34.06%
G 194 of 508 ~ 38.19%
B 141 of 508 ~ 27.76%

%34.06
%38.19
%27.76

CMYK color model

#ADC28D color CMYK value is (11,0,27,24).

  • cyan value is 10.82%
  • magenta value is 0.00%
  • yellow value is 27.32%
  • key color value is 23.92%
CMYK:
(11,0,27,24)
C11M0Y27K24 
(11%,0%,27%,24%)
(0.11/0.00/0.27/0.24)	

CMYK percentages

%10.82
%0
%27.32
%23.92

Codes

Color #ADC28D in popluar color models

ADC28D
RGB173194141
HSL84°30.29%65.69%
HSB/HSV84°27.32%76.08%
CMYK10.82%0.00%27.32%
23.92%

Color #ADC28D in popluar number systems.

HEXADC28D
Decimal173194141
Binary101011011100001010001101
Octal255302215

Shades and tints

Shades of #ADC28D

#ADC28D
(173,194,141)
#9EB181
(158,177,129)
#8FA075
(143,160,117)
#808F69
(128,143,105)
#717E5D
(113,126,93)
#626D51
(98,109,81)
#535C45
(83,92,69)
#444B39
(68,75,57)
#353A2D
(53,58,45)
#262921
(38,41,33)
#171815
(23,24,21)
#000000
(0,0,0)

Tints of #ADC28D

#ADC28D
(173,194,141)
#B4C797
(180,199,151)
#BBCCA1
(187,204,161)
#C2D1AB
(194,209,171)
#C9D6B5
(201,214,181)
#D0DBBF
(208,219,191)
#D7E0C9
(215,224,201)
#DEE5D3
(222,229,211)
#E5EADD
(229,234,221)
#ECEFE7
(236,239,231)
#F3F4F1
(243,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADC28D color. Also use rgb(173,194,141) instead hex code.

Text Font Color

.myTextColor { color: #ADC28D; }

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

This text font color is #ADC28D.


Background Color

.myBgColor { background-color: #ADC28D; }

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

This div background color is #ADC28D.


Border color

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

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

This div border color is #ADC28D.


Opacity

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

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

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

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

This text has shadow with #ADC28D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADC28D on black background.


Color preview on white background

This text has color #ADC28D on white background.



Black color preview on #ADC28D background

This text has black color on #ADC28D background.


White color preview on #ADC28D background

This text has white color on #ADC28D background.