COLOR #ADE6A4

HEX: #ADE6A4
RGB: (173,230,164)

Color info

#ADE6A4 contains mainly red and green colors. Web safe color of #ADE6A4 is #99CC99 (or #9C9).

RGB color model

#ADE6A4 color RGB value is (173,230,164).

  • red value is 173;
  • green value is 230;
  • blue value is 164.
RGB:
(173,230,164)
(68%,90%,64%)

RGB channels and saturation

R 173 of 255 = 68%
G 230 of 255 = 90%
B 164 of 255 = 64%

173
230
164

R + G + B ~ 74%. #ADE6A4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 230 + 164 = 567 (100%)
R 173 of 567 ~ 30.51%
G 230 of 567 ~ 40.56%
B 164 of 567 ~ 28.92%

%30.51
%40.56
%28.92

CMYK color model

#ADE6A4 color CMYK value is (25,0,29,10).

  • cyan value is 24.78%
  • magenta value is 0.00%
  • yellow value is 28.70%
  • key color value is 9.80%
CMYK:
(25,0,29,10)
C25M0Y29K10 
(25%,0%,29%,10%)
(0.25/0.00/0.29/0.10)	

CMYK percentages

%24.78
%0
%28.7
%9.8

Codes

Color #ADE6A4 in popluar color models

ADE6A4
RGB173230164
HSL112°56.90%77.25%
HSB/HSV112°28.70%90.20%
CMYK24.78%0.00%28.70%
9.80%

Color #ADE6A4 in popluar number systems.

HEXADE6A4
Decimal173230164
Binary101011011110011010100100
Octal255346244

Shades and tints

Shades of #ADE6A4

#ADE6A4
(173,230,164)
#9ED296
(158,210,150)
#8FBE88
(143,190,136)
#80AA7A
(128,170,122)
#71966C
(113,150,108)
#62825E
(98,130,94)
#536E50
(83,110,80)
#445A42
(68,90,66)
#354634
(53,70,52)
#263226
(38,50,38)
#171E18
(23,30,24)
#000000
(0,0,0)

Tints of #ADE6A4

#ADE6A4
(173,230,164)
#B4E8AC
(180,232,172)
#BBEAB4
(187,234,180)
#C2ECBC
(194,236,188)
#C9EEC4
(201,238,196)
#D0F0CC
(208,240,204)
#D7F2D4
(215,242,212)
#DEF4DC
(222,244,220)
#E5F6E4
(229,246,228)
#ECF8EC
(236,248,236)
#F3FAF4
(243,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADE6A4 color. Also use rgb(173,230,164) instead hex code.

Text Font Color

.myTextColor { color: #ADE6A4; }

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

This text font color is #ADE6A4.


Background Color

.myBgColor { background-color: #ADE6A4; }

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

This div background color is #ADE6A4.


Border color

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

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

This div border color is #ADE6A4.


Opacity

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

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

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

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

This text has shadow with #ADE6A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADE6A4 on black background.


Color preview on white background

This text has color #ADE6A4 on white background.



Black color preview on #ADE6A4 background

This text has black color on #ADE6A4 background.


White color preview on #ADE6A4 background

This text has white color on #ADE6A4 background.