COLOR #ADC28E

HEX: #ADC28E
RGB: (173,194,142)

Color info

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

RGB color model

#ADC28E color RGB value is (173,194,142).

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

RGB channels and saturation

R 173 of 255 = 68%
G 194 of 255 = 76%
B 142 of 255 = 56%

173
194
142

R + G + B ~ 67%. #ADC28E is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 194 + 142 = 509 (100%)
R 173 of 509 ~ 33.99%
G 194 of 509 ~ 38.11%
B 142 of 509 ~ 27.9%

%33.99
%38.11
%27.9

CMYK color model

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

  • cyan value is 10.82%
  • magenta value is 0.00%
  • yellow value is 26.80%
  • 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
%26.8
%23.92

Codes

Color #ADC28E in popluar color models

ADC28E
RGB173194142
HSL84°29.89%65.88%
HSB/HSV84°26.80%76.08%
CMYK10.82%0.00%26.80%
23.92%

Color #ADC28E in popluar number systems.

HEXADC28E
Decimal173194142
Binary101011011100001010001110
Octal255302216

Shades and tints

Shades of #ADC28E

#ADC28E
(173,194,142)
#9EB182
(158,177,130)
#8FA076
(143,160,118)
#808F6A
(128,143,106)
#717E5E
(113,126,94)
#626D52
(98,109,82)
#535C46
(83,92,70)
#444B3A
(68,75,58)
#353A2E
(53,58,46)
#262922
(38,41,34)
#171816
(23,24,22)
#000000
(0,0,0)

Tints of #ADC28E

#ADC28E
(173,194,142)
#B4C798
(180,199,152)
#BBCCA2
(187,204,162)
#C2D1AC
(194,209,172)
#C9D6B6
(201,214,182)
#D0DBC0
(208,219,192)
#D7E0CA
(215,224,202)
#DEE5D4
(222,229,212)
#E5EADE
(229,234,222)
#ECEFE8
(236,239,232)
#F3F4F2
(243,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADC28E; }

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

This text font color is #ADC28E.


Background Color

.myBgColor { background-color: #ADC28E; }

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

This div background color is #ADC28E.


Border color

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

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

This div border color is #ADC28E.


Opacity

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

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

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

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

This text has shadow with #ADC28E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADC28E on black background.


Color preview on white background

This text has color #ADC28E on white background.



Black color preview on #ADC28E background

This text has black color on #ADC28E background.


White color preview on #ADC28E background

This text has white color on #ADC28E background.