COLOR #A5FD9C

HEX: #A5FD9C RGB: (165,253,156)

Color info

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

RGB color model

#A5FD9C color RGB value is (165,253,156).

RGB: (165,253,156) (65%, 99%, 61%)

RGB channels and saturation

R 165 of 255 = 65%
G 253 of 255 = 99%
B 156 of 255 = 61%

165
253
156

R + G + B ~ 75%. #A5FD9C is quite light color.

Portions of RGB colors in percentages

R + G + B = 165 + 253 + 156 = 574 (100%)
R 165 of 574 ~ 28.75%
G 253 of 574 ~ 44.08%
B 156 of 574 ~ 27.18'%

%28.75
%44.08
%27.18

CMYK color model

#A5FD9C color CMYK value is (35,0,38,1).

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

CMYK: (35,0,38,1)
C35M0Y38K1 (35%, 0%, 38%, 1%)
(0.35 / 0.00 / 0.38 / 0.01)

CMYK percentages

%34.78
%0
%38.34
%0.78

Codes

Color #A5FD9C in popluar color models

A5 FD 9C
RGB 165 253 156
HSL 114° 96.04% 80.20%
HSB/HSV 114° 38.34% 99.22%
CMYK 34.78% 0.00% 38.34%
0.78%

Color #A5FD9C in popluar number systems.

HEX A5 FD 9C
Decimal 165 253 156
Binary 10100101 11111101 10011100
Octal 245 375 234

Shades and tints

Shades of #A5FD9C

#A5FD9C
(165,253,156)
#96E68E
(150,230,142)
#87CF80
(135,207,128)
#78B872
(120,184,114)
#69A164
(105,161,100)
#5A8A56
(90,138,86)
#4B7348
(75,115,72)
#3C5C3A
(60,92,58)
#2D452C
(45,69,44)
#1E2E1E
(30,46,30)
#0F1710
(15,23,16)
#000000
(0,0,0)

Tints of #A5FD9C

#A5FD9C
(165,253,156)
#ADFDA5
(173,253,165)
#B5FDAE
(181,253,174)
#BDFDB7
(189,253,183)
#C5FDC0
(197,253,192)
#CDFDC9
(205,253,201)
#D5FDD2
(213,253,210)
#DDFDDB
(221,253,219)
#E5FDE4
(229,253,228)
#EDFDED
(237,253,237)
#F5FDF6
(245,253,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5FD9C; }

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

This text font color is #A5FD9C.

Background Color

.myBgColor { background-color: #A5FD9C; }

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

This div background color is #A5FD9C.

Border color

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

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

This div border color is #A5FD9C.

Opacity

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

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

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

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

This text has shadow with #A5FD9C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5FD9C.

Preview

Color preview on black background

This text has color #A5FD9C on black background.


Color preview on white background

This text has color #A5FD9C on white background.


Black color preview on #A5FD9C background

This text has black color on #A5FD9C background.


White color preview on #A5FD9C background

This text has white color on #A5FD9C background.


Related colors

Complementary color

Complementary color for #hex is #5A0263.


I love getcolorcode.com

Triadic colors

1 #9CA5FD and #FD9CA5 with #A5FD9C are triadic colors.

2 #9CFDA5 and #FDA59C with #A5FD9C are triadic colors.