COLOR #ADC362

HEX: #ADC362
RGB: (173,195,98)

Color info

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

RGB color model

#ADC362 color RGB value is (173,195,98).

  • red value is 173;
  • green value is 195;
  • blue value is 98.
RGB:
(173,195,98)
(68%,76%,38%)

RGB channels and saturation

R 173 of 255 = 68%
G 195 of 255 = 76%
B 98 of 255 = 38%

173
195
98

R + G + B ~ 61%. #ADC362 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 195 + 98 = 466 (100%)
R 173 of 466 ~ 37.12%
G 195 of 466 ~ 41.85%
B 98 of 466 ~ 21.03%

%37.12
%41.85
%21.03

CMYK color model

#ADC362 color CMYK value is (11,0,50,24).

  • cyan value is 11.28%
  • magenta value is 0.00%
  • yellow value is 49.74%
  • key color value is 23.53%
CMYK:
(11,0,50,24)
C11M0Y50K24 
(11%,0%,50%,24%)
(0.11/0.00/0.50/0.24)	

CMYK percentages

%11.28
%0
%49.74
%23.53

Codes

Color #ADC362 in popluar color models

ADC362
RGB17319598
HSL74°44.70%57.45%
HSB/HSV74°49.74%76.47%
CMYK11.28%0.00%49.74%
23.53%

Color #ADC362 in popluar number systems.

HEXADC362
Decimal17319598
Binary10101101110000111100010
Octal255303142

Shades and tints

Shades of #ADC362

#ADC362
(173,195,98)
#9EB25A
(158,178,90)
#8FA152
(143,161,82)
#80904A
(128,144,74)
#717F42
(113,127,66)
#626E3A
(98,110,58)
#535D32
(83,93,50)
#444C2A
(68,76,42)
#353B22
(53,59,34)
#262A1A
(38,42,26)
#171912
(23,25,18)
#000000
(0,0,0)

Tints of #ADC362

#ADC362
(173,195,98)
#B4C870
(180,200,112)
#BBCD7E
(187,205,126)
#C2D28C
(194,210,140)
#C9D79A
(201,215,154)
#D0DCA8
(208,220,168)
#D7E1B6
(215,225,182)
#DEE6C4
(222,230,196)
#E5EBD2
(229,235,210)
#ECF0E0
(236,240,224)
#F3F5EE
(243,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADC362 color. Also use rgb(173,195,98) instead hex code.

Text Font Color

.myTextColor { color: #ADC362; }

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

This text font color is #ADC362.


Background Color

.myBgColor { background-color: #ADC362; }

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

This div background color is #ADC362.


Border color

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

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

This div border color is #ADC362.


Opacity

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

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

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

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

This text has shadow with #ADC362 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADC362 on black background.


Color preview on white background

This text has color #ADC362 on white background.



Black color preview on #ADC362 background

This text has black color on #ADC362 background.


White color preview on #ADC362 background

This text has white color on #ADC362 background.