COLOR #A5FC46

HEX: #A5FC46
RGB: (165,252,70)

Color info

#A5FC46 contains mainly green color. Web safe color of #A5FC46 is #99FF33 (or #9F3).

RGB color model

#A5FC46 color RGB value is (165,252,70).

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

RGB channels and saturation

R 165 of 255 = 65%
G 252 of 255 = 99%
B 70 of 255 = 27%

165
252
70

R + G + B ~ 64%. #A5FC46 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 252 + 70 = 487 (100%)
R 165 of 487 ~ 33.88%
G 252 of 487 ~ 51.75%
B 70 of 487 ~ 14.37%

%33.88
%51.75
%14.37

CMYK color model

#A5FC46 color CMYK value is (35,0,72,1).

  • cyan value is 34.52%
  • magenta value is 0.00%
  • yellow value is 72.22%
  • key color value is 1.18%
CMYK:
(35,0,72,1)
C35M0Y72K1 
(35%,0%,72%,1%)
(0.35/0.00/0.72/0.01)	

CMYK percentages

%34.52
%0
%72.22
%1.18

Codes

Color #A5FC46 in popluar color models

A5FC46
RGB16525270
HSL89°96.81%63.14%
HSB/HSV89°72.22%98.82%
CMYK34.52%0.00%72.22%
1.18%

Color #A5FC46 in popluar number systems.

HEXA5FC46
Decimal16525270
Binary10100101111111001000110
Octal245374106

Shades and tints

Shades of #A5FC46

#A5FC46
(165,252,70)
#96E640
(150,230,64)
#87D03A
(135,208,58)
#78BA34
(120,186,52)
#69A42E
(105,164,46)
#5A8E28
(90,142,40)
#4B7822
(75,120,34)
#3C621C
(60,98,28)
#2D4C16
(45,76,22)
#1E3610
(30,54,16)
#0F200A
(15,32,10)
#000000
(0,0,0)

Tints of #A5FC46

#A5FC46
(165,252,70)
#ADFC56
(173,252,86)
#B5FC66
(181,252,102)
#BDFC76
(189,252,118)
#C5FC86
(197,252,134)
#CDFC96
(205,252,150)
#D5FCA6
(213,252,166)
#DDFCB6
(221,252,182)
#E5FCC6
(229,252,198)
#EDFCD6
(237,252,214)
#F5FCE6
(245,252,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5FC46; }

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

This text font color is #A5FC46.


Background Color

.myBgColor { background-color: #A5FC46; }

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

This div background color is #A5FC46.


Border color

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

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

This div border color is #A5FC46.


Opacity

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

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

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

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

This text has shadow with #A5FC46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5FC46 on black background.


Color preview on white background

This text has color #A5FC46 on white background.



Black color preview on #A5FC46 background

This text has black color on #A5FC46 background.


White color preview on #A5FC46 background

This text has white color on #A5FC46 background.