COLOR #A5DC31

HEX: #A5DC31
RGB: (165,220,49)

Color info

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

RGB color model

#A5DC31 color RGB value is (165,220,49).

  • red value is 165;
  • green value is 220;
  • blue value is 49.
RGB:
(165,220,49)
(65%,86%,19%)

RGB channels and saturation

R 165 of 255 = 65%
G 220 of 255 = 86%
B 49 of 255 = 19%

165
220
49

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

Portions of RGB colors in percentages

R + G + B =
165 + 220 + 49 = 434 (100%)
R 165 of 434 ~ 38.02%
G 220 of 434 ~ 50.69%
B 49 of 434 ~ 11.29%

%38.02
%50.69
%11.29

CMYK color model

#A5DC31 color CMYK value is (25,0,78,14).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 77.73%
  • key color value is 13.73%
CMYK:
(25,0,78,14)
C25M0Y78K14 
(25%,0%,78%,14%)
(0.25/0.00/0.78/0.14)	

CMYK percentages

%25
%0
%77.73
%13.73

Codes

Color #A5DC31 in popluar color models

A5DC31
RGB16522049
HSL79°70.95%52.75%
HSB/HSV79°77.73%86.27%
CMYK25.00%0.00%77.73%
13.73%

Color #A5DC31 in popluar number systems.

HEXA5DC31
Decimal16522049
Binary1010010111011100110001
Octal24533461

Shades and tints

Shades of #A5DC31

#A5DC31
(165,220,49)
#96C82D
(150,200,45)
#87B429
(135,180,41)
#78A025
(120,160,37)
#698C21
(105,140,33)
#5A781D
(90,120,29)
#4B6419
(75,100,25)
#3C5015
(60,80,21)
#2D3C11
(45,60,17)
#1E280D
(30,40,13)
#0F1409
(15,20,9)
#000000
(0,0,0)

Tints of #A5DC31

#A5DC31
(165,220,49)
#ADDF43
(173,223,67)
#B5E255
(181,226,85)
#BDE567
(189,229,103)
#C5E879
(197,232,121)
#CDEB8B
(205,235,139)
#D5EE9D
(213,238,157)
#DDF1AF
(221,241,175)
#E5F4C1
(229,244,193)
#EDF7D3
(237,247,211)
#F5FAE5
(245,250,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5DC31 color. Also use rgb(165,220,49) instead hex code.

Text Font Color

.myTextColor { color: #A5DC31; }

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

This text font color is #A5DC31.


Background Color

.myBgColor { background-color: #A5DC31; }

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

This div background color is #A5DC31.


Border color

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

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

This div border color is #A5DC31.


Opacity

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

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

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

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

This text has shadow with #A5DC31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5DC31 on black background.


Color preview on white background

This text has color #A5DC31 on white background.



Black color preview on #A5DC31 background

This text has black color on #A5DC31 background.


White color preview on #A5DC31 background

This text has white color on #A5DC31 background.