COLOR #ADD28F

HEX: #ADD28F
RGB: (173,210,143)

Color info

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

RGB color model

#ADD28F color RGB value is (173,210,143).

  • red value is 173;
  • green value is 210;
  • blue value is 143.
RGB:
(173,210,143)
(68%,82%,56%)

RGB channels and saturation

R 173 of 255 = 68%
G 210 of 255 = 82%
B 143 of 255 = 56%

173
210
143

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

Portions of RGB colors in percentages

R + G + B =
173 + 210 + 143 = 526 (100%)
R 173 of 526 ~ 32.89%
G 210 of 526 ~ 39.92%
B 143 of 526 ~ 27.19%

%32.89
%39.92
%27.19

CMYK color model

#ADD28F color CMYK value is (18,0,32,18).

  • cyan value is 17.62%
  • magenta value is 0.00%
  • yellow value is 31.90%
  • key color value is 17.65%
CMYK:
(18,0,32,18)
C18M0Y32K18 
(18%,0%,32%,18%)
(0.18/0.00/0.32/0.18)	

CMYK percentages

%17.62
%0
%31.9
%17.65

Codes

Color #ADD28F in popluar color models

ADD28F
RGB173210143
HSL93°42.68%69.22%
HSB/HSV93°31.90%82.35%
CMYK17.62%0.00%31.90%
17.65%

Color #ADD28F in popluar number systems.

HEXADD28F
Decimal173210143
Binary101011011101001010001111
Octal255322217

Shades and tints

Shades of #ADD28F

#ADD28F
(173,210,143)
#9EBF82
(158,191,130)
#8FAC75
(143,172,117)
#809968
(128,153,104)
#71865B
(113,134,91)
#62734E
(98,115,78)
#536041
(83,96,65)
#444D34
(68,77,52)
#353A27
(53,58,39)
#26271A
(38,39,26)
#17140D
(23,20,13)
#000000
(0,0,0)

Tints of #ADD28F

#ADD28F
(173,210,143)
#B4D699
(180,214,153)
#BBDAA3
(187,218,163)
#C2DEAD
(194,222,173)
#C9E2B7
(201,226,183)
#D0E6C1
(208,230,193)
#D7EACB
(215,234,203)
#DEEED5
(222,238,213)
#E5F2DF
(229,242,223)
#ECF6E9
(236,246,233)
#F3FAF3
(243,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADD28F; }

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

This text font color is #ADD28F.


Background Color

.myBgColor { background-color: #ADD28F; }

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

This div background color is #ADD28F.


Border color

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

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

This div border color is #ADD28F.


Opacity

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

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

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

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

This text has shadow with #ADD28F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADD28F on black background.


Color preview on white background

This text has color #ADD28F on white background.



Black color preview on #ADD28F background

This text has black color on #ADD28F background.


White color preview on #ADD28F background

This text has white color on #ADD28F background.