COLOR #ADE2AD

HEX: #ADE2AD
RGB: (173,226,173)

Color info

#ADE2AD contains red, green and blue colors in about the same proportion. Web safe color of #ADE2AD is #99CC99 (or #9C9).

RGB color model

#ADE2AD color RGB value is (173,226,173).

  • red value is 173;
  • green value is 226;
  • blue value is 173.
RGB:
(173,226,173)
(68%,89%,68%)

RGB channels and saturation

R 173 of 255 = 68%
G 226 of 255 = 89%
B 173 of 255 = 68%

173
226
173

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

Portions of RGB colors in percentages

R + G + B =
173 + 226 + 173 = 572 (100%)
R 173 of 572 ~ 30.24%
G 226 of 572 ~ 39.51%
B 173 of 572 ~ 30.24%

%30.24
%39.51
%30.24

CMYK color model

#ADE2AD color CMYK value is (23,0,23,11).

  • cyan value is 23.45%
  • magenta value is 0.00%
  • yellow value is 23.45%
  • key color value is 11.37%
CMYK:
(23,0,23,11)
C23M0Y23K11 
(23%,0%,23%,11%)
(0.23/0.00/0.23/0.11)	

CMYK percentages

%23.45
%0
%23.45
%11.37

Codes

Color #ADE2AD in popluar color models

ADE2AD
RGB173226173
HSL120°47.75%78.24%
HSB/HSV120°23.45%88.63%
CMYK23.45%0.00%23.45%
11.37%

Color #ADE2AD in popluar number systems.

HEXADE2AD
Decimal173226173
Binary101011011110001010101101
Octal255342255

Shades and tints

Shades of #ADE2AD

#ADE2AD
(173,226,173)
#9ECE9E
(158,206,158)
#8FBA8F
(143,186,143)
#80A680
(128,166,128)
#719271
(113,146,113)
#627E62
(98,126,98)
#536A53
(83,106,83)
#445644
(68,86,68)
#354235
(53,66,53)
#262E26
(38,46,38)
#171A17
(23,26,23)
#000000
(0,0,0)

Tints of #ADE2AD

#ADE2AD
(173,226,173)
#B4E4B4
(180,228,180)
#BBE6BB
(187,230,187)
#C2E8C2
(194,232,194)
#C9EAC9
(201,234,201)
#D0ECD0
(208,236,208)
#D7EED7
(215,238,215)
#DEF0DE
(222,240,222)
#E5F2E5
(229,242,229)
#ECF4EC
(236,244,236)
#F3F6F3
(243,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADE2AD; }

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

This text font color is #ADE2AD.


Background Color

.myBgColor { background-color: #ADE2AD; }

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

This div background color is #ADE2AD.


Border color

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

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

This div border color is #ADE2AD.


Opacity

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

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

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

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

This text has shadow with #ADE2AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADE2AD on black background.


Color preview on white background

This text has color #ADE2AD on white background.



Black color preview on #ADE2AD background

This text has black color on #ADE2AD background.


White color preview on #ADE2AD background

This text has white color on #ADE2AD background.