COLOR #ADC36A

HEX: #ADC36A RGB: (173,195,106)

Color info

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

RGB color model

#ADC36A color RGB value is (173,195,106).

RGB: (173,195,106) (68%, 76%, 42%)

RGB channels and saturation

R 173 of 255 = 68%
G 195 of 255 = 76%
B 106 of 255 = 42%

173
195
106

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

Portions of RGB colors in percentages

R + G + B = 173 + 195 + 106 = 474 (100%)
R 173 of 474 ~ 36.5%
G 195 of 474 ~ 41.14%
B 106 of 474 ~ 22.36'%

%36.5
%41.14
%22.36

CMYK color model

#ADC36A color CMYK value is (11,0,46,24).

  • cyan value is 11.28%
  • magenta value is 0.00%
  • yellow value is 45.64%
  • key color value is 23.53%

CMYK: (11,0,46,24)
C11M0Y46K24 (11%, 0%, 46%, 24%)
(0.11 / 0.00 / 0.46 / 0.24)

CMYK percentages

%11.28
%0
%45.64
%23.53

Codes

Color #ADC36A in popluar color models

AD C3 6A
RGB 173 195 106
HSL 75° 42.58% 59.02%
HSB/HSV 75° 45.64% 76.47%
CMYK 11.28% 0.00% 45.64%
23.53%

Color #ADC36A in popluar number systems.

HEX AD C3 6A
Decimal 173 195 106
Binary 10101101 11000011 1101010
Octal 255 303 152

Shades and tints

Shades of #ADC36A

#ADC36A
(173,195,106)
#9EB261
(158,178,97)
#8FA158
(143,161,88)
#80904F
(128,144,79)
#717F46
(113,127,70)
#626E3D
(98,110,61)
#535D34
(83,93,52)
#444C2B
(68,76,43)
#353B22
(53,59,34)
#262A19
(38,42,25)
#171910
(23,25,16)
#000000
(0,0,0)

Tints of #ADC36A

#ADC36A
(173,195,106)
#B4C877
(180,200,119)
#BBCD84
(187,205,132)
#C2D291
(194,210,145)
#C9D79E
(201,215,158)
#D0DCAB
(208,220,171)
#D7E1B8
(215,225,184)
#DEE6C5
(222,230,197)
#E5EBD2
(229,235,210)
#ECF0DF
(236,240,223)
#F3F5EC
(243,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADC36A; }

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

This text font color is #ADC36A.

Background Color

.myBgColor { background-color: #ADC36A; }

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

This div background color is #ADC36A.

Border color

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

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

This div border color is #ADC36A.

Opacity

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

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

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

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

This text has shadow with #ADC36A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADC36A.

Preview

Color preview on black background

This text has color #ADC36A on black background.


Color preview on white background

This text has color #ADC36A on white background.


Black color preview on #ADC36A background

This text has black color on #ADC36A background.


White color preview on #ADC36A background

This text has white color on #ADC36A background.


Related colors

Complementary color

Complementary color for #hex is #523C95.


I love getcolorcode.com

Triadic colors

1 #6AADC3 and #C36AAD with #ADC36A are triadic colors.

2 #6AC3AD and #C3AD6A with #ADC36A are triadic colors.