COLOR #A5ED65

HEX: #A5ED65
RGB: (165,237,101)

Color info

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

RGB color model

#A5ED65 color RGB value is (165,237,101).

  • red value is 165;
  • green value is 237;
  • blue value is 101.
RGB:
(165,237,101)
(65%,93%,40%)

RGB channels and saturation

R 165 of 255 = 65%
G 237 of 255 = 93%
B 101 of 255 = 40%

165
237
101

R + G + B ~ 66%. #A5ED65 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 237 + 101 = 503 (100%)
R 165 of 503 ~ 32.8%
G 237 of 503 ~ 47.12%
B 101 of 503 ~ 20.08%

%32.8
%47.12
%20.08

CMYK color model

#A5ED65 color CMYK value is (30,0,57,7).

  • cyan value is 30.38%
  • magenta value is 0.00%
  • yellow value is 57.38%
  • key color value is 7.06%
CMYK:
(30,0,57,7)
C30M0Y57K7 
(30%,0%,57%,7%)
(0.30/0.00/0.57/0.07)	

CMYK percentages

%30.38
%0
%57.38
%7.06

Codes

Color #A5ED65 in popluar color models

A5ED65
RGB165237101
HSL92°79.07%66.27%
HSB/HSV92°57.38%92.94%
CMYK30.38%0.00%57.38%
7.06%

Color #A5ED65 in popluar number systems.

HEXA5ED65
Decimal165237101
Binary10100101111011011100101
Octal245355145

Shades and tints

Shades of #A5ED65

#A5ED65
(165,237,101)
#96D85C
(150,216,92)
#87C353
(135,195,83)
#78AE4A
(120,174,74)
#699941
(105,153,65)
#5A8438
(90,132,56)
#4B6F2F
(75,111,47)
#3C5A26
(60,90,38)
#2D451D
(45,69,29)
#1E3014
(30,48,20)
#0F1B0B
(15,27,11)
#000000
(0,0,0)

Tints of #A5ED65

#A5ED65
(165,237,101)
#ADEE73
(173,238,115)
#B5EF81
(181,239,129)
#BDF08F
(189,240,143)
#C5F19D
(197,241,157)
#CDF2AB
(205,242,171)
#D5F3B9
(213,243,185)
#DDF4C7
(221,244,199)
#E5F5D5
(229,245,213)
#EDF6E3
(237,246,227)
#F5F7F1
(245,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5ED65 color. Also use rgb(165,237,101) instead hex code.

Text Font Color

.myTextColor { color: #A5ED65; }

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

This text font color is #A5ED65.


Background Color

.myBgColor { background-color: #A5ED65; }

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

This div background color is #A5ED65.


Border color

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

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

This div border color is #A5ED65.


Opacity

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

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

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

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

This text has shadow with #A5ED65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5ED65 on black background.


Color preview on white background

This text has color #A5ED65 on white background.



Black color preview on #A5ED65 background

This text has black color on #A5ED65 background.


White color preview on #A5ED65 background

This text has white color on #A5ED65 background.