COLOR #ADFC9D

HEX: #ADFC9D
RGB: (173,252,157)

Color info

#ADFC9D contains mainly green color. Web safe color of #ADFC9D is #99FF99 (or #9F9).

RGB color model

#ADFC9D color RGB value is (173,252,157).

  • red value is 173;
  • green value is 252;
  • blue value is 157.
RGB:
(173,252,157)
(68%,99%,62%)

RGB channels and saturation

R 173 of 255 = 68%
G 252 of 255 = 99%
B 157 of 255 = 62%

173
252
157

R + G + B ~ 76%. #ADFC9D is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 252 + 157 = 582 (100%)
R 173 of 582 ~ 29.73%
G 252 of 582 ~ 43.3%
B 157 of 582 ~ 26.98%

%29.73
%43.3
%26.98

CMYK color model

#ADFC9D color CMYK value is (31,0,38,1).

  • cyan value is 31.35%
  • magenta value is 0.00%
  • yellow value is 37.70%
  • key color value is 1.18%
CMYK:
(31,0,38,1)
C31M0Y38K1 
(31%,0%,38%,1%)
(0.31/0.00/0.38/0.01)	

CMYK percentages

%31.35
%0
%37.7
%1.18

Codes

Color #ADFC9D in popluar color models

ADFC9D
RGB173252157
HSL110°94.06%80.20%
HSB/HSV110°37.70%98.82%
CMYK31.35%0.00%37.70%
1.18%

Color #ADFC9D in popluar number systems.

HEXADFC9D
Decimal173252157
Binary101011011111110010011101
Octal255374235

Shades and tints

Shades of #ADFC9D

#ADFC9D
(173,252,157)
#9EE68F
(158,230,143)
#8FD081
(143,208,129)
#80BA73
(128,186,115)
#71A465
(113,164,101)
#628E57
(98,142,87)
#537849
(83,120,73)
#44623B
(68,98,59)
#354C2D
(53,76,45)
#26361F
(38,54,31)
#172011
(23,32,17)
#000000
(0,0,0)

Tints of #ADFC9D

#ADFC9D
(173,252,157)
#B4FCA5
(180,252,165)
#BBFCAD
(187,252,173)
#C2FCB5
(194,252,181)
#C9FCBD
(201,252,189)
#D0FCC5
(208,252,197)
#D7FCCD
(215,252,205)
#DEFCD5
(222,252,213)
#E5FCDD
(229,252,221)
#ECFCE5
(236,252,229)
#F3FCED
(243,252,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADFC9D color. Also use rgb(173,252,157) instead hex code.

Text Font Color

.myTextColor { color: #ADFC9D; }

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

This text font color is #ADFC9D.


Background Color

.myBgColor { background-color: #ADFC9D; }

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

This div background color is #ADFC9D.


Border color

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

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

This div border color is #ADFC9D.


Opacity

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

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

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

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

This text has shadow with #ADFC9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADFC9D on black background.


Color preview on white background

This text has color #ADFC9D on white background.



Black color preview on #ADFC9D background

This text has black color on #ADFC9D background.


White color preview on #ADFC9D background

This text has white color on #ADFC9D background.