COLOR #ADE494

HEX: #ADE494
RGB: (173,228,148)

Color info

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

RGB color model

#ADE494 color RGB value is (173,228,148).

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

RGB channels and saturation

R 173 of 255 = 68%
G 228 of 255 = 89%
B 148 of 255 = 58%

173
228
148

R + G + B ~ 72%. #ADE494 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 228 + 148 = 549 (100%)
R 173 of 549 ~ 31.51%
G 228 of 549 ~ 41.53%
B 148 of 549 ~ 26.96%

%31.51
%41.53
%26.96

CMYK color model

#ADE494 color CMYK value is (24,0,35,11).

  • cyan value is 24.12%
  • magenta value is 0.00%
  • yellow value is 35.09%
  • key color value is 10.59%
CMYK:
(24,0,35,11)
C24M0Y35K11 
(24%,0%,35%,11%)
(0.24/0.00/0.35/0.11)	

CMYK percentages

%24.12
%0
%35.09
%10.59

Codes

Color #ADE494 in popluar color models

ADE494
RGB173228148
HSL101°59.70%73.73%
HSB/HSV101°35.09%89.41%
CMYK24.12%0.00%35.09%
10.59%

Color #ADE494 in popluar number systems.

HEXADE494
Decimal173228148
Binary101011011110010010010100
Octal255344224

Shades and tints

Shades of #ADE494

#ADE494
(173,228,148)
#9ED087
(158,208,135)
#8FBC7A
(143,188,122)
#80A86D
(128,168,109)
#719460
(113,148,96)
#628053
(98,128,83)
#536C46
(83,108,70)
#445839
(68,88,57)
#35442C
(53,68,44)
#26301F
(38,48,31)
#171C12
(23,28,18)
#000000
(0,0,0)

Tints of #ADE494

#ADE494
(173,228,148)
#B4E69D
(180,230,157)
#BBE8A6
(187,232,166)
#C2EAAF
(194,234,175)
#C9ECB8
(201,236,184)
#D0EEC1
(208,238,193)
#D7F0CA
(215,240,202)
#DEF2D3
(222,242,211)
#E5F4DC
(229,244,220)
#ECF6E5
(236,246,229)
#F3F8EE
(243,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADE494; }

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

This text font color is #ADE494.


Background Color

.myBgColor { background-color: #ADE494; }

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

This div background color is #ADE494.


Border color

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

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

This div border color is #ADE494.


Opacity

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

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

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

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

This text has shadow with #ADE494 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADE494 on black background.


Color preview on white background

This text has color #ADE494 on white background.



Black color preview on #ADE494 background

This text has black color on #ADE494 background.


White color preview on #ADE494 background

This text has white color on #ADE494 background.