COLOR #ADD68D

HEX: #ADD68D
RGB: (173,214,141)

Color info

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

RGB color model

#ADD68D color RGB value is (173,214,141).

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

RGB channels and saturation

R 173 of 255 = 68%
G 214 of 255 = 84%
B 141 of 255 = 55%

173
214
141

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

Portions of RGB colors in percentages

R + G + B =
173 + 214 + 141 = 528 (100%)
R 173 of 528 ~ 32.77%
G 214 of 528 ~ 40.53%
B 141 of 528 ~ 26.7%

%32.77
%40.53
%26.7

CMYK color model

#ADD68D color CMYK value is (19,0,34,16).

  • cyan value is 19.16%
  • magenta value is 0.00%
  • yellow value is 34.11%
  • key color value is 16.08%
CMYK:
(19,0,34,16)
C19M0Y34K16 
(19%,0%,34%,16%)
(0.19/0.00/0.34/0.16)	

CMYK percentages

%19.16
%0
%34.11
%16.08

Codes

Color #ADD68D in popluar color models

ADD68D
RGB173214141
HSL94°47.10%69.61%
HSB/HSV94°34.11%83.92%
CMYK19.16%0.00%34.11%
16.08%

Color #ADD68D in popluar number systems.

HEXADD68D
Decimal173214141
Binary101011011101011010001101
Octal255326215

Shades and tints

Shades of #ADD68D

#ADD68D
(173,214,141)
#9EC381
(158,195,129)
#8FB075
(143,176,117)
#809D69
(128,157,105)
#718A5D
(113,138,93)
#627751
(98,119,81)
#536445
(83,100,69)
#445139
(68,81,57)
#353E2D
(53,62,45)
#262B21
(38,43,33)
#171815
(23,24,21)
#000000
(0,0,0)

Tints of #ADD68D

#ADD68D
(173,214,141)
#B4D997
(180,217,151)
#BBDCA1
(187,220,161)
#C2DFAB
(194,223,171)
#C9E2B5
(201,226,181)
#D0E5BF
(208,229,191)
#D7E8C9
(215,232,201)
#DEEBD3
(222,235,211)
#E5EEDD
(229,238,221)
#ECF1E7
(236,241,231)
#F3F4F1
(243,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADD68D; }

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

This text font color is #ADD68D.


Background Color

.myBgColor { background-color: #ADD68D; }

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

This div background color is #ADD68D.


Border color

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

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

This div border color is #ADD68D.


Opacity

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

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

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

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

This text has shadow with #ADD68D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADD68D on black background.


Color preview on white background

This text has color #ADD68D on white background.



Black color preview on #ADD68D background

This text has black color on #ADD68D background.


White color preview on #ADD68D background

This text has white color on #ADD68D background.