COLOR #ADD69E

HEX: #ADD69E RGB: (173,214,158)

Color info

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

RGB color model

#ADD69E color RGB value is (173,214,158).

RGB: (173,214,158) (68%, 84%, 62%)

RGB channels and saturation

R 173 of 255 = 68%
G 214 of 255 = 84%
B 158 of 255 = 62%

173
214
158

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

Portions of RGB colors in percentages

R + G + B = 173 + 214 + 158 = 545 (100%)
R 173 of 545 ~ 31.74%
G 214 of 545 ~ 39.27%
B 158 of 545 ~ 28.99'%

%31.74
%39.27
%28.99

CMYK color model

#ADD69E color CMYK value is (19,0,26,16).

  • cyan value is 19.16%
  • magenta value is 0.00%
  • yellow value is 26.17%
  • key color value is 16.08%
CMYK: (19,0,26,16) C19M0Y26K16 (19%,0%,26%,16%) (0.19/0.00/0.26/0.16) 

CMYK percentages

%19.16
%0
%26.17
%16.08

Codes

Color #ADD69E in popluar color models

AD D6 9E
RGB 173 214 158
HSL 104° 40.58% 72.94%
HSB/HSV 104° 26.17% 83.92%
CMYK 19.16% 0.00% 26.17%
16.08%

Color #ADD69E in popluar number systems.

HEX AD D6 9E
Decimal 173 214 158
Binary 10101101 11010110 10011110
Octal 255 326 236

Shades and tints

Shades of #ADD69E

#ADD69E
(173,214,158)
#9EC390
(158,195,144)
#8FB082
(143,176,130)
#809D74
(128,157,116)
#718A66
(113,138,102)
#627758
(98,119,88)
#53644A
(83,100,74)
#44513C
(68,81,60)
#353E2E
(53,62,46)
#262B20
(38,43,32)
#171812
(23,24,18)
#000000
(0,0,0)

Tints of #ADD69E

#ADD69E
(173,214,158)
#B4D9A6
(180,217,166)
#BBDCAE
(187,220,174)
#C2DFB6
(194,223,182)
#C9E2BE
(201,226,190)
#D0E5C6
(208,229,198)
#D7E8CE
(215,232,206)
#DEEBD6
(222,235,214)
#E5EEDE
(229,238,222)
#ECF1E6
(236,241,230)
#F3F4EE
(243,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADD69E; }

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

This text font color is #ADD69E.

Background Color

.myBgColor { background-color: #ADD69E; }

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

This div background color is #ADD69E.

Border color

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

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

This div border color is #ADD69E.

Opacity

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

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

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

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

This text has shadow with #ADD69E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADD69E.

Preview

Color preview on black background

This text has color #ADD69E on black background.


Color preview on white background

This text has color #ADD69E on white background.


Black color preview on #ADD69E background

This text has black color on #ADD69E background.


White color preview on #ADD69E background

This text has white color on #ADD69E background.


Related colors

Complementary color

Complementary color for #hex is #522961.


I love getcolorcode.com

Triadic colors

1 #9EADD6 and #D69EAD with #ADD69E are triadic colors.

2 #9ED6AD and #D6AD9E with #ADD69E are triadic colors.