COLOR #ADE3A5

HEX: #ADE3A5
RGB: (173,227,165)

Color info

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

RGB color model

#ADE3A5 color RGB value is (173,227,165).

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

RGB channels and saturation

R 173 of 255 = 68%
G 227 of 255 = 89%
B 165 of 255 = 65%

173
227
165

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

Portions of RGB colors in percentages

R + G + B =
173 + 227 + 165 = 565 (100%)
R 173 of 565 ~ 30.62%
G 227 of 565 ~ 40.18%
B 165 of 565 ~ 29.2%

%30.62
%40.18
%29.2

CMYK color model

#ADE3A5 color CMYK value is (24,0,27,11).

  • cyan value is 23.79%
  • magenta value is 0.00%
  • yellow value is 27.31%
  • key color value is 10.98%
CMYK:
(24,0,27,11)
C24M0Y27K11 
(24%,0%,27%,11%)
(0.24/0.00/0.27/0.11)	

CMYK percentages

%23.79
%0
%27.31
%10.98

Codes

Color #ADE3A5 in popluar color models

ADE3A5
RGB173227165
HSL112°52.54%76.86%
HSB/HSV112°27.31%89.02%
CMYK23.79%0.00%27.31%
10.98%

Color #ADE3A5 in popluar number systems.

HEXADE3A5
Decimal173227165
Binary101011011110001110100101
Octal255343245

Shades and tints

Shades of #ADE3A5

#ADE3A5
(173,227,165)
#9ECF96
(158,207,150)
#8FBB87
(143,187,135)
#80A778
(128,167,120)
#719369
(113,147,105)
#627F5A
(98,127,90)
#536B4B
(83,107,75)
#44573C
(68,87,60)
#35432D
(53,67,45)
#262F1E
(38,47,30)
#171B0F
(23,27,15)
#000000
(0,0,0)

Tints of #ADE3A5

#ADE3A5
(173,227,165)
#B4E5AD
(180,229,173)
#BBE7B5
(187,231,181)
#C2E9BD
(194,233,189)
#C9EBC5
(201,235,197)
#D0EDCD
(208,237,205)
#D7EFD5
(215,239,213)
#DEF1DD
(222,241,221)
#E5F3E5
(229,243,229)
#ECF5ED
(236,245,237)
#F3F7F5
(243,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADE3A5; }

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

This text font color is #ADE3A5.


Background Color

.myBgColor { background-color: #ADE3A5; }

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

This div background color is #ADE3A5.


Border color

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

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

This div border color is #ADE3A5.


Opacity

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

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

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

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

This text has shadow with #ADE3A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADE3A5 on black background.


Color preview on white background

This text has color #ADE3A5 on white background.



Black color preview on #ADE3A5 background

This text has black color on #ADE3A5 background.


White color preview on #ADE3A5 background

This text has white color on #ADE3A5 background.