COLOR #ADC277

HEX: #ADC277
RGB: (173,194,119)

Color info

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

RGB color model

#ADC277 color RGB value is (173,194,119).

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

RGB channels and saturation

R 173 of 255 = 68%
G 194 of 255 = 76%
B 119 of 255 = 47%

173
194
119

R + G + B ~ 64%. #ADC277 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 194 + 119 = 486 (100%)
R 173 of 486 ~ 35.6%
G 194 of 486 ~ 39.92%
B 119 of 486 ~ 24.49%

%35.6
%39.92
%24.49

CMYK color model

#ADC277 color CMYK value is (11,0,39,24).

  • cyan value is 10.82%
  • magenta value is 0.00%
  • yellow value is 38.66%
  • key color value is 23.92%
CMYK:
(11,0,39,24)
C11M0Y39K24 
(11%,0%,39%,24%)
(0.11/0.00/0.39/0.24)	

CMYK percentages

%10.82
%0
%38.66
%23.92

Codes

Color #ADC277 in popluar color models

ADC277
RGB173194119
HSL77°38.07%61.37%
HSB/HSV77°38.66%76.08%
CMYK10.82%0.00%38.66%
23.92%

Color #ADC277 in popluar number systems.

HEXADC277
Decimal173194119
Binary10101101110000101110111
Octal255302167

Shades and tints

Shades of #ADC277

#ADC277
(173,194,119)
#9EB16D
(158,177,109)
#8FA063
(143,160,99)
#808F59
(128,143,89)
#717E4F
(113,126,79)
#626D45
(98,109,69)
#535C3B
(83,92,59)
#444B31
(68,75,49)
#353A27
(53,58,39)
#26291D
(38,41,29)
#171813
(23,24,19)
#000000
(0,0,0)

Tints of #ADC277

#ADC277
(173,194,119)
#B4C783
(180,199,131)
#BBCC8F
(187,204,143)
#C2D19B
(194,209,155)
#C9D6A7
(201,214,167)
#D0DBB3
(208,219,179)
#D7E0BF
(215,224,191)
#DEE5CB
(222,229,203)
#E5EAD7
(229,234,215)
#ECEFE3
(236,239,227)
#F3F4EF
(243,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADC277; }

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

This text font color is #ADC277.


Background Color

.myBgColor { background-color: #ADC277; }

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

This div background color is #ADC277.


Border color

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

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

This div border color is #ADC277.


Opacity

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

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

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

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

This text has shadow with #ADC277 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADC277 on black background.


Color preview on white background

This text has color #ADC277 on white background.



Black color preview on #ADC277 background

This text has black color on #ADC277 background.


White color preview on #ADC277 background

This text has white color on #ADC277 background.