COLOR #A5E91C

HEX: #A5E91C
RGB: (165,233,28)

Color info

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

RGB color model

#A5E91C color RGB value is (165,233,28).

  • red value is 165;
  • green value is 233;
  • blue value is 28.
RGB:
(165,233,28)
(65%,91%,11%)

RGB channels and saturation

R 165 of 255 = 65%
G 233 of 255 = 91%
B 28 of 255 = 11%

165
233
28

R + G + B ~ 56%. #A5E91C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
165 + 233 + 28 = 426 (100%)
R 165 of 426 ~ 38.73%
G 233 of 426 ~ 54.69%
B 28 of 426 ~ 6.57%

%38.73
%54.69

CMYK color model

#A5E91C color CMYK value is (29,0,88,9).

  • cyan value is 29.18%
  • magenta value is 0.00%
  • yellow value is 87.98%
  • key color value is 8.63%
CMYK:
(29,0,88,9)
C29M0Y88K9 
(29%,0%,88%,9%)
(0.29/0.00/0.88/0.09)	

CMYK percentages

%29.18
%0
%87.98
%8.63

Codes

Color #A5E91C in popluar color models

A5E91C
RGB16523328
HSL80°82.33%51.18%
HSB/HSV80°87.98%91.37%
CMYK29.18%0.00%87.98%
8.63%

Color #A5E91C in popluar number systems.

HEXA5E91C
Decimal16523328
Binary101001011110100111100
Octal24535134

Shades and tints

Shades of #A5E91C

#A5E91C
(165,233,28)
#96D41A
(150,212,26)
#87BF18
(135,191,24)
#78AA16
(120,170,22)
#699514
(105,149,20)
#5A8012
(90,128,18)
#4B6B10
(75,107,16)
#3C560E
(60,86,14)
#2D410C
(45,65,12)
#1E2C0A
(30,44,10)
#0F1708
(15,23,8)
#000000
(0,0,0)

Tints of #A5E91C

#A5E91C
(165,233,28)
#ADEB30
(173,235,48)
#B5ED44
(181,237,68)
#BDEF58
(189,239,88)
#C5F16C
(197,241,108)
#CDF380
(205,243,128)
#D5F594
(213,245,148)
#DDF7A8
(221,247,168)
#E5F9BC
(229,249,188)
#EDFBD0
(237,251,208)
#F5FDE4
(245,253,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5E91C color. Also use rgb(165,233,28) instead hex code.

Text Font Color

.myTextColor { color: #A5E91C; }

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

This text font color is #A5E91C.


Background Color

.myBgColor { background-color: #A5E91C; }

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

This div background color is #A5E91C.


Border color

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

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

This div border color is #A5E91C.


Opacity

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

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

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

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

This text has shadow with #A5E91C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5E91C on black background.


Color preview on white background

This text has color #A5E91C on white background.



Black color preview on #A5E91C background

This text has black color on #A5E91C background.


White color preview on #A5E91C background

This text has white color on #A5E91C background.