COLOR #ADE98D

HEX: #ADE98D RGB: (173,233,141)

Color info

#ADE98D contains mainly green color. Web safe color of #ADE98D is #99FF99 (or #9F9).

RGB color model

#ADE98D color RGB value is (173,233,141).

RGB: (173,233,141) (68%, 91%, 55%)

RGB channels and saturation

R 173 of 255 = 68%
G 233 of 255 = 91%
B 141 of 255 = 55%

173
233
141

R + G + B ~ 71%. #ADE98D is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 233 + 141 = 547 (100%)
R 173 of 547 ~ 31.63%
G 233 of 547 ~ 42.6%
B 141 of 547 ~ 25.78'%

%31.63
%42.6
%25.78

CMYK color model

#ADE98D color CMYK value is (26,0,39,9).

  • cyan value is 25.75%
  • magenta value is 0.00%
  • yellow value is 39.48%
  • key color value is 8.63%

CMYK: (26,0,39,9)
C26M0Y39K9 (26%, 0%, 39%, 9%)
(0.26 / 0.00 / 0.39 / 0.09)

CMYK percentages

%25.75
%0
%39.48
%8.63

Codes

Color #ADE98D in popluar color models

AD E9 8D
RGB 173 233 141
HSL 99° 67.65% 73.33%
HSB/HSV 99° 39.48% 91.37%
CMYK 25.75% 0.00% 39.48%
8.63%

Color #ADE98D in popluar number systems.

HEX AD E9 8D
Decimal 173 233 141
Binary 10101101 11101001 10001101
Octal 255 351 215

Shades and tints

Shades of #ADE98D

#ADE98D
(173,233,141)
#9ED481
(158,212,129)
#8FBF75
(143,191,117)
#80AA69
(128,170,105)
#71955D
(113,149,93)
#628051
(98,128,81)
#536B45
(83,107,69)
#445639
(68,86,57)
#35412D
(53,65,45)
#262C21
(38,44,33)
#171715
(23,23,21)
#000000
(0,0,0)

Tints of #ADE98D

#ADE98D
(173,233,141)
#B4EB97
(180,235,151)
#BBEDA1
(187,237,161)
#C2EFAB
(194,239,171)
#C9F1B5
(201,241,181)
#D0F3BF
(208,243,191)
#D7F5C9
(215,245,201)
#DEF7D3
(222,247,211)
#E5F9DD
(229,249,221)
#ECFBE7
(236,251,231)
#F3FDF1
(243,253,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADE98D; }

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

This text font color is #ADE98D.

Background Color

.myBgColor { background-color: #ADE98D; }

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

This div background color is #ADE98D.

Border color

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

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

This div border color is #ADE98D.

Opacity

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

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

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

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

This text has shadow with #ADE98D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADE98D.

Preview

Color preview on black background

This text has color #ADE98D on black background.


Color preview on white background

This text has color #ADE98D on white background.


Black color preview on #ADE98D background

This text has black color on #ADE98D background.


White color preview on #ADE98D background

This text has white color on #ADE98D background.


Related colors

Complementary color

Complementary color for #hex is #521672.


I love getcolorcode.com

Triadic colors

1 #8DADE9 and #E98DAD with #ADE98D are triadic colors.

2 #8DE9AD and #E9AD8D with #ADE98D are triadic colors.