COLOR #ADCE5E

HEX: #ADCE5E RGB: (173,206,94)

Color info

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

RGB color model

#ADCE5E color RGB value is (173,206,94).

RGB: (173,206,94) (68%, 81%, 37%)

RGB channels and saturation

R 173 of 255 = 68%
G 206 of 255 = 81%
B 94 of 255 = 37%

173
206
94

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

Portions of RGB colors in percentages

R + G + B = 173 + 206 + 94 = 473 (100%)
R 173 of 473 ~ 36.58%
G 206 of 473 ~ 43.55%
B 94 of 473 ~ 19.87'%

%36.58
%43.55
%19.87

CMYK color model

#ADCE5E color CMYK value is (16,0,54,19).

  • cyan value is 16.02%
  • magenta value is 0.00%
  • yellow value is 54.37%
  • key color value is 19.22%

CMYK: (16,0,54,19)
C16M0Y54K19 (16%, 0%, 54%, 19%)
(0.16 / 0.00 / 0.54 / 0.19)

CMYK percentages

%16.02
%0
%54.37
%19.22

Codes

Color #ADCE5E in popluar color models

AD CE 5E
RGB 173 206 94
HSL 78° 53.33% 58.82%
HSB/HSV 78° 54.37% 80.78%
CMYK 16.02% 0.00% 54.37%
19.22%

Color #ADCE5E in popluar number systems.

HEX AD CE 5E
Decimal 173 206 94
Binary 10101101 11001110 1011110
Octal 255 316 136

Shades and tints

Shades of #ADCE5E

#ADCE5E
(173,206,94)
#9EBC56
(158,188,86)
#8FAA4E
(143,170,78)
#809846
(128,152,70)
#71863E
(113,134,62)
#627436
(98,116,54)
#53622E
(83,98,46)
#445026
(68,80,38)
#353E1E
(53,62,30)
#262C16
(38,44,22)
#171A0E
(23,26,14)
#000000
(0,0,0)

Tints of #ADCE5E

#ADCE5E
(173,206,94)
#B4D26C
(180,210,108)
#BBD67A
(187,214,122)
#C2DA88
(194,218,136)
#C9DE96
(201,222,150)
#D0E2A4
(208,226,164)
#D7E6B2
(215,230,178)
#DEEAC0
(222,234,192)
#E5EECE
(229,238,206)
#ECF2DC
(236,242,220)
#F3F6EA
(243,246,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADCE5E color. Also use rgb(173,206,94) instead hex code.

Text Font Color

.myTextColor { color: #ADCE5E; }

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

This text font color is #ADCE5E.

Background Color

.myBgColor { background-color: #ADCE5E; }

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

This div background color is #ADCE5E.

Border color

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

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

This div border color is #ADCE5E.

Opacity

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

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

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

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

This text has shadow with #ADCE5E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADCE5E.

Preview

Color preview on black background

This text has color #ADCE5E on black background.


Color preview on white background

This text has color #ADCE5E on white background.


Black color preview on #ADCE5E background

This text has black color on #ADCE5E background.


White color preview on #ADCE5E background

This text has white color on #ADCE5E background.


Related colors

Complementary color

Complementary color for #hex is #5231A1.


I love getcolorcode.com

Triadic colors

1 #5EADCE and #CE5EAD with #ADCE5E are triadic colors.

2 #5ECEAD and #CEAD5E with #ADCE5E are triadic colors.