COLOR #A5FC76

HEX: #A5FC76
RGB: (165,252,118)

Color info

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

RGB color model

#A5FC76 color RGB value is (165,252,118).

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

RGB channels and saturation

R 165 of 255 = 65%
G 252 of 255 = 99%
B 118 of 255 = 46%

165
252
118

R + G + B ~ 70%. #A5FC76 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 252 + 118 = 535 (100%)
R 165 of 535 ~ 30.84%
G 252 of 535 ~ 47.1%
B 118 of 535 ~ 22.06%

%30.84
%47.1
%22.06

CMYK color model

#A5FC76 color CMYK value is (35,0,53,1).

  • cyan value is 34.52%
  • magenta value is 0.00%
  • yellow value is 53.17%
  • key color value is 1.18%
CMYK:
(35,0,53,1)
C35M0Y53K1 
(35%,0%,53%,1%)
(0.35/0.00/0.53/0.01)	

CMYK percentages

%34.52
%0
%53.17
%1.18

Codes

Color #A5FC76 in popluar color models

A5FC76
RGB165252118
HSL99°95.71%72.55%
HSB/HSV99°53.17%98.82%
CMYK34.52%0.00%53.17%
1.18%

Color #A5FC76 in popluar number systems.

HEXA5FC76
Decimal165252118
Binary10100101111111001110110
Octal245374166

Shades and tints

Shades of #A5FC76

#A5FC76
(165,252,118)
#96E66C
(150,230,108)
#87D062
(135,208,98)
#78BA58
(120,186,88)
#69A44E
(105,164,78)
#5A8E44
(90,142,68)
#4B783A
(75,120,58)
#3C6230
(60,98,48)
#2D4C26
(45,76,38)
#1E361C
(30,54,28)
#0F2012
(15,32,18)
#000000
(0,0,0)

Tints of #A5FC76

#A5FC76
(165,252,118)
#ADFC82
(173,252,130)
#B5FC8E
(181,252,142)
#BDFC9A
(189,252,154)
#C5FCA6
(197,252,166)
#CDFCB2
(205,252,178)
#D5FCBE
(213,252,190)
#DDFCCA
(221,252,202)
#E5FCD6
(229,252,214)
#EDFCE2
(237,252,226)
#F5FCEE
(245,252,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5FC76; }

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

This text font color is #A5FC76.


Background Color

.myBgColor { background-color: #A5FC76; }

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

This div background color is #A5FC76.


Border color

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

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

This div border color is #A5FC76.


Opacity

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

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

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

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

This text has shadow with #A5FC76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5FC76 on black background.


Color preview on white background

This text has color #A5FC76 on white background.



Black color preview on #A5FC76 background

This text has black color on #A5FC76 background.


White color preview on #A5FC76 background

This text has white color on #A5FC76 background.