COLOR #ADD495

HEX: #ADD495
RGB: (173,212,149)

Color info

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

RGB color model

#ADD495 color RGB value is (173,212,149).

  • red value is 173;
  • green value is 212;
  • blue value is 149.
RGB:
(173,212,149)
(68%,83%,58%)

RGB channels and saturation

R 173 of 255 = 68%
G 212 of 255 = 83%
B 149 of 255 = 58%

173
212
149

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

Portions of RGB colors in percentages

R + G + B =
173 + 212 + 149 = 534 (100%)
R 173 of 534 ~ 32.4%
G 212 of 534 ~ 39.7%
B 149 of 534 ~ 27.9%

%32.4
%39.7
%27.9

CMYK color model

#ADD495 color CMYK value is (18,0,30,17).

  • cyan value is 18.40%
  • magenta value is 0.00%
  • yellow value is 29.72%
  • key color value is 16.86%
CMYK:
(18,0,30,17)
C18M0Y30K17 
(18%,0%,30%,17%)
(0.18/0.00/0.30/0.17)	

CMYK percentages

%18.4
%0
%29.72
%16.86

Codes

Color #ADD495 in popluar color models

ADD495
RGB173212149
HSL97°42.28%70.78%
HSB/HSV97°29.72%83.14%
CMYK18.40%0.00%29.72%
16.86%

Color #ADD495 in popluar number systems.

HEXADD495
Decimal173212149
Binary101011011101010010010101
Octal255324225

Shades and tints

Shades of #ADD495

#ADD495
(173,212,149)
#9EC188
(158,193,136)
#8FAE7B
(143,174,123)
#809B6E
(128,155,110)
#718861
(113,136,97)
#627554
(98,117,84)
#536247
(83,98,71)
#444F3A
(68,79,58)
#353C2D
(53,60,45)
#262920
(38,41,32)
#171613
(23,22,19)
#000000
(0,0,0)

Tints of #ADD495

#ADD495
(173,212,149)
#B4D79E
(180,215,158)
#BBDAA7
(187,218,167)
#C2DDB0
(194,221,176)
#C9E0B9
(201,224,185)
#D0E3C2
(208,227,194)
#D7E6CB
(215,230,203)
#DEE9D4
(222,233,212)
#E5ECDD
(229,236,221)
#ECEFE6
(236,239,230)
#F3F2EF
(243,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADD495; }

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

This text font color is #ADD495.


Background Color

.myBgColor { background-color: #ADD495; }

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

This div background color is #ADD495.


Border color

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

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

This div border color is #ADD495.


Opacity

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

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

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

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

This text has shadow with #ADD495 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADD495 on black background.


Color preview on white background

This text has color #ADD495 on white background.



Black color preview on #ADD495 background

This text has black color on #ADD495 background.


White color preview on #ADD495 background

This text has white color on #ADD495 background.