COLOR #ADD594

HEX: #ADD594
RGB: (173,213,148)

Color info

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

RGB color model

#ADD594 color RGB value is (173,213,148).

  • red value is 173;
  • green value is 213;
  • blue value is 148.
RGB:
(173,213,148)
(68%,84%,58%)

RGB channels and saturation

R 173 of 255 = 68%
G 213 of 255 = 84%
B 148 of 255 = 58%

173
213
148

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

Portions of RGB colors in percentages

R + G + B =
173 + 213 + 148 = 534 (100%)
R 173 of 534 ~ 32.4%
G 213 of 534 ~ 39.89%
B 148 of 534 ~ 27.72%

%32.4
%39.89
%27.72

CMYK color model

#ADD594 color CMYK value is (19,0,31,16).

  • cyan value is 18.78%
  • magenta value is 0.00%
  • yellow value is 30.52%
  • key color value is 16.47%
CMYK:
(19,0,31,16)
C19M0Y31K16 
(19%,0%,31%,16%)
(0.19/0.00/0.31/0.16)	

CMYK percentages

%18.78
%0
%30.52
%16.47

Codes

Color #ADD594 in popluar color models

ADD594
RGB173213148
HSL97°43.62%70.78%
HSB/HSV97°30.52%83.53%
CMYK18.78%0.00%30.52%
16.47%

Color #ADD594 in popluar number systems.

HEXADD594
Decimal173213148
Binary101011011101010110010100
Octal255325224

Shades and tints

Shades of #ADD594

#ADD594
(173,213,148)
#9EC287
(158,194,135)
#8FAF7A
(143,175,122)
#809C6D
(128,156,109)
#718960
(113,137,96)
#627653
(98,118,83)
#536346
(83,99,70)
#445039
(68,80,57)
#353D2C
(53,61,44)
#262A1F
(38,42,31)
#171712
(23,23,18)
#000000
(0,0,0)

Tints of #ADD594

#ADD594
(173,213,148)
#B4D89D
(180,216,157)
#BBDBA6
(187,219,166)
#C2DEAF
(194,222,175)
#C9E1B8
(201,225,184)
#D0E4C1
(208,228,193)
#D7E7CA
(215,231,202)
#DEEAD3
(222,234,211)
#E5EDDC
(229,237,220)
#ECF0E5
(236,240,229)
#F3F3EE
(243,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADD594 color. Also use rgb(173,213,148) instead hex code.

Text Font Color

.myTextColor { color: #ADD594; }

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

This text font color is #ADD594.


Background Color

.myBgColor { background-color: #ADD594; }

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

This div background color is #ADD594.


Border color

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

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

This div border color is #ADD594.


Opacity

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

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

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

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

This text has shadow with #ADD594 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADD594 on black background.


Color preview on white background

This text has color #ADD594 on white background.



Black color preview on #ADD594 background

This text has black color on #ADD594 background.


White color preview on #ADD594 background

This text has white color on #ADD594 background.