COLOR #ADC78B

HEX: #ADC78B
RGB: (173,199,139)

Color info

#ADC78B contains mainly red and green colors. Web safe color of #ADC78B is #99CC99 (or #9C9).

RGB color model

#ADC78B color RGB value is (173,199,139).

  • red value is 173;
  • green value is 199;
  • blue value is 139.
RGB:
(173,199,139)
(68%,78%,55%)

RGB channels and saturation

R 173 of 255 = 68%
G 199 of 255 = 78%
B 139 of 255 = 55%

173
199
139

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

Portions of RGB colors in percentages

R + G + B =
173 + 199 + 139 = 511 (100%)
R 173 of 511 ~ 33.86%
G 199 of 511 ~ 38.94%
B 139 of 511 ~ 27.2%

%33.86
%38.94
%27.2

CMYK color model

#ADC78B color CMYK value is (13,0,30,22).

  • cyan value is 13.07%
  • magenta value is 0.00%
  • yellow value is 30.15%
  • key color value is 21.96%
CMYK:
(13,0,30,22)
C13M0Y30K22 
(13%,0%,30%,22%)
(0.13/0.00/0.30/0.22)	

CMYK percentages

%13.07
%0
%30.15
%21.96

Codes

Color #ADC78B in popluar color models

ADC78B
RGB173199139
HSL86°34.88%66.27%
HSB/HSV86°30.15%78.04%
CMYK13.07%0.00%30.15%
21.96%

Color #ADC78B in popluar number systems.

HEXADC78B
Decimal173199139
Binary101011011100011110001011
Octal255307213

Shades and tints

Shades of #ADC78B

#ADC78B
(173,199,139)
#9EB57F
(158,181,127)
#8FA373
(143,163,115)
#809167
(128,145,103)
#717F5B
(113,127,91)
#626D4F
(98,109,79)
#535B43
(83,91,67)
#444937
(68,73,55)
#35372B
(53,55,43)
#26251F
(38,37,31)
#171313
(23,19,19)
#000000
(0,0,0)

Tints of #ADC78B

#ADC78B
(173,199,139)
#B4CC95
(180,204,149)
#BBD19F
(187,209,159)
#C2D6A9
(194,214,169)
#C9DBB3
(201,219,179)
#D0E0BD
(208,224,189)
#D7E5C7
(215,229,199)
#DEEAD1
(222,234,209)
#E5EFDB
(229,239,219)
#ECF4E5
(236,244,229)
#F3F9EF
(243,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADC78B color. Also use rgb(173,199,139) instead hex code.

Text Font Color

.myTextColor { color: #ADC78B; }

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

This text font color is #ADC78B.


Background Color

.myBgColor { background-color: #ADC78B; }

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

This div background color is #ADC78B.


Border color

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

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

This div border color is #ADC78B.


Opacity

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

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

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

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

This text has shadow with #ADC78B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADC78B on black background.


Color preview on white background

This text has color #ADC78B on white background.



Black color preview on #ADC78B background

This text has black color on #ADC78B background.


White color preview on #ADC78B background

This text has white color on #ADC78B background.