COLOR #ADC292

HEX: #ADC292 RGB: (173,194,146)

Color info

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

RGB color model

#ADC292 color RGB value is (173,194,146).

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

RGB channels and saturation

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

173
194
146

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

Portions of RGB colors in percentages

R + G + B = 173 + 194 + 146 = 513 (100%)
R 173 of 513 ~ 33.72%
G 194 of 513 ~ 37.82%
B 146 of 513 ~ 28.46'%

%33.72
%37.82
%28.46

CMYK color model

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

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

Codes

Color #ADC292 in popluar color models

AD C2 92
RGB 173 194 146
HSL 86° 28.24% 66.67%
HSB/HSV 86° 24.74% 76.08%
CMYK 10.82% 0.00% 24.74%
23.92%

Color #ADC292 in popluar number systems.

HEX AD C2 92
Decimal 173 194 146
Binary 10101101 11000010 10010010
Octal 255 302 222

Shades and tints

Shades of #ADC292

#ADC292
(173,194,146)
#9EB185
(158,177,133)
#8FA078
(143,160,120)
#808F6B
(128,143,107)
#717E5E
(113,126,94)
#626D51
(98,109,81)
#535C44
(83,92,68)
#444B37
(68,75,55)
#353A2A
(53,58,42)
#26291D
(38,41,29)
#171810
(23,24,16)
#000000
(0,0,0)

Tints of #ADC292

#ADC292
(173,194,146)
#B4C79B
(180,199,155)
#BBCCA4
(187,204,164)
#C2D1AD
(194,209,173)
#C9D6B6
(201,214,182)
#D0DBBF
(208,219,191)
#D7E0C8
(215,224,200)
#DEE5D1
(222,229,209)
#E5EADA
(229,234,218)
#ECEFE3
(236,239,227)
#F3F4EC
(243,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADC292; }

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

This text font color is #ADC292.

Background Color

.myBgColor { background-color: #ADC292; }

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

This div background color is #ADC292.

Border color

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

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

This div border color is #ADC292.

Opacity

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

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

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

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

This text has shadow with #ADC292 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADC292.

Preview

Color preview on black background

This text has color #ADC292 on black background.


Color preview on white background

This text has color #ADC292 on white background.


Black color preview on #ADC292 background

This text has black color on #ADC292 background.


White color preview on #ADC292 background

This text has white color on #ADC292 background.


Related colors

Complementary color

Complementary color for #hex is #523D6D.


I love getcolorcode.com

Triadic colors

1 #92ADC2 and #C292AD with #ADC292 are triadic colors.

2 #92C2AD and #C2AD92 with #ADC292 are triadic colors.