COLOR #ADC491

HEX: #ADC491
RGB: (173,196,145)

Color info

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

RGB color model

#ADC491 color RGB value is (173,196,145).

  • red value is 173;
  • green value is 196;
  • blue value is 145.
RGB:
(173,196,145)
(68%,77%,57%)

RGB channels and saturation

R 173 of 255 = 68%
G 196 of 255 = 77%
B 145 of 255 = 57%

173
196
145

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

Portions of RGB colors in percentages

R + G + B =
173 + 196 + 145 = 514 (100%)
R 173 of 514 ~ 33.66%
G 196 of 514 ~ 38.13%
B 145 of 514 ~ 28.21%

%33.66
%38.13
%28.21

CMYK color model

#ADC491 color CMYK value is (12,0,26,23).

  • cyan value is 11.73%
  • magenta value is 0.00%
  • yellow value is 26.02%
  • key color value is 23.14%
CMYK:
(12,0,26,23)
C12M0Y26K23 
(12%,0%,26%,23%)
(0.12/0.00/0.26/0.23)	

CMYK percentages

%11.73
%0
%26.02
%23.14

Codes

Color #ADC491 in popluar color models

ADC491
RGB173196145
HSL87°30.18%66.86%
HSB/HSV87°26.02%76.86%
CMYK11.73%0.00%26.02%
23.14%

Color #ADC491 in popluar number systems.

HEXADC491
Decimal173196145
Binary101011011100010010010001
Octal255304221

Shades and tints

Shades of #ADC491

#ADC491
(173,196,145)
#9EB384
(158,179,132)
#8FA277
(143,162,119)
#80916A
(128,145,106)
#71805D
(113,128,93)
#626F50
(98,111,80)
#535E43
(83,94,67)
#444D36
(68,77,54)
#353C29
(53,60,41)
#262B1C
(38,43,28)
#171A0F
(23,26,15)
#000000
(0,0,0)

Tints of #ADC491

#ADC491
(173,196,145)
#B4C99B
(180,201,155)
#BBCEA5
(187,206,165)
#C2D3AF
(194,211,175)
#C9D8B9
(201,216,185)
#D0DDC3
(208,221,195)
#D7E2CD
(215,226,205)
#DEE7D7
(222,231,215)
#E5ECE1
(229,236,225)
#ECF1EB
(236,241,235)
#F3F6F5
(243,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADC491 color. Also use rgb(173,196,145) instead hex code.

Text Font Color

.myTextColor { color: #ADC491; }

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

This text font color is #ADC491.


Background Color

.myBgColor { background-color: #ADC491; }

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

This div background color is #ADC491.


Border color

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

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

This div border color is #ADC491.


Opacity

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

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

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

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

This text has shadow with #ADC491 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADC491 on black background.


Color preview on white background

This text has color #ADC491 on white background.



Black color preview on #ADC491 background

This text has black color on #ADC491 background.


White color preview on #ADC491 background

This text has white color on #ADC491 background.