COLOR #ADD66A

HEX: #ADD66A
RGB: (173,214,106)

Color info

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

RGB color model

#ADD66A color RGB value is (173,214,106).

  • red value is 173;
  • green value is 214;
  • blue value is 106.
RGB:
(173,214,106)
(68%,84%,42%)

RGB channels and saturation

R 173 of 255 = 68%
G 214 of 255 = 84%
B 106 of 255 = 42%

173
214
106

R + G + B ~ 65%. #ADD66A is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 214 + 106 = 493 (100%)
R 173 of 493 ~ 35.09%
G 214 of 493 ~ 43.41%
B 106 of 493 ~ 21.5%

%35.09
%43.41
%21.5

CMYK color model

#ADD66A color CMYK value is (19,0,50,16).

  • cyan value is 19.16%
  • magenta value is 0.00%
  • yellow value is 50.47%
  • key color value is 16.08%
CMYK:
(19,0,50,16)
C19M0Y50K16 
(19%,0%,50%,16%)
(0.19/0.00/0.50/0.16)	

CMYK percentages

%19.16
%0
%50.47
%16.08

Codes

Color #ADD66A in popluar color models

ADD66A
RGB173214106
HSL83°56.84%62.75%
HSB/HSV83°50.47%83.92%
CMYK19.16%0.00%50.47%
16.08%

Color #ADD66A in popluar number systems.

HEXADD66A
Decimal173214106
Binary10101101110101101101010
Octal255326152

Shades and tints

Shades of #ADD66A

#ADD66A
(173,214,106)
#9EC361
(158,195,97)
#8FB058
(143,176,88)
#809D4F
(128,157,79)
#718A46
(113,138,70)
#62773D
(98,119,61)
#536434
(83,100,52)
#44512B
(68,81,43)
#353E22
(53,62,34)
#262B19
(38,43,25)
#171810
(23,24,16)
#000000
(0,0,0)

Tints of #ADD66A

#ADD66A
(173,214,106)
#B4D977
(180,217,119)
#BBDC84
(187,220,132)
#C2DF91
(194,223,145)
#C9E29E
(201,226,158)
#D0E5AB
(208,229,171)
#D7E8B8
(215,232,184)
#DEEBC5
(222,235,197)
#E5EED2
(229,238,210)
#ECF1DF
(236,241,223)
#F3F4EC
(243,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADD66A color. Also use rgb(173,214,106) instead hex code.

Text Font Color

.myTextColor { color: #ADD66A; }

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

This text font color is #ADD66A.


Background Color

.myBgColor { background-color: #ADD66A; }

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

This div background color is #ADD66A.


Border color

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

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

This div border color is #ADD66A.


Opacity

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

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

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

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

This text has shadow with #ADD66A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADD66A on black background.


Color preview on white background

This text has color #ADD66A on white background.



Black color preview on #ADD66A background

This text has black color on #ADD66A background.


White color preview on #ADD66A background

This text has white color on #ADD66A background.