COLOR #A5EC3B

HEX: #A5EC3B
RGB: (165,236,59)

Color info

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

RGB color model

#A5EC3B color RGB value is (165,236,59).

  • red value is 165;
  • green value is 236;
  • blue value is 59.
RGB:
(165,236,59)
(65%,93%,23%)

RGB channels and saturation

R 165 of 255 = 65%
G 236 of 255 = 93%
B 59 of 255 = 23%

165
236
59

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

Portions of RGB colors in percentages

R + G + B =
165 + 236 + 59 = 460 (100%)
R 165 of 460 ~ 35.87%
G 236 of 460 ~ 51.3%
B 59 of 460 ~ 12.83%

%35.87
%51.3
%12.83

CMYK color model

#A5EC3B color CMYK value is (30,0,75,7).

  • cyan value is 30.08%
  • magenta value is 0.00%
  • yellow value is 75.00%
  • key color value is 7.45%
CMYK:
(30,0,75,7)
C30M0Y75K7 
(30%,0%,75%,7%)
(0.30/0.00/0.75/0.07)	

CMYK percentages

%30.08
%0
%75
%7.45

Codes

Color #A5EC3B in popluar color models

A5EC3B
RGB16523659
HSL84°82.33%57.84%
HSB/HSV84°75.00%92.55%
CMYK30.08%0.00%75.00%
7.45%

Color #A5EC3B in popluar number systems.

HEXA5EC3B
Decimal16523659
Binary1010010111101100111011
Octal24535473

Shades and tints

Shades of #A5EC3B

#A5EC3B
(165,236,59)
#96D736
(150,215,54)
#87C231
(135,194,49)
#78AD2C
(120,173,44)
#699827
(105,152,39)
#5A8322
(90,131,34)
#4B6E1D
(75,110,29)
#3C5918
(60,89,24)
#2D4413
(45,68,19)
#1E2F0E
(30,47,14)
#0F1A09
(15,26,9)
#000000
(0,0,0)

Tints of #A5EC3B

#A5EC3B
(165,236,59)
#ADED4C
(173,237,76)
#B5EE5D
(181,238,93)
#BDEF6E
(189,239,110)
#C5F07F
(197,240,127)
#CDF190
(205,241,144)
#D5F2A1
(213,242,161)
#DDF3B2
(221,243,178)
#E5F4C3
(229,244,195)
#EDF5D4
(237,245,212)
#F5F6E5
(245,246,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5EC3B color. Also use rgb(165,236,59) instead hex code.

Text Font Color

.myTextColor { color: #A5EC3B; }

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

This text font color is #A5EC3B.


Background Color

.myBgColor { background-color: #A5EC3B; }

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

This div background color is #A5EC3B.


Border color

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

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

This div border color is #A5EC3B.


Opacity

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

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

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

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

This text has shadow with #A5EC3B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5EC3B on black background.


Color preview on white background

This text has color #A5EC3B on white background.



Black color preview on #A5EC3B background

This text has black color on #A5EC3B background.


White color preview on #A5EC3B background

This text has white color on #A5EC3B background.