COLOR #A5FDAD

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

165
253
173

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

Portions of RGB colors in percentages

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

%27.92
%42.81
%29.27

CMYK color model

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

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

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

CMYK percentages

%34.78
%0
%31.62
%0.78

Codes

Color #A5FDAD in popluar color models

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

Color #A5FDAD in popluar number systems.

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

Shades and tints

Shades of #A5FDAD

#A5FDAD
(165,253,173)
#96E69E
(150,230,158)
#87CF8F
(135,207,143)
#78B880
(120,184,128)
#69A171
(105,161,113)
#5A8A62
(90,138,98)
#4B7353
(75,115,83)
#3C5C44
(60,92,68)
#2D4535
(45,69,53)
#1E2E26
(30,46,38)
#0F1717
(15,23,23)
#000000
(0,0,0)

Tints of #A5FDAD

#A5FDAD
(165,253,173)
#ADFDB4
(173,253,180)
#B5FDBB
(181,253,187)
#BDFDC2
(189,253,194)
#C5FDC9
(197,253,201)
#CDFDD0
(205,253,208)
#D5FDD7
(213,253,215)
#DDFDDE
(221,253,222)
#E5FDE5
(229,253,229)
#EDFDEC
(237,253,236)
#F5FDF3
(245,253,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5FDAD; }

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

This text font color is #A5FDAD.

Background Color

.myBgColor { background-color: #A5FDAD; }

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

This div background color is #A5FDAD.

Border color

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

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

This div border color is #A5FDAD.

Opacity

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

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

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

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

This text has shadow with #A5FDAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5FDAD.

Preview

Color preview on black background

This text has color #A5FDAD on black background.


Color preview on white background

This text has color #A5FDAD on white background.


Black color preview on #A5FDAD background

This text has black color on #A5FDAD background.


White color preview on #A5FDAD background

This text has white color on #A5FDAD background.


Related colors

Complementary color

Complementary color for #hex is #5A0252.


I love getcolorcode.com

Triadic colors

1 #ADA5FD and #FDADA5 with #A5FDAD are triadic colors.

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