COLOR #A5FE8C

HEX: #A5FE8C RGB: (165,254,140)

Color info

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

RGB color model

#A5FE8C color RGB value is (165,254,140).

RGB: (165,254,140) (65%, 100%, 55%)

RGB channels and saturation

R 165 of 255 = 65%
G 254 of 255 = 100%
B 140 of 255 = 55%

165
254
140

R + G + B ~ 73%. #A5FE8C is quite light color.

Portions of RGB colors in percentages

R + G + B = 165 + 254 + 140 = 559 (100%)
R 165 of 559 ~ 29.52%
G 254 of 559 ~ 45.44%
B 140 of 559 ~ 25.04'%

%29.52
%45.44
%25.04

CMYK color model

#A5FE8C color CMYK value is (35,0,45,0).

  • cyan value is 35.04%
  • magenta value is 0.00%
  • yellow value is 44.88%
  • key color value is 0.39%

CMYK: (35,0,45,0)
C35M0Y45K0 (35%, 0%, 45%, 0%)
(0.35 / 0.00 / 0.45 / 0.00)

CMYK percentages

%35.04
%0
%44.88
%0.39

Codes

Color #A5FE8C in popluar color models

A5 FE 8C
RGB 165 254 140
HSL 107° 98.28% 77.25%
HSB/HSV 107° 44.88% 99.61%
CMYK 35.04% 0.00% 44.88%
0.39%

Color #A5FE8C in popluar number systems.

HEX A5 FE 8C
Decimal 165 254 140
Binary 10100101 11111110 10001100
Octal 245 376 214

Shades and tints

Shades of #A5FE8C

#A5FE8C
(165,254,140)
#96E780
(150,231,128)
#87D074
(135,208,116)
#78B968
(120,185,104)
#69A25C
(105,162,92)
#5A8B50
(90,139,80)
#4B7444
(75,116,68)
#3C5D38
(60,93,56)
#2D462C
(45,70,44)
#1E2F20
(30,47,32)
#0F1814
(15,24,20)
#000000
(0,0,0)

Tints of #A5FE8C

#A5FE8C
(165,254,140)
#ADFE96
(173,254,150)
#B5FEA0
(181,254,160)
#BDFEAA
(189,254,170)
#C5FEB4
(197,254,180)
#CDFEBE
(205,254,190)
#D5FEC8
(213,254,200)
#DDFED2
(221,254,210)
#E5FEDC
(229,254,220)
#EDFEE6
(237,254,230)
#F5FEF0
(245,254,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5FE8C color. Also use rgb(165,254,140) instead hex code.

Text Font Color

.myTextColor { color: #A5FE8C; }

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

This text font color is #A5FE8C.

Background Color

.myBgColor { background-color: #A5FE8C; }

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

This div background color is #A5FE8C.

Border color

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

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

This div border color is #A5FE8C.

Opacity

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

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

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

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

This text has shadow with #A5FE8C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5FE8C.

Preview

Color preview on black background

This text has color #A5FE8C on black background.


Color preview on white background

This text has color #A5FE8C on white background.


Black color preview on #A5FE8C background

This text has black color on #A5FE8C background.


White color preview on #A5FE8C background

This text has white color on #A5FE8C background.


Related colors

Complementary color

Complementary color for #hex is #5A0173.


I love getcolorcode.com

Triadic colors

1 #8CA5FE and #FE8CA5 with #A5FE8C are triadic colors.

2 #8CFEA5 and #FEA58C with #A5FE8C are triadic colors.