COLOR #ADFFAD

HEX: #ADFFAD
RGB: (173,255,173)

Color info

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

RGB color model

#ADFFAD color RGB value is (173,255,173).

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

RGB channels and saturation

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

173
255
173

R + G + B ~ 79%. #ADFFAD is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 255 + 173 = 601 (100%)
R 173 of 601 ~ 28.79%
G 255 of 601 ~ 42.43%
B 173 of 601 ~ 28.79%

%28.79
%42.43
%28.79

CMYK color model

#ADFFAD color CMYK value is (32,0,32,0).

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

CMYK percentages

%32.16
%0
%32.16
%0

Codes

Color #ADFFAD in popluar color models

ADFFAD
RGB173255173
HSL120°100.00%83.92%
HSB/HSV120°32.16%100.00%
CMYK32.16%0.00%32.16%
0.00%

Color #ADFFAD in popluar number systems.

HEXADFFAD
Decimal173255173
Binary101011011111111110101101
Octal255377255

Shades and tints

Shades of #ADFFAD

#ADFFAD
(173,255,173)
#9EE89E
(158,232,158)
#8FD18F
(143,209,143)
#80BA80
(128,186,128)
#71A371
(113,163,113)
#628C62
(98,140,98)
#537553
(83,117,83)
#445E44
(68,94,68)
#354735
(53,71,53)
#263026
(38,48,38)
#171917
(23,25,23)
#000000
(0,0,0)

Tints of #ADFFAD

#ADFFAD
(173,255,173)
#B4FFB4
(180,255,180)
#BBFFBB
(187,255,187)
#C2FFC2
(194,255,194)
#C9FFC9
(201,255,201)
#D0FFD0
(208,255,208)
#D7FFD7
(215,255,215)
#DEFFDE
(222,255,222)
#E5FFE5
(229,255,229)
#ECFFEC
(236,255,236)
#F3FFF3
(243,255,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADFFAD; }

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

This text font color is #ADFFAD.


Background Color

.myBgColor { background-color: #ADFFAD; }

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

This div background color is #ADFFAD.


Border color

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

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

This div border color is #ADFFAD.


Opacity

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

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

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

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

This text has shadow with #ADFFAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADFFAD on black background.


Color preview on white background

This text has color #ADFFAD on white background.



Black color preview on #ADFFAD background

This text has black color on #ADFFAD background.


White color preview on #ADFFAD background

This text has white color on #ADFFAD background.