COLOR #A5FF63

HEX: #A5FF63
RGB: (165,255,99)

Color info

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

RGB color model

#A5FF63 color RGB value is (165,255,99).

  • red value is 165;
  • green value is 255;
  • blue value is 99.
RGB:
(165,255,99)
(65%,100%,39%)

RGB channels and saturation

R 165 of 255 = 65%
G 255 of 255 = 100%
B 99 of 255 = 39%

165
255
99

R + G + B ~ 68%. #A5FF63 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 255 + 99 = 519 (100%)
R 165 of 519 ~ 31.79%
G 255 of 519 ~ 49.13%
B 99 of 519 ~ 19.08%

%31.79
%49.13
%19.08

CMYK color model

#A5FF63 color CMYK value is (35,0,61,0).

  • cyan value is 35.29%
  • magenta value is 0.00%
  • yellow value is 61.18%
  • key color value is 0.00%
CMYK:
(35,0,61,0)
C35M0Y61K0 
(35%,0%,61%,0%)
(0.35/0.00/0.61/0.00)	

CMYK percentages

%35.29
%0
%61.18
%0

Codes

Color #A5FF63 in popluar color models

A5FF63
RGB16525599
HSL95°100.00%69.41%
HSB/HSV95°61.18%100.00%
CMYK35.29%0.00%61.18%
0.00%

Color #A5FF63 in popluar number systems.

HEXA5FF63
Decimal16525599
Binary10100101111111111100011
Octal245377143

Shades and tints

Shades of #A5FF63

#A5FF63
(165,255,99)
#96E85A
(150,232,90)
#87D151
(135,209,81)
#78BA48
(120,186,72)
#69A33F
(105,163,63)
#5A8C36
(90,140,54)
#4B752D
(75,117,45)
#3C5E24
(60,94,36)
#2D471B
(45,71,27)
#1E3012
(30,48,18)
#0F1909
(15,25,9)
#000000
(0,0,0)

Tints of #A5FF63

#A5FF63
(165,255,99)
#ADFF71
(173,255,113)
#B5FF7F
(181,255,127)
#BDFF8D
(189,255,141)
#C5FF9B
(197,255,155)
#CDFFA9
(205,255,169)
#D5FFB7
(213,255,183)
#DDFFC5
(221,255,197)
#E5FFD3
(229,255,211)
#EDFFE1
(237,255,225)
#F5FFEF
(245,255,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5FF63 color. Also use rgb(165,255,99) instead hex code.

Text Font Color

.myTextColor { color: #A5FF63; }

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

This text font color is #A5FF63.


Background Color

.myBgColor { background-color: #A5FF63; }

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

This div background color is #A5FF63.


Border color

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

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

This div border color is #A5FF63.


Opacity

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

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

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

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

This text has shadow with #A5FF63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5FF63 on black background.


Color preview on white background

This text has color #A5FF63 on white background.



Black color preview on #A5FF63 background

This text has black color on #A5FF63 background.


White color preview on #A5FF63 background

This text has white color on #A5FF63 background.