COLOR #ADC192

HEX: #ADC192
RGB: (173,193,146)

Color info

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

RGB color model

#ADC192 color RGB value is (173,193,146).

  • red value is 173;
  • green value is 193;
  • blue value is 146.
RGB:
(173,193,146)
(68%,76%,57%)

RGB channels and saturation

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

173
193
146

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

Portions of RGB colors in percentages

R + G + B =
173 + 193 + 146 = 512 (100%)
R 173 of 512 ~ 33.79%
G 193 of 512 ~ 37.7%
B 146 of 512 ~ 28.52%

%33.79
%37.7
%28.52

CMYK color model

#ADC192 color CMYK value is (10,0,24,24).

  • cyan value is 10.36%
  • magenta value is 0.00%
  • yellow value is 24.35%
  • key color value is 24.31%
CMYK:
(10,0,24,24)
C10M0Y24K24 
(10%,0%,24%,24%)
(0.10/0.00/0.24/0.24)	

CMYK percentages

%10.36
%0
%24.35
%24.31

Codes

Color #ADC192 in popluar color models

ADC192
RGB173193146
HSL86°27.49%66.47%
HSB/HSV86°24.35%75.69%
CMYK10.36%0.00%24.35%
24.31%

Color #ADC192 in popluar number systems.

HEXADC192
Decimal173193146
Binary101011011100000110010010
Octal255301222

Shades and tints

Shades of #ADC192

#ADC192
(173,193,146)
#9EB085
(158,176,133)
#8F9F78
(143,159,120)
#808E6B
(128,142,107)
#717D5E
(113,125,94)
#626C51
(98,108,81)
#535B44
(83,91,68)
#444A37
(68,74,55)
#35392A
(53,57,42)
#26281D
(38,40,29)
#171710
(23,23,16)
#000000
(0,0,0)

Tints of #ADC192

#ADC192
(173,193,146)
#B4C69B
(180,198,155)
#BBCBA4
(187,203,164)
#C2D0AD
(194,208,173)
#C9D5B6
(201,213,182)
#D0DABF
(208,218,191)
#D7DFC8
(215,223,200)
#DEE4D1
(222,228,209)
#E5E9DA
(229,233,218)
#ECEEE3
(236,238,227)
#F3F3EC
(243,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADC192; }

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

This text font color is #ADC192.


Background Color

.myBgColor { background-color: #ADC192; }

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

This div background color is #ADC192.


Border color

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

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

This div border color is #ADC192.


Opacity

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

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

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

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

This text has shadow with #ADC192 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADC192 on black background.


Color preview on white background

This text has color #ADC192 on white background.



Black color preview on #ADC192 background

This text has black color on #ADC192 background.


White color preview on #ADC192 background

This text has white color on #ADC192 background.