COLOR #ADE6AA

HEX: #ADE6AA
RGB: (173,230,170)

Color info

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

RGB color model

#ADE6AA color RGB value is (173,230,170).

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

RGB channels and saturation

R 173 of 255 = 68%
G 230 of 255 = 90%
B 170 of 255 = 67%

173
230
170

R + G + B ~ 75%. #ADE6AA is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 230 + 170 = 573 (100%)
R 173 of 573 ~ 30.19%
G 230 of 573 ~ 40.14%
B 170 of 573 ~ 29.67%

%30.19
%40.14
%29.67

CMYK color model

#ADE6AA color CMYK value is (25,0,26,10).

  • cyan value is 24.78%
  • magenta value is 0.00%
  • yellow value is 26.09%
  • key color value is 9.80%
CMYK:
(25,0,26,10)
C25M0Y26K10 
(25%,0%,26%,10%)
(0.25/0.00/0.26/0.10)	

CMYK percentages

%24.78
%0
%26.09
%9.8

Codes

Color #ADE6AA in popluar color models

ADE6AA
RGB173230170
HSL117°54.55%78.43%
HSB/HSV117°26.09%90.20%
CMYK24.78%0.00%26.09%
9.80%

Color #ADE6AA in popluar number systems.

HEXADE6AA
Decimal173230170
Binary101011011110011010101010
Octal255346252

Shades and tints

Shades of #ADE6AA

#ADE6AA
(173,230,170)
#9ED29B
(158,210,155)
#8FBE8C
(143,190,140)
#80AA7D
(128,170,125)
#71966E
(113,150,110)
#62825F
(98,130,95)
#536E50
(83,110,80)
#445A41
(68,90,65)
#354632
(53,70,50)
#263223
(38,50,35)
#171E14
(23,30,20)
#000000
(0,0,0)

Tints of #ADE6AA

#ADE6AA
(173,230,170)
#B4E8B1
(180,232,177)
#BBEAB8
(187,234,184)
#C2ECBF
(194,236,191)
#C9EEC6
(201,238,198)
#D0F0CD
(208,240,205)
#D7F2D4
(215,242,212)
#DEF4DB
(222,244,219)
#E5F6E2
(229,246,226)
#ECF8E9
(236,248,233)
#F3FAF0
(243,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADE6AA; }

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

This text font color is #ADE6AA.


Background Color

.myBgColor { background-color: #ADE6AA; }

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

This div background color is #ADE6AA.


Border color

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

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

This div border color is #ADE6AA.


Opacity

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

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

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

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

This text has shadow with #ADE6AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADE6AA on black background.


Color preview on white background

This text has color #ADE6AA on white background.



Black color preview on #ADE6AA background

This text has black color on #ADE6AA background.


White color preview on #ADE6AA background

This text has white color on #ADE6AA background.