COLOR #A5E10D

HEX: #A5E10D
RGB: (165,225,13)

Color info

#A5E10D contains mainly green color. Web safe color of #A5E10D is #99CC00 (or #9C0).

RGB color model

#A5E10D color RGB value is (165,225,13).

  • red value is 165;
  • green value is 225;
  • blue value is 13.
RGB:
(165,225,13)
(65%,88%,5%)

RGB channels and saturation

R 165 of 255 = 65%
G 225 of 255 = 88%
B 13 of 255 = 5%

165
225
13

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

Portions of RGB colors in percentages

R + G + B =
165 + 225 + 13 = 403 (100%)
R 165 of 403 ~ 40.94%
G 225 of 403 ~ 55.83%
B 13 of 403 ~ 3.23%

%40.94
%55.83

CMYK color model

#A5E10D color CMYK value is (27,0,94,12).

  • cyan value is 26.67%
  • magenta value is 0.00%
  • yellow value is 94.22%
  • key color value is 11.76%
CMYK:
(27,0,94,12)
C27M0Y94K12 
(27%,0%,94%,12%)
(0.27/0.00/0.94/0.12)	

CMYK percentages

%26.67
%0
%94.22
%11.76

Codes

Color #A5E10D in popluar color models

A5E10D
RGB16522513
HSL77°89.08%46.67%
HSB/HSV77°94.22%88.24%
CMYK26.67%0.00%94.22%
11.76%

Color #A5E10D in popluar number systems.

HEXA5E10D
Decimal16522513
Binary10100101111000011101
Octal24534115

Shades and tints

Shades of #A5E10D

#A5E10D
(165,225,13)
#96CD0C
(150,205,12)
#87B90B
(135,185,11)
#78A50A
(120,165,10)
#699109
(105,145,9)
#5A7D08
(90,125,8)
#4B6907
(75,105,7)
#3C5506
(60,85,6)
#2D4105
(45,65,5)
#1E2D04
(30,45,4)
#0F1903
(15,25,3)
#000000
(0,0,0)

Tints of #A5E10D

#A5E10D
(165,225,13)
#ADE323
(173,227,35)
#B5E539
(181,229,57)
#BDE74F
(189,231,79)
#C5E965
(197,233,101)
#CDEB7B
(205,235,123)
#D5ED91
(213,237,145)
#DDEFA7
(221,239,167)
#E5F1BD
(229,241,189)
#EDF3D3
(237,243,211)
#F5F5E9
(245,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5E10D color. Also use rgb(165,225,13) instead hex code.

Text Font Color

.myTextColor { color: #A5E10D; }

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

This text font color is #A5E10D.


Background Color

.myBgColor { background-color: #A5E10D; }

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

This div background color is #A5E10D.


Border color

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

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

This div border color is #A5E10D.


Opacity

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

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

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

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

This text has shadow with #A5E10D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5E10D on black background.


Color preview on white background

This text has color #A5E10D on white background.



Black color preview on #A5E10D background

This text has black color on #A5E10D background.


White color preview on #A5E10D background

This text has white color on #A5E10D background.