COLOR #ADD95D

HEX: #ADD95D
RGB: (173,217,93)

Color info

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

RGB color model

#ADD95D color RGB value is (173,217,93).

  • red value is 173;
  • green value is 217;
  • blue value is 93.
RGB:
(173,217,93)
(68%,85%,36%)

RGB channels and saturation

R 173 of 255 = 68%
G 217 of 255 = 85%
B 93 of 255 = 36%

173
217
93

R + G + B ~ 63%. #ADD95D is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 217 + 93 = 483 (100%)
R 173 of 483 ~ 35.82%
G 217 of 483 ~ 44.93%
B 93 of 483 ~ 19.25%

%35.82
%44.93
%19.25

CMYK color model

#ADD95D color CMYK value is (20,0,57,15).

  • cyan value is 20.28%
  • magenta value is 0.00%
  • yellow value is 57.14%
  • key color value is 14.90%
CMYK:
(20,0,57,15)
C20M0Y57K15 
(20%,0%,57%,15%)
(0.20/0.00/0.57/0.15)	

CMYK percentages

%20.28
%0
%57.14
%14.9

Codes

Color #ADD95D in popluar color models

ADD95D
RGB17321793
HSL81°62.00%60.78%
HSB/HSV81°57.14%85.10%
CMYK20.28%0.00%57.14%
14.90%

Color #ADD95D in popluar number systems.

HEXADD95D
Decimal17321793
Binary10101101110110011011101
Octal255331135

Shades and tints

Shades of #ADD95D

#ADD95D
(173,217,93)
#9EC655
(158,198,85)
#8FB34D
(143,179,77)
#80A045
(128,160,69)
#718D3D
(113,141,61)
#627A35
(98,122,53)
#53672D
(83,103,45)
#445425
(68,84,37)
#35411D
(53,65,29)
#262E15
(38,46,21)
#171B0D
(23,27,13)
#000000
(0,0,0)

Tints of #ADD95D

#ADD95D
(173,217,93)
#B4DC6B
(180,220,107)
#BBDF79
(187,223,121)
#C2E287
(194,226,135)
#C9E595
(201,229,149)
#D0E8A3
(208,232,163)
#D7EBB1
(215,235,177)
#DEEEBF
(222,238,191)
#E5F1CD
(229,241,205)
#ECF4DB
(236,244,219)
#F3F7E9
(243,247,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADD95D color. Also use rgb(173,217,93) instead hex code.

Text Font Color

.myTextColor { color: #ADD95D; }

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

This text font color is #ADD95D.


Background Color

.myBgColor { background-color: #ADD95D; }

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

This div background color is #ADD95D.


Border color

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

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

This div border color is #ADD95D.


Opacity

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

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

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

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

This text has shadow with #ADD95D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADD95D on black background.


Color preview on white background

This text has color #ADD95D on white background.



Black color preview on #ADD95D background

This text has black color on #ADD95D background.


White color preview on #ADD95D background

This text has white color on #ADD95D background.