COLOR #ADCA62

HEX: #ADCA62
RGB: (173,202,98)

Color info

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

RGB color model

#ADCA62 color RGB value is (173,202,98).

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

RGB channels and saturation

R 173 of 255 = 68%
G 202 of 255 = 79%
B 98 of 255 = 38%

173
202
98

R + G + B ~ 62%. #ADCA62 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 202 + 98 = 473 (100%)
R 173 of 473 ~ 36.58%
G 202 of 473 ~ 42.71%
B 98 of 473 ~ 20.72%

%36.58
%42.71
%20.72

CMYK color model

#ADCA62 color CMYK value is (14,0,51,21).

  • cyan value is 14.36%
  • magenta value is 0.00%
  • yellow value is 51.49%
  • key color value is 20.78%
CMYK:
(14,0,51,21)
C14M0Y51K21 
(14%,0%,51%,21%)
(0.14/0.00/0.51/0.21)	

CMYK percentages

%14.36
%0
%51.49
%20.78

Codes

Color #ADCA62 in popluar color models

ADCA62
RGB17320298
HSL77°49.52%58.82%
HSB/HSV77°51.49%79.22%
CMYK14.36%0.00%51.49%
20.78%

Color #ADCA62 in popluar number systems.

HEXADCA62
Decimal17320298
Binary10101101110010101100010
Octal255312142

Shades and tints

Shades of #ADCA62

#ADCA62
(173,202,98)
#9EB85A
(158,184,90)
#8FA652
(143,166,82)
#80944A
(128,148,74)
#718242
(113,130,66)
#62703A
(98,112,58)
#535E32
(83,94,50)
#444C2A
(68,76,42)
#353A22
(53,58,34)
#26281A
(38,40,26)
#171612
(23,22,18)
#000000
(0,0,0)

Tints of #ADCA62

#ADCA62
(173,202,98)
#B4CE70
(180,206,112)
#BBD27E
(187,210,126)
#C2D68C
(194,214,140)
#C9DA9A
(201,218,154)
#D0DEA8
(208,222,168)
#D7E2B6
(215,226,182)
#DEE6C4
(222,230,196)
#E5EAD2
(229,234,210)
#ECEEE0
(236,238,224)
#F3F2EE
(243,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADCA62; }

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

This text font color is #ADCA62.


Background Color

.myBgColor { background-color: #ADCA62; }

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

This div background color is #ADCA62.


Border color

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

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

This div border color is #ADCA62.


Opacity

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

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

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

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

This text has shadow with #ADCA62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADCA62 on black background.


Color preview on white background

This text has color #ADCA62 on white background.



Black color preview on #ADCA62 background

This text has black color on #ADCA62 background.


White color preview on #ADCA62 background

This text has white color on #ADCA62 background.