COLOR #A5EB0E

HEX: #A5EB0E
RGB: (165,235,14)

Color info

#A5EB0E contains mainly green color. Web safe color of #A5EB0E is #99FF00 (or #9F0).

RGB color model

#A5EB0E color RGB value is (165,235,14).

  • red value is 165;
  • green value is 235;
  • blue value is 14.
RGB:
(165,235,14)
(65%,92%,5%)

RGB channels and saturation

R 165 of 255 = 65%
G 235 of 255 = 92%
B 14 of 255 = 5%

165
235
14

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

Portions of RGB colors in percentages

R + G + B =
165 + 235 + 14 = 414 (100%)
R 165 of 414 ~ 39.86%
G 235 of 414 ~ 56.76%
B 14 of 414 ~ 3.38%

%39.86
%56.76

CMYK color model

#A5EB0E color CMYK value is (30,0,94,8).

  • cyan value is 29.79%
  • magenta value is 0.00%
  • yellow value is 94.04%
  • key color value is 7.84%
CMYK:
(30,0,94,8)
C30M0Y94K8 
(30%,0%,94%,8%)
(0.30/0.00/0.94/0.08)	

CMYK percentages

%29.79
%0
%94.04
%7.84

Codes

Color #A5EB0E in popluar color models

A5EB0E
RGB16523514
HSL79°88.76%48.82%
HSB/HSV79°94.04%92.16%
CMYK29.79%0.00%94.04%
7.84%

Color #A5EB0E in popluar number systems.

HEXA5EB0E
Decimal16523514
Binary10100101111010111110
Octal24535316

Shades and tints

Shades of #A5EB0E

#A5EB0E
(165,235,14)
#96D60D
(150,214,13)
#87C10C
(135,193,12)
#78AC0B
(120,172,11)
#69970A
(105,151,10)
#5A8209
(90,130,9)
#4B6D08
(75,109,8)
#3C5807
(60,88,7)
#2D4306
(45,67,6)
#1E2E05
(30,46,5)
#0F1904
(15,25,4)
#000000
(0,0,0)

Tints of #A5EB0E

#A5EB0E
(165,235,14)
#ADEC23
(173,236,35)
#B5ED38
(181,237,56)
#BDEE4D
(189,238,77)
#C5EF62
(197,239,98)
#CDF077
(205,240,119)
#D5F18C
(213,241,140)
#DDF2A1
(221,242,161)
#E5F3B6
(229,243,182)
#EDF4CB
(237,244,203)
#F5F5E0
(245,245,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5EB0E color. Also use rgb(165,235,14) instead hex code.

Text Font Color

.myTextColor { color: #A5EB0E; }

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

This text font color is #A5EB0E.


Background Color

.myBgColor { background-color: #A5EB0E; }

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

This div background color is #A5EB0E.


Border color

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

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

This div border color is #A5EB0E.


Opacity

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

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

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

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

This text has shadow with #A5EB0E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5EB0E on black background.


Color preview on white background

This text has color #A5EB0E on white background.



Black color preview on #A5EB0E background

This text has black color on #A5EB0E background.


White color preview on #A5EB0E background

This text has white color on #A5EB0E background.