COLOR #ADD54E

HEX: #ADD54E
RGB: (173,213,78)

Color info

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

RGB color model

#ADD54E color RGB value is (173,213,78).

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

RGB channels and saturation

R 173 of 255 = 68%
G 213 of 255 = 84%
B 78 of 255 = 31%

173
213
78

R + G + B ~ 61%. #ADD54E is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 213 + 78 = 464 (100%)
R 173 of 464 ~ 37.28%
G 213 of 464 ~ 45.91%
B 78 of 464 ~ 16.81%

%37.28
%45.91
%16.81

CMYK color model

#ADD54E color CMYK value is (19,0,63,16).

  • cyan value is 18.78%
  • magenta value is 0.00%
  • yellow value is 63.38%
  • key color value is 16.47%
CMYK:
(19,0,63,16)
C19M0Y63K16 
(19%,0%,63%,16%)
(0.19/0.00/0.63/0.16)	

CMYK percentages

%18.78
%0
%63.38
%16.47

Codes

Color #ADD54E in popluar color models

ADD54E
RGB17321378
HSL78°61.64%57.06%
HSB/HSV78°63.38%83.53%
CMYK18.78%0.00%63.38%
16.47%

Color #ADD54E in popluar number systems.

HEXADD54E
Decimal17321378
Binary10101101110101011001110
Octal255325116

Shades and tints

Shades of #ADD54E

#ADD54E
(173,213,78)
#9EC247
(158,194,71)
#8FAF40
(143,175,64)
#809C39
(128,156,57)
#718932
(113,137,50)
#62762B
(98,118,43)
#536324
(83,99,36)
#44501D
(68,80,29)
#353D16
(53,61,22)
#262A0F
(38,42,15)
#171708
(23,23,8)
#000000
(0,0,0)

Tints of #ADD54E

#ADD54E
(173,213,78)
#B4D85E
(180,216,94)
#BBDB6E
(187,219,110)
#C2DE7E
(194,222,126)
#C9E18E
(201,225,142)
#D0E49E
(208,228,158)
#D7E7AE
(215,231,174)
#DEEABE
(222,234,190)
#E5EDCE
(229,237,206)
#ECF0DE
(236,240,222)
#F3F3EE
(243,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADD54E; }

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

This text font color is #ADD54E.


Background Color

.myBgColor { background-color: #ADD54E; }

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

This div background color is #ADD54E.


Border color

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

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

This div border color is #ADD54E.


Opacity

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

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

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

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

This text has shadow with #ADD54E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADD54E on black background.


Color preview on white background

This text has color #ADD54E on white background.



Black color preview on #ADD54E background

This text has black color on #ADD54E background.


White color preview on #ADD54E background

This text has white color on #ADD54E background.