COLOR #A5DA20

HEX: #A5DA20
RGB: (165,218,32)

Color info

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

RGB color model

#A5DA20 color RGB value is (165,218,32).

  • red value is 165;
  • green value is 218;
  • blue value is 32.
RGB:
(165,218,32)
(65%,85%,13%)

RGB channels and saturation

R 165 of 255 = 65%
G 218 of 255 = 85%
B 32 of 255 = 13%

165
218
32

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

Portions of RGB colors in percentages

R + G + B =
165 + 218 + 32 = 415 (100%)
R 165 of 415 ~ 39.76%
G 218 of 415 ~ 52.53%
B 32 of 415 ~ 7.71%

%39.76
%52.53

CMYK color model

#A5DA20 color CMYK value is (24,0,85,15).

  • cyan value is 24.31%
  • magenta value is 0.00%
  • yellow value is 85.32%
  • key color value is 14.51%
CMYK:
(24,0,85,15)
C24M0Y85K15 
(24%,0%,85%,15%)
(0.24/0.00/0.85/0.15)	

CMYK percentages

%24.31
%0
%85.32
%14.51

Codes

Color #A5DA20 in popluar color models

A5DA20
RGB16521832
HSL77°74.40%49.02%
HSB/HSV77°85.32%85.49%
CMYK24.31%0.00%85.32%
14.51%

Color #A5DA20 in popluar number systems.

HEXA5DA20
Decimal16521832
Binary1010010111011010100000
Octal24533240

Shades and tints

Shades of #A5DA20

#A5DA20
(165,218,32)
#96C71E
(150,199,30)
#87B41C
(135,180,28)
#78A11A
(120,161,26)
#698E18
(105,142,24)
#5A7B16
(90,123,22)
#4B6814
(75,104,20)
#3C5512
(60,85,18)
#2D4210
(45,66,16)
#1E2F0E
(30,47,14)
#0F1C0C
(15,28,12)
#000000
(0,0,0)

Tints of #A5DA20

#A5DA20
(165,218,32)
#ADDD34
(173,221,52)
#B5E048
(181,224,72)
#BDE35C
(189,227,92)
#C5E670
(197,230,112)
#CDE984
(205,233,132)
#D5EC98
(213,236,152)
#DDEFAC
(221,239,172)
#E5F2C0
(229,242,192)
#EDF5D4
(237,245,212)
#F5F8E8
(245,248,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5DA20 color. Also use rgb(165,218,32) instead hex code.

Text Font Color

.myTextColor { color: #A5DA20; }

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

This text font color is #A5DA20.


Background Color

.myBgColor { background-color: #A5DA20; }

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

This div background color is #A5DA20.


Border color

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

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

This div border color is #A5DA20.


Opacity

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

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

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

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

This text has shadow with #A5DA20 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5DA20 on black background.


Color preview on white background

This text has color #A5DA20 on white background.



Black color preview on #A5DA20 background

This text has black color on #A5DA20 background.


White color preview on #A5DA20 background

This text has white color on #A5DA20 background.