COLOR #A5E650

HEX: #A5E650
RGB: (165,230,80)

Color info

#A5E650 contains mainly green color. Web safe color of #A5E650 is #99CC66 (or #9C6).

RGB color model

#A5E650 color RGB value is (165,230,80).

  • red value is 165;
  • green value is 230;
  • blue value is 80.
RGB:
(165,230,80)
(65%,90%,31%)

RGB channels and saturation

R 165 of 255 = 65%
G 230 of 255 = 90%
B 80 of 255 = 31%

165
230
80

R + G + B ~ 62%. #A5E650 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 230 + 80 = 475 (100%)
R 165 of 475 ~ 34.74%
G 230 of 475 ~ 48.42%
B 80 of 475 ~ 16.84%

%34.74
%48.42
%16.84

CMYK color model

#A5E650 color CMYK value is (28,0,65,10).

  • cyan value is 28.26%
  • magenta value is 0.00%
  • yellow value is 65.22%
  • key color value is 9.80%
CMYK:
(28,0,65,10)
C28M0Y65K10 
(28%,0%,65%,10%)
(0.28/0.00/0.65/0.10)	

CMYK percentages

%28.26
%0
%65.22
%9.8

Codes

Color #A5E650 in popluar color models

A5E650
RGB16523080
HSL86°75.00%60.78%
HSB/HSV86°65.22%90.20%
CMYK28.26%0.00%65.22%
9.80%

Color #A5E650 in popluar number systems.

HEXA5E650
Decimal16523080
Binary10100101111001101010000
Octal245346120

Shades and tints

Shades of #A5E650

#A5E650
(165,230,80)
#96D249
(150,210,73)
#87BE42
(135,190,66)
#78AA3B
(120,170,59)
#699634
(105,150,52)
#5A822D
(90,130,45)
#4B6E26
(75,110,38)
#3C5A1F
(60,90,31)
#2D4618
(45,70,24)
#1E3211
(30,50,17)
#0F1E0A
(15,30,10)
#000000
(0,0,0)

Tints of #A5E650

#A5E650
(165,230,80)
#ADE85F
(173,232,95)
#B5EA6E
(181,234,110)
#BDEC7D
(189,236,125)
#C5EE8C
(197,238,140)
#CDF09B
(205,240,155)
#D5F2AA
(213,242,170)
#DDF4B9
(221,244,185)
#E5F6C8
(229,246,200)
#EDF8D7
(237,248,215)
#F5FAE6
(245,250,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5E650 color. Also use rgb(165,230,80) instead hex code.

Text Font Color

.myTextColor { color: #A5E650; }

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

This text font color is #A5E650.


Background Color

.myBgColor { background-color: #A5E650; }

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

This div background color is #A5E650.


Border color

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

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

This div border color is #A5E650.


Opacity

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

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

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

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

This text has shadow with #A5E650 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5E650 on black background.


Color preview on white background

This text has color #A5E650 on white background.



Black color preview on #A5E650 background

This text has black color on #A5E650 background.


White color preview on #A5E650 background

This text has white color on #A5E650 background.