COLOR #A5DE2E

HEX: #A5DE2E
RGB: (165,222,46)

Color info

#A5DE2E contains mainly red and green colors. Web safe color of #A5DE2E is #99CC33 (or #9C3).

RGB color model

#A5DE2E color RGB value is (165,222,46).

  • red value is 165;
  • green value is 222;
  • blue value is 46.
RGB:
(165,222,46)
(65%,87%,18%)

RGB channels and saturation

R 165 of 255 = 65%
G 222 of 255 = 87%
B 46 of 255 = 18%

165
222
46

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

Portions of RGB colors in percentages

R + G + B =
165 + 222 + 46 = 433 (100%)
R 165 of 433 ~ 38.11%
G 222 of 433 ~ 51.27%
B 46 of 433 ~ 10.62%

%38.11
%51.27
%10.62

CMYK color model

#A5DE2E color CMYK value is (26,0,79,13).

  • cyan value is 25.68%
  • magenta value is 0.00%
  • yellow value is 79.28%
  • key color value is 12.94%
CMYK:
(26,0,79,13)
C26M0Y79K13 
(26%,0%,79%,13%)
(0.26/0.00/0.79/0.13)	

CMYK percentages

%25.68
%0
%79.28
%12.94

Codes

Color #A5DE2E in popluar color models

A5DE2E
RGB16522246
HSL79°72.73%52.55%
HSB/HSV79°79.28%87.06%
CMYK25.68%0.00%79.28%
12.94%

Color #A5DE2E in popluar number systems.

HEXA5DE2E
Decimal16522246
Binary1010010111011110101110
Octal24533656

Shades and tints

Shades of #A5DE2E

#A5DE2E
(165,222,46)
#96CA2A
(150,202,42)
#87B626
(135,182,38)
#78A222
(120,162,34)
#698E1E
(105,142,30)
#5A7A1A
(90,122,26)
#4B6616
(75,102,22)
#3C5212
(60,82,18)
#2D3E0E
(45,62,14)
#1E2A0A
(30,42,10)
#0F1606
(15,22,6)
#000000
(0,0,0)

Tints of #A5DE2E

#A5DE2E
(165,222,46)
#ADE141
(173,225,65)
#B5E454
(181,228,84)
#BDE767
(189,231,103)
#C5EA7A
(197,234,122)
#CDED8D
(205,237,141)
#D5F0A0
(213,240,160)
#DDF3B3
(221,243,179)
#E5F6C6
(229,246,198)
#EDF9D9
(237,249,217)
#F5FCEC
(245,252,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5DE2E color. Also use rgb(165,222,46) instead hex code.

Text Font Color

.myTextColor { color: #A5DE2E; }

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

This text font color is #A5DE2E.


Background Color

.myBgColor { background-color: #A5DE2E; }

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

This div background color is #A5DE2E.


Border color

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

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

This div border color is #A5DE2E.


Opacity

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

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

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

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

This text has shadow with #A5DE2E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5DE2E on black background.


Color preview on white background

This text has color #A5DE2E on white background.



Black color preview on #A5DE2E background

This text has black color on #A5DE2E background.


White color preview on #A5DE2E background

This text has white color on #A5DE2E background.