COLOR #ADF414

HEX: #ADF414
RGB: (173,244,20)

Color info

#ADF414 contains mainly green color. Web safe color of #ADF414 is #99FF00 (or #9F0).

RGB color model

#ADF414 color RGB value is (173,244,20).

  • red value is 173;
  • green value is 244;
  • blue value is 20.
RGB:
(173,244,20)
(68%,96%,8%)

RGB channels and saturation

R 173 of 255 = 68%
G 244 of 255 = 96%
B 20 of 255 = 8%

173
244
20

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

Portions of RGB colors in percentages

R + G + B =
173 + 244 + 20 = 437 (100%)
R 173 of 437 ~ 39.59%
G 244 of 437 ~ 55.84%
B 20 of 437 ~ 4.58%

%39.59
%55.84

CMYK color model

#ADF414 color CMYK value is (29,0,92,4).

  • cyan value is 29.10%
  • magenta value is 0.00%
  • yellow value is 91.80%
  • key color value is 4.31%
CMYK:
(29,0,92,4)
C29M0Y92K4 
(29%,0%,92%,4%)
(0.29/0.00/0.92/0.04)	

CMYK percentages

%29.1
%0
%91.8
%4.31

Codes

Color #ADF414 in popluar color models

ADF414
RGB17324420
HSL79°91.06%51.76%
HSB/HSV79°91.80%95.69%
CMYK29.10%0.00%91.80%
4.31%

Color #ADF414 in popluar number systems.

HEXADF414
Decimal17324420
Binary101011011111010010100
Octal25536424

Shades and tints

Shades of #ADF414

#ADF414
(173,244,20)
#9EDE13
(158,222,19)
#8FC812
(143,200,18)
#80B211
(128,178,17)
#719C10
(113,156,16)
#62860F
(98,134,15)
#53700E
(83,112,14)
#445A0D
(68,90,13)
#35440C
(53,68,12)
#262E0B
(38,46,11)
#17180A
(23,24,10)
#000000
(0,0,0)

Tints of #ADF414

#ADF414
(173,244,20)
#B4F529
(180,245,41)
#BBF63E
(187,246,62)
#C2F753
(194,247,83)
#C9F868
(201,248,104)
#D0F97D
(208,249,125)
#D7FA92
(215,250,146)
#DEFBA7
(222,251,167)
#E5FCBC
(229,252,188)
#ECFDD1
(236,253,209)
#F3FEE6
(243,254,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADF414 color. Also use rgb(173,244,20) instead hex code.

Text Font Color

.myTextColor { color: #ADF414; }

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

This text font color is #ADF414.


Background Color

.myBgColor { background-color: #ADF414; }

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

This div background color is #ADF414.


Border color

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

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

This div border color is #ADF414.


Opacity

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

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

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

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

This text has shadow with #ADF414 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADF414 on black background.


Color preview on white background

This text has color #ADF414 on white background.



Black color preview on #ADF414 background

This text has black color on #ADF414 background.


White color preview on #ADF414 background

This text has white color on #ADF414 background.