COLOR #ADD295

HEX: #ADD295 RGB: (173,210,149)

Color info

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

RGB color model

#ADD295 color RGB value is (173,210,149).

RGB: (173,210,149) (68%, 82%, 58%)

RGB channels and saturation

R 173 of 255 = 68%
G 210 of 255 = 82%
B 149 of 255 = 58%

173
210
149

R + G + B ~ 69%. #ADD295 is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 210 + 149 = 532 (100%)
R 173 of 532 ~ 32.52%
G 210 of 532 ~ 39.47%
B 149 of 532 ~ 28.01'%

%32.52
%39.47
%28.01

CMYK color model

#ADD295 color CMYK value is (18,0,29,18).

  • cyan value is 17.62%
  • magenta value is 0.00%
  • yellow value is 29.05%
  • key color value is 17.65%

CMYK: (18,0,29,18)
C18M0Y29K18 (18%, 0%, 29%, 18%)
(0.18 / 0.00 / 0.29 / 0.18)

CMYK percentages

%17.62
%0
%29.05
%17.65

Codes

Color #ADD295 in popluar color models

AD D2 95
RGB 173 210 149
HSL 96° 40.40% 70.39%
HSB/HSV 96° 29.05% 82.35%
CMYK 17.62% 0.00% 29.05%
17.65%

Color #ADD295 in popluar number systems.

HEX AD D2 95
Decimal 173 210 149
Binary 10101101 11010010 10010101
Octal 255 322 225

Shades and tints

Shades of #ADD295

#ADD295
(173,210,149)
#9EBF88
(158,191,136)
#8FAC7B
(143,172,123)
#80996E
(128,153,110)
#718661
(113,134,97)
#627354
(98,115,84)
#536047
(83,96,71)
#444D3A
(68,77,58)
#353A2D
(53,58,45)
#262720
(38,39,32)
#171413
(23,20,19)
#000000
(0,0,0)

Tints of #ADD295

#ADD295
(173,210,149)
#B4D69E
(180,214,158)
#BBDAA7
(187,218,167)
#C2DEB0
(194,222,176)
#C9E2B9
(201,226,185)
#D0E6C2
(208,230,194)
#D7EACB
(215,234,203)
#DEEED4
(222,238,212)
#E5F2DD
(229,242,221)
#ECF6E6
(236,246,230)
#F3FAEF
(243,250,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADD295; }

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

This text font color is #ADD295.

Background Color

.myBgColor { background-color: #ADD295; }

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

This div background color is #ADD295.

Border color

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

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

This div border color is #ADD295.

Opacity

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

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

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

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

This text has shadow with #ADD295 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADD295.

Preview

Color preview on black background

This text has color #ADD295 on black background.


Color preview on white background

This text has color #ADD295 on white background.


Black color preview on #ADD295 background

This text has black color on #ADD295 background.


White color preview on #ADD295 background

This text has white color on #ADD295 background.


Related colors

Complementary color

Complementary color for #hex is #522D6A.


I love getcolorcode.com

Triadic colors

1 #95ADD2 and #D295AD with #ADD295 are triadic colors.

2 #95D2AD and #D2AD95 with #ADD295 are triadic colors.