COLOR #ADFDA5

HEX: #ADFDA5 RGB: (173,253,165)

Color info

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

RGB color model

#ADFDA5 color RGB value is (173,253,165).

RGB: (173,253,165) (68%, 99%, 65%)

RGB channels and saturation

R 173 of 255 = 68%
G 253 of 255 = 99%
B 165 of 255 = 65%

173
253
165

R + G + B ~ 77%. #ADFDA5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 253 + 165 = 591 (100%)
R 173 of 591 ~ 29.27%
G 253 of 591 ~ 42.81%
B 165 of 591 ~ 27.92'%

%29.27
%42.81
%27.92

CMYK color model

#ADFDA5 color CMYK value is (32,0,35,1).

  • cyan value is 31.62%
  • magenta value is 0.00%
  • yellow value is 34.78%
  • key color value is 0.78%

CMYK: (32,0,35,1)
C32M0Y35K1 (32%, 0%, 35%, 1%)
(0.32 / 0.00 / 0.35 / 0.01)

CMYK percentages

%31.62
%0
%34.78
%0.78

Codes

Color #ADFDA5 in popluar color models

AD FD A5
RGB 173 253 165
HSL 115° 95.65% 81.96%
HSB/HSV 115° 34.78% 99.22%
CMYK 31.62% 0.00% 34.78%
0.78%

Color #ADFDA5 in popluar number systems.

HEX AD FD A5
Decimal 173 253 165
Binary 10101101 11111101 10100101
Octal 255 375 245

Shades and tints

Shades of #ADFDA5

#ADFDA5
(173,253,165)
#9EE696
(158,230,150)
#8FCF87
(143,207,135)
#80B878
(128,184,120)
#71A169
(113,161,105)
#628A5A
(98,138,90)
#53734B
(83,115,75)
#445C3C
(68,92,60)
#35452D
(53,69,45)
#262E1E
(38,46,30)
#17170F
(23,23,15)
#000000
(0,0,0)

Tints of #ADFDA5

#ADFDA5
(173,253,165)
#B4FDAD
(180,253,173)
#BBFDB5
(187,253,181)
#C2FDBD
(194,253,189)
#C9FDC5
(201,253,197)
#D0FDCD
(208,253,205)
#D7FDD5
(215,253,213)
#DEFDDD
(222,253,221)
#E5FDE5
(229,253,229)
#ECFDED
(236,253,237)
#F3FDF5
(243,253,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADFDA5; }

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

This text font color is #ADFDA5.

Background Color

.myBgColor { background-color: #ADFDA5; }

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

This div background color is #ADFDA5.

Border color

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

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

This div border color is #ADFDA5.

Opacity

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

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

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

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

This text has shadow with #ADFDA5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADFDA5.

Preview

Color preview on black background

This text has color #ADFDA5 on black background.


Color preview on white background

This text has color #ADFDA5 on white background.


Black color preview on #ADFDA5 background

This text has black color on #ADFDA5 background.


White color preview on #ADFDA5 background

This text has white color on #ADFDA5 background.


Related colors

Complementary color

Complementary color for #hex is #52025A.


I love getcolorcode.com

Triadic colors

1 #A5ADFD and #FDA5AD with #ADFDA5 are triadic colors.

2 #A5FDAD and #FDADA5 with #ADFDA5 are triadic colors.