COLOR #ADFD1F

HEX: #ADFD1F
RGB: (173,253,31)

Color info

#ADFD1F contains mainly green color. Web safe color of #ADFD1F is #99FF33 (or #9F3).

RGB color model

#ADFD1F color RGB value is (173,253,31).

  • red value is 173;
  • green value is 253;
  • blue value is 31.
RGB:
(173,253,31)
(68%,99%,12%)

RGB channels and saturation

R 173 of 255 = 68%
G 253 of 255 = 99%
B 31 of 255 = 12%

173
253
31

R + G + B ~ 60%. #ADFD1F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
173 + 253 + 31 = 457 (100%)
R 173 of 457 ~ 37.86%
G 253 of 457 ~ 55.36%
B 31 of 457 ~ 6.78%

%37.86
%55.36

CMYK color model

#ADFD1F color CMYK value is (32,0,88,1).

  • cyan value is 31.62%
  • magenta value is 0.00%
  • yellow value is 87.75%
  • key color value is 0.78%
CMYK:
(32,0,88,1)
C32M0Y88K1 
(32%,0%,88%,1%)
(0.32/0.00/0.88/0.01)	

CMYK percentages

%31.62
%0
%87.75
%0.78

Codes

Color #ADFD1F in popluar color models

ADFD1F
RGB17325331
HSL82°98.23%55.69%
HSB/HSV82°87.75%99.22%
CMYK31.62%0.00%87.75%
0.78%

Color #ADFD1F in popluar number systems.

HEXADFD1F
Decimal17325331
Binary101011011111110111111
Octal25537537

Shades and tints

Shades of #ADFD1F

#ADFD1F
(173,253,31)
#9EE61D
(158,230,29)
#8FCF1B
(143,207,27)
#80B819
(128,184,25)
#71A117
(113,161,23)
#628A15
(98,138,21)
#537313
(83,115,19)
#445C11
(68,92,17)
#35450F
(53,69,15)
#262E0D
(38,46,13)
#17170B
(23,23,11)
#000000
(0,0,0)

Tints of #ADFD1F

#ADFD1F
(173,253,31)
#B4FD33
(180,253,51)
#BBFD47
(187,253,71)
#C2FD5B
(194,253,91)
#C9FD6F
(201,253,111)
#D0FD83
(208,253,131)
#D7FD97
(215,253,151)
#DEFDAB
(222,253,171)
#E5FDBF
(229,253,191)
#ECFDD3
(236,253,211)
#F3FDE7
(243,253,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADFD1F color. Also use rgb(173,253,31) instead hex code.

Text Font Color

.myTextColor { color: #ADFD1F; }

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

This text font color is #ADFD1F.


Background Color

.myBgColor { background-color: #ADFD1F; }

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

This div background color is #ADFD1F.


Border color

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

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

This div border color is #ADFD1F.


Opacity

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

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

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

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

This text has shadow with #ADFD1F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADFD1F on black background.


Color preview on white background

This text has color #ADFD1F on white background.



Black color preview on #ADFD1F background

This text has black color on #ADFD1F background.


White color preview on #ADFD1F background

This text has white color on #ADFD1F background.