COLOR #ADDC95

HEX: #ADDC95 RGB: (173,220,149)

Color info

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

RGB color model

#ADDC95 color RGB value is (173,220,149).

RGB: (173,220,149) (68%, 86%, 58%)

RGB channels and saturation

R 173 of 255 = 68%
G 220 of 255 = 86%
B 149 of 255 = 58%

173
220
149

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

Portions of RGB colors in percentages

R + G + B = 173 + 220 + 149 = 542 (100%)
R 173 of 542 ~ 31.92%
G 220 of 542 ~ 40.59%
B 149 of 542 ~ 27.49'%

%31.92
%40.59
%27.49

CMYK color model

#ADDC95 color CMYK value is (21,0,32,14).

  • cyan value is 21.36%
  • magenta value is 0.00%
  • yellow value is 32.27%
  • key color value is 13.73%

CMYK: (21,0,32,14)
C21M0Y32K14 (21%, 0%, 32%, 14%)
(0.21 / 0.00 / 0.32 / 0.14)

CMYK percentages

%21.36
%0
%32.27
%13.73

Codes

Color #ADDC95 in popluar color models

AD DC 95
RGB 173 220 149
HSL 100° 50.35% 72.35%
HSB/HSV 100° 32.27% 86.27%
CMYK 21.36% 0.00% 32.27%
13.73%

Color #ADDC95 in popluar number systems.

HEX AD DC 95
Decimal 173 220 149
Binary 10101101 11011100 10010101
Octal 255 334 225

Shades and tints

Shades of #ADDC95

#ADDC95
(173,220,149)
#9EC888
(158,200,136)
#8FB47B
(143,180,123)
#80A06E
(128,160,110)
#718C61
(113,140,97)
#627854
(98,120,84)
#536447
(83,100,71)
#44503A
(68,80,58)
#353C2D
(53,60,45)
#262820
(38,40,32)
#171413
(23,20,19)
#000000
(0,0,0)

Tints of #ADDC95

#ADDC95
(173,220,149)
#B4DF9E
(180,223,158)
#BBE2A7
(187,226,167)
#C2E5B0
(194,229,176)
#C9E8B9
(201,232,185)
#D0EBC2
(208,235,194)
#D7EECB
(215,238,203)
#DEF1D4
(222,241,212)
#E5F4DD
(229,244,221)
#ECF7E6
(236,247,230)
#F3FAEF
(243,250,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADDC95 color. Also use rgb(173,220,149) instead hex code.

Text Font Color

.myTextColor { color: #ADDC95; }

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

This text font color is #ADDC95.

Background Color

.myBgColor { background-color: #ADDC95; }

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

This div background color is #ADDC95.

Border color

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

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

This div border color is #ADDC95.

Opacity

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

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

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

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

This text has shadow with #ADDC95 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADDC95.

Preview

Color preview on black background

This text has color #ADDC95 on black background.


Color preview on white background

This text has color #ADDC95 on white background.


Black color preview on #ADDC95 background

This text has black color on #ADDC95 background.


White color preview on #ADDC95 background

This text has white color on #ADDC95 background.


Related colors

Complementary color

Complementary color for #hex is #52236A.


I love getcolorcode.com

Triadic colors

1 #95ADDC and #DC95AD with #ADDC95 are triadic colors.

2 #95DCAD and #DCAD95 with #ADDC95 are triadic colors.