COLOR #ADE08D

HEX: #ADE08D
RGB: (173,224,141)

Color info

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

RGB color model

#ADE08D color RGB value is (173,224,141).

  • red value is 173;
  • green value is 224;
  • blue value is 141.
RGB:
(173,224,141)
(68%,88%,55%)

RGB channels and saturation

R 173 of 255 = 68%
G 224 of 255 = 88%
B 141 of 255 = 55%

173
224
141

R + G + B ~ 70%. #ADE08D is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 224 + 141 = 538 (100%)
R 173 of 538 ~ 32.16%
G 224 of 538 ~ 41.64%
B 141 of 538 ~ 26.21%

%32.16
%41.64
%26.21

CMYK color model

#ADE08D color CMYK value is (23,0,37,12).

  • cyan value is 22.77%
  • magenta value is 0.00%
  • yellow value is 37.05%
  • key color value is 12.16%
CMYK:
(23,0,37,12)
C23M0Y37K12 
(23%,0%,37%,12%)
(0.23/0.00/0.37/0.12)	

CMYK percentages

%22.77
%0
%37.05
%12.16

Codes

Color #ADE08D in popluar color models

ADE08D
RGB173224141
HSL97°57.24%71.57%
HSB/HSV97°37.05%87.84%
CMYK22.77%0.00%37.05%
12.16%

Color #ADE08D in popluar number systems.

HEXADE08D
Decimal173224141
Binary101011011110000010001101
Octal255340215

Shades and tints

Shades of #ADE08D

#ADE08D
(173,224,141)
#9ECC81
(158,204,129)
#8FB875
(143,184,117)
#80A469
(128,164,105)
#71905D
(113,144,93)
#627C51
(98,124,81)
#536845
(83,104,69)
#445439
(68,84,57)
#35402D
(53,64,45)
#262C21
(38,44,33)
#171815
(23,24,21)
#000000
(0,0,0)

Tints of #ADE08D

#ADE08D
(173,224,141)
#B4E297
(180,226,151)
#BBE4A1
(187,228,161)
#C2E6AB
(194,230,171)
#C9E8B5
(201,232,181)
#D0EABF
(208,234,191)
#D7ECC9
(215,236,201)
#DEEED3
(222,238,211)
#E5F0DD
(229,240,221)
#ECF2E7
(236,242,231)
#F3F4F1
(243,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADE08D; }

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

This text font color is #ADE08D.


Background Color

.myBgColor { background-color: #ADE08D; }

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

This div background color is #ADE08D.


Border color

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

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

This div border color is #ADE08D.


Opacity

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

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

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

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

This text has shadow with #ADE08D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADE08D on black background.


Color preview on white background

This text has color #ADE08D on white background.



Black color preview on #ADE08D background

This text has black color on #ADE08D background.


White color preview on #ADE08D background

This text has white color on #ADE08D background.