COLOR #A5FC55

HEX: #A5FC55
RGB: (165,252,85)

Color info

#A5FC55 contains mainly green color. Web safe color of #A5FC55 is #99FF66 (or #9F6).

RGB color model

#A5FC55 color RGB value is (165,252,85).

  • red value is 165;
  • green value is 252;
  • blue value is 85.
RGB:
(165,252,85)
(65%,99%,33%)

RGB channels and saturation

R 165 of 255 = 65%
G 252 of 255 = 99%
B 85 of 255 = 33%

165
252
85

R + G + B ~ 66%. #A5FC55 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 252 + 85 = 502 (100%)
R 165 of 502 ~ 32.87%
G 252 of 502 ~ 50.2%
B 85 of 502 ~ 16.93%

%32.87
%50.2
%16.93

CMYK color model

#A5FC55 color CMYK value is (35,0,66,1).

  • cyan value is 34.52%
  • magenta value is 0.00%
  • yellow value is 66.27%
  • key color value is 1.18%
CMYK:
(35,0,66,1)
C35M0Y66K1 
(35%,0%,66%,1%)
(0.35/0.00/0.66/0.01)	

CMYK percentages

%34.52
%0
%66.27
%1.18

Codes

Color #A5FC55 in popluar color models

A5FC55
RGB16525285
HSL91°96.53%66.08%
HSB/HSV91°66.27%98.82%
CMYK34.52%0.00%66.27%
1.18%

Color #A5FC55 in popluar number systems.

HEXA5FC55
Decimal16525285
Binary10100101111111001010101
Octal245374125

Shades and tints

Shades of #A5FC55

#A5FC55
(165,252,85)
#96E64E
(150,230,78)
#87D047
(135,208,71)
#78BA40
(120,186,64)
#69A439
(105,164,57)
#5A8E32
(90,142,50)
#4B782B
(75,120,43)
#3C6224
(60,98,36)
#2D4C1D
(45,76,29)
#1E3616
(30,54,22)
#0F200F
(15,32,15)
#000000
(0,0,0)

Tints of #A5FC55

#A5FC55
(165,252,85)
#ADFC64
(173,252,100)
#B5FC73
(181,252,115)
#BDFC82
(189,252,130)
#C5FC91
(197,252,145)
#CDFCA0
(205,252,160)
#D5FCAF
(213,252,175)
#DDFCBE
(221,252,190)
#E5FCCD
(229,252,205)
#EDFCDC
(237,252,220)
#F5FCEB
(245,252,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5FC55 color. Also use rgb(165,252,85) instead hex code.

Text Font Color

.myTextColor { color: #A5FC55; }

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

This text font color is #A5FC55.


Background Color

.myBgColor { background-color: #A5FC55; }

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

This div background color is #A5FC55.


Border color

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

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

This div border color is #A5FC55.


Opacity

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

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

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

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

This text has shadow with #A5FC55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5FC55 on black background.


Color preview on white background

This text has color #A5FC55 on white background.



Black color preview on #A5FC55 background

This text has black color on #A5FC55 background.


White color preview on #A5FC55 background

This text has white color on #A5FC55 background.