COLOR #A5EB57

HEX: #A5EB57
RGB: (165,235,87)

Color info

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

RGB color model

#A5EB57 color RGB value is (165,235,87).

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

RGB channels and saturation

R 165 of 255 = 65%
G 235 of 255 = 92%
B 87 of 255 = 34%

165
235
87

R + G + B ~ 64%. #A5EB57 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 235 + 87 = 487 (100%)
R 165 of 487 ~ 33.88%
G 235 of 487 ~ 48.25%
B 87 of 487 ~ 17.86%

%33.88
%48.25
%17.86

CMYK color model

#A5EB57 color CMYK value is (30,0,63,8).

  • cyan value is 29.79%
  • magenta value is 0.00%
  • yellow value is 62.98%
  • key color value is 7.84%
CMYK:
(30,0,63,8)
C30M0Y63K8 
(30%,0%,63%,8%)
(0.30/0.00/0.63/0.08)	

CMYK percentages

%29.79
%0
%62.98
%7.84

Codes

Color #A5EB57 in popluar color models

A5EB57
RGB16523587
HSL88°78.72%63.14%
HSB/HSV88°62.98%92.16%
CMYK29.79%0.00%62.98%
7.84%

Color #A5EB57 in popluar number systems.

HEXA5EB57
Decimal16523587
Binary10100101111010111010111
Octal245353127

Shades and tints

Shades of #A5EB57

#A5EB57
(165,235,87)
#96D650
(150,214,80)
#87C149
(135,193,73)
#78AC42
(120,172,66)
#69973B
(105,151,59)
#5A8234
(90,130,52)
#4B6D2D
(75,109,45)
#3C5826
(60,88,38)
#2D431F
(45,67,31)
#1E2E18
(30,46,24)
#0F1911
(15,25,17)
#000000
(0,0,0)

Tints of #A5EB57

#A5EB57
(165,235,87)
#ADEC66
(173,236,102)
#B5ED75
(181,237,117)
#BDEE84
(189,238,132)
#C5EF93
(197,239,147)
#CDF0A2
(205,240,162)
#D5F1B1
(213,241,177)
#DDF2C0
(221,242,192)
#E5F3CF
(229,243,207)
#EDF4DE
(237,244,222)
#F5F5ED
(245,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5EB57; }

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

This text font color is #A5EB57.


Background Color

.myBgColor { background-color: #A5EB57; }

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

This div background color is #A5EB57.


Border color

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

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

This div border color is #A5EB57.


Opacity

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

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

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

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

This text has shadow with #A5EB57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5EB57 on black background.


Color preview on white background

This text has color #A5EB57 on white background.



Black color preview on #A5EB57 background

This text has black color on #A5EB57 background.


White color preview on #A5EB57 background

This text has white color on #A5EB57 background.