COLOR #A5FE77

HEX: #A5FE77
RGB: (165,254,119)

Color info

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

RGB color model

#A5FE77 color RGB value is (165,254,119).

  • red value is 165;
  • green value is 254;
  • blue value is 119.
RGB:
(165,254,119)
(65%,100%,47%)

RGB channels and saturation

R 165 of 255 = 65%
G 254 of 255 = 100%
B 119 of 255 = 47%

165
254
119

R + G + B ~ 71%. #A5FE77 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 254 + 119 = 538 (100%)
R 165 of 538 ~ 30.67%
G 254 of 538 ~ 47.21%
B 119 of 538 ~ 22.12%

%30.67
%47.21
%22.12

CMYK color model

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

  • cyan value is 35.04%
  • magenta value is 0.00%
  • yellow value is 53.15%
  • key color value is 0.39%
CMYK:
(35,0,53,0)
C35M0Y53K0 
(35%,0%,53%,0%)
(0.35/0.00/0.53/0.00)	

CMYK percentages

%35.04
%0
%53.15
%0.39

Codes

Color #A5FE77 in popluar color models

A5FE77
RGB165254119
HSL100°98.54%73.14%
HSB/HSV100°53.15%99.61%
CMYK35.04%0.00%53.15%
0.39%

Color #A5FE77 in popluar number systems.

HEXA5FE77
Decimal165254119
Binary10100101111111101110111
Octal245376167

Shades and tints

Shades of #A5FE77

#A5FE77
(165,254,119)
#96E76D
(150,231,109)
#87D063
(135,208,99)
#78B959
(120,185,89)
#69A24F
(105,162,79)
#5A8B45
(90,139,69)
#4B743B
(75,116,59)
#3C5D31
(60,93,49)
#2D4627
(45,70,39)
#1E2F1D
(30,47,29)
#0F1813
(15,24,19)
#000000
(0,0,0)

Tints of #A5FE77

#A5FE77
(165,254,119)
#ADFE83
(173,254,131)
#B5FE8F
(181,254,143)
#BDFE9B
(189,254,155)
#C5FEA7
(197,254,167)
#CDFEB3
(205,254,179)
#D5FEBF
(213,254,191)
#DDFECB
(221,254,203)
#E5FED7
(229,254,215)
#EDFEE3
(237,254,227)
#F5FEEF
(245,254,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5FE77; }

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

This text font color is #A5FE77.


Background Color

.myBgColor { background-color: #A5FE77; }

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

This div background color is #A5FE77.


Border color

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

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

This div border color is #A5FE77.


Opacity

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

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

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

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

This text has shadow with #A5FE77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5FE77 on black background.


Color preview on white background

This text has color #A5FE77 on white background.



Black color preview on #A5FE77 background

This text has black color on #A5FE77 background.


White color preview on #A5FE77 background

This text has white color on #A5FE77 background.