COLOR #ADFF79

HEX: #ADFF79
RGB: (173,255,121)

Color info

#ADFF79 contains mainly green color. Web safe color of #ADFF79 is #99FF66 (or #9F6).

RGB color model

#ADFF79 color RGB value is (173,255,121).

  • red value is 173;
  • green value is 255;
  • blue value is 121.
RGB:
(173,255,121)
(68%,100%,47%)

RGB channels and saturation

R 173 of 255 = 68%
G 255 of 255 = 100%
B 121 of 255 = 47%

173
255
121

R + G + B ~ 72%. #ADFF79 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 255 + 121 = 549 (100%)
R 173 of 549 ~ 31.51%
G 255 of 549 ~ 46.45%
B 121 of 549 ~ 22.04%

%31.51
%46.45
%22.04

CMYK color model

#ADFF79 color CMYK value is (32,0,53,0).

  • cyan value is 32.16%
  • magenta value is 0.00%
  • yellow value is 52.55%
  • key color value is 0.00%
CMYK:
(32,0,53,0)
C32M0Y53K0 
(32%,0%,53%,0%)
(0.32/0.00/0.53/0.00)	

CMYK percentages

%32.16
%0
%52.55
%0

Codes

Color #ADFF79 in popluar color models

ADFF79
RGB173255121
HSL97°100.00%73.73%
HSB/HSV97°52.55%100.00%
CMYK32.16%0.00%52.55%
0.00%

Color #ADFF79 in popluar number systems.

HEXADFF79
Decimal173255121
Binary10101101111111111111001
Octal255377171

Shades and tints

Shades of #ADFF79

#ADFF79
(173,255,121)
#9EE86E
(158,232,110)
#8FD163
(143,209,99)
#80BA58
(128,186,88)
#71A34D
(113,163,77)
#628C42
(98,140,66)
#537537
(83,117,55)
#445E2C
(68,94,44)
#354721
(53,71,33)
#263016
(38,48,22)
#17190B
(23,25,11)
#000000
(0,0,0)

Tints of #ADFF79

#ADFF79
(173,255,121)
#B4FF85
(180,255,133)
#BBFF91
(187,255,145)
#C2FF9D
(194,255,157)
#C9FFA9
(201,255,169)
#D0FFB5
(208,255,181)
#D7FFC1
(215,255,193)
#DEFFCD
(222,255,205)
#E5FFD9
(229,255,217)
#ECFFE5
(236,255,229)
#F3FFF1
(243,255,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADFF79 color. Also use rgb(173,255,121) instead hex code.

Text Font Color

.myTextColor { color: #ADFF79; }

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

This text font color is #ADFF79.


Background Color

.myBgColor { background-color: #ADFF79; }

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

This div background color is #ADFF79.


Border color

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

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

This div border color is #ADFF79.


Opacity

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

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

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

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

This text has shadow with #ADFF79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADFF79 on black background.


Color preview on white background

This text has color #ADFF79 on white background.



Black color preview on #ADFF79 background

This text has black color on #ADFF79 background.


White color preview on #ADFF79 background

This text has white color on #ADFF79 background.