COLOR #ADC291

HEX: #ADC291 RGB: (173,194,145)

Color info

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

RGB color model

#ADC291 color RGB value is (173,194,145).

RGB: (173,194,145) (68%, 76%, 57%)

RGB channels and saturation

R 173 of 255 = 68%
G 194 of 255 = 76%
B 145 of 255 = 57%

173
194
145

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

Portions of RGB colors in percentages

R + G + B = 173 + 194 + 145 = 512 (100%)
R 173 of 512 ~ 33.79%
G 194 of 512 ~ 37.89%
B 145 of 512 ~ 28.32'%

%33.79
%37.89
%28.32

CMYK color model

#ADC291 color CMYK value is (11,0,25,24).

  • cyan value is 10.82%
  • magenta value is 0.00%
  • yellow value is 25.26%
  • key color value is 23.92%

CMYK: (11,0,25,24)
C11M0Y25K24 (11%, 0%, 25%, 24%)
(0.11 / 0.00 / 0.25 / 0.24)

CMYK percentages

%10.82
%0
%25.26
%23.92

Codes

Color #ADC291 in popluar color models

AD C2 91
RGB 173 194 145
HSL 86° 28.65% 66.47%
HSB/HSV 86° 25.26% 76.08%
CMYK 10.82% 0.00% 25.26%
23.92%

Color #ADC291 in popluar number systems.

HEX AD C2 91
Decimal 173 194 145
Binary 10101101 11000010 10010001
Octal 255 302 221

Shades and tints

Shades of #ADC291

#ADC291
(173,194,145)
#9EB184
(158,177,132)
#8FA077
(143,160,119)
#808F6A
(128,143,106)
#717E5D
(113,126,93)
#626D50
(98,109,80)
#535C43
(83,92,67)
#444B36
(68,75,54)
#353A29
(53,58,41)
#26291C
(38,41,28)
#17180F
(23,24,15)
#000000
(0,0,0)

Tints of #ADC291

#ADC291
(173,194,145)
#B4C79B
(180,199,155)
#BBCCA5
(187,204,165)
#C2D1AF
(194,209,175)
#C9D6B9
(201,214,185)
#D0DBC3
(208,219,195)
#D7E0CD
(215,224,205)
#DEE5D7
(222,229,215)
#E5EAE1
(229,234,225)
#ECEFEB
(236,239,235)
#F3F4F5
(243,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADC291; }

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

This text font color is #ADC291.

Background Color

.myBgColor { background-color: #ADC291; }

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

This div background color is #ADC291.

Border color

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

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

This div border color is #ADC291.

Opacity

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

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

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

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

This text has shadow with #ADC291 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADC291.

Preview

Color preview on black background

This text has color #ADC291 on black background.


Color preview on white background

This text has color #ADC291 on white background.


Black color preview on #ADC291 background

This text has black color on #ADC291 background.


White color preview on #ADC291 background

This text has white color on #ADC291 background.


Related colors

Complementary color

Complementary color for #hex is #523D6E.


I love getcolorcode.com

Triadic colors

1 #91ADC2 and #C291AD with #ADC291 are triadic colors.

2 #91C2AD and #C2AD91 with #ADC291 are triadic colors.