COLOR #ADD856

HEX: #ADD856
RGB: (173,216,86)

Color info

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

RGB color model

#ADD856 color RGB value is (173,216,86).

  • red value is 173;
  • green value is 216;
  • blue value is 86.
RGB:
(173,216,86)
(68%,85%,34%)

RGB channels and saturation

R 173 of 255 = 68%
G 216 of 255 = 85%
B 86 of 255 = 34%

173
216
86

R + G + B ~ 62%. #ADD856 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 216 + 86 = 475 (100%)
R 173 of 475 ~ 36.42%
G 216 of 475 ~ 45.47%
B 86 of 475 ~ 18.11%

%36.42
%45.47
%18.11

CMYK color model

#ADD856 color CMYK value is (20,0,60,15).

  • cyan value is 19.91%
  • magenta value is 0.00%
  • yellow value is 60.19%
  • key color value is 15.29%
CMYK:
(20,0,60,15)
C20M0Y60K15 
(20%,0%,60%,15%)
(0.20/0.00/0.60/0.15)	

CMYK percentages

%19.91
%0
%60.19
%15.29

Codes

Color #ADD856 in popluar color models

ADD856
RGB17321686
HSL80°62.50%59.22%
HSB/HSV80°60.19%84.71%
CMYK19.91%0.00%60.19%
15.29%

Color #ADD856 in popluar number systems.

HEXADD856
Decimal17321686
Binary10101101110110001010110
Octal255330126

Shades and tints

Shades of #ADD856

#ADD856
(173,216,86)
#9EC54F
(158,197,79)
#8FB248
(143,178,72)
#809F41
(128,159,65)
#718C3A
(113,140,58)
#627933
(98,121,51)
#53662C
(83,102,44)
#445325
(68,83,37)
#35401E
(53,64,30)
#262D17
(38,45,23)
#171A10
(23,26,16)
#000000
(0,0,0)

Tints of #ADD856

#ADD856
(173,216,86)
#B4DB65
(180,219,101)
#BBDE74
(187,222,116)
#C2E183
(194,225,131)
#C9E492
(201,228,146)
#D0E7A1
(208,231,161)
#D7EAB0
(215,234,176)
#DEEDBF
(222,237,191)
#E5F0CE
(229,240,206)
#ECF3DD
(236,243,221)
#F3F6EC
(243,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADD856 color. Also use rgb(173,216,86) instead hex code.

Text Font Color

.myTextColor { color: #ADD856; }

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

This text font color is #ADD856.


Background Color

.myBgColor { background-color: #ADD856; }

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

This div background color is #ADD856.


Border color

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

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

This div border color is #ADD856.


Opacity

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

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

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

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

This text has shadow with #ADD856 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADD856 on black background.


Color preview on white background

This text has color #ADD856 on white background.



Black color preview on #ADD856 background

This text has black color on #ADD856 background.


White color preview on #ADD856 background

This text has white color on #ADD856 background.