COLOR #ADD16E

HEX: #ADD16E
RGB: (173,209,110)

Color info

#ADD16E contains mainly red and green colors. Web safe color of #ADD16E is #99CC66 (or #9C6).

RGB color model

#ADD16E color RGB value is (173,209,110).

  • red value is 173;
  • green value is 209;
  • blue value is 110.
RGB:
(173,209,110)
(68%,82%,43%)

RGB channels and saturation

R 173 of 255 = 68%
G 209 of 255 = 82%
B 110 of 255 = 43%

173
209
110

R + G + B ~ 64%. #ADD16E is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 209 + 110 = 492 (100%)
R 173 of 492 ~ 35.16%
G 209 of 492 ~ 42.48%
B 110 of 492 ~ 22.36%

%35.16
%42.48
%22.36

CMYK color model

#ADD16E color CMYK value is (17,0,47,18).

  • cyan value is 17.22%
  • magenta value is 0.00%
  • yellow value is 47.37%
  • key color value is 18.04%
CMYK:
(17,0,47,18)
C17M0Y47K18 
(17%,0%,47%,18%)
(0.17/0.00/0.47/0.18)	

CMYK percentages

%17.22
%0
%47.37
%18.04

Codes

Color #ADD16E in popluar color models

ADD16E
RGB173209110
HSL82°51.83%62.55%
HSB/HSV82°47.37%81.96%
CMYK17.22%0.00%47.37%
18.04%

Color #ADD16E in popluar number systems.

HEXADD16E
Decimal173209110
Binary10101101110100011101110
Octal255321156

Shades and tints

Shades of #ADD16E

#ADD16E
(173,209,110)
#9EBE64
(158,190,100)
#8FAB5A
(143,171,90)
#809850
(128,152,80)
#718546
(113,133,70)
#62723C
(98,114,60)
#535F32
(83,95,50)
#444C28
(68,76,40)
#35391E
(53,57,30)
#262614
(38,38,20)
#17130A
(23,19,10)
#000000
(0,0,0)

Tints of #ADD16E

#ADD16E
(173,209,110)
#B4D57B
(180,213,123)
#BBD988
(187,217,136)
#C2DD95
(194,221,149)
#C9E1A2
(201,225,162)
#D0E5AF
(208,229,175)
#D7E9BC
(215,233,188)
#DEEDC9
(222,237,201)
#E5F1D6
(229,241,214)
#ECF5E3
(236,245,227)
#F3F9F0
(243,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADD16E color. Also use rgb(173,209,110) instead hex code.

Text Font Color

.myTextColor { color: #ADD16E; }

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

This text font color is #ADD16E.


Background Color

.myBgColor { background-color: #ADD16E; }

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

This div background color is #ADD16E.


Border color

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

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

This div border color is #ADD16E.


Opacity

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

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

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

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

This text has shadow with #ADD16E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADD16E on black background.


Color preview on white background

This text has color #ADD16E on white background.



Black color preview on #ADD16E background

This text has black color on #ADD16E background.


White color preview on #ADD16E background

This text has white color on #ADD16E background.