COLOR #A5DC09

HEX: #A5DC09
RGB: (165,220,9)

Color info

#A5DC09 contains mainly red and green colors. Web safe color of #A5DC09 is #99CC00 (or #9C0).

RGB color model

#A5DC09 color RGB value is (165,220,9).

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

RGB channels and saturation

R 165 of 255 = 65%
G 220 of 255 = 86%
B 9 of 255 = 4%

165
220
9

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

Portions of RGB colors in percentages

R + G + B =
165 + 220 + 9 = 394 (100%)
R 165 of 394 ~ 41.88%
G 220 of 394 ~ 55.84%
B 9 of 394 ~ 2.28%

%41.88
%55.84

CMYK color model

#A5DC09 color CMYK value is (25,0,96,14).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 95.91%
  • key color value is 13.73%
CMYK:
(25,0,96,14)
C25M0Y96K14 
(25%,0%,96%,14%)
(0.25/0.00/0.96/0.14)	

CMYK percentages

%25
%0
%95.91
%13.73

Codes

Color #A5DC09 in popluar color models

A5DC09
RGB1652209
HSL76°92.14%44.90%
HSB/HSV76°95.91%86.27%
CMYK25.00%0.00%95.91%
13.73%

Color #A5DC09 in popluar number systems.

HEXA5DC09
Decimal1652209
Binary10100101110111001001
Octal24533411

Shades and tints

Shades of #A5DC09

#A5DC09
(165,220,9)
#96C809
(150,200,9)
#87B409
(135,180,9)
#78A009
(120,160,9)
#698C09
(105,140,9)
#5A7809
(90,120,9)
#4B6409
(75,100,9)
#3C5009
(60,80,9)
#2D3C09
(45,60,9)
#1E2809
(30,40,9)
#0F1409
(15,20,9)
#000000
(0,0,0)

Tints of #A5DC09

#A5DC09
(165,220,9)
#ADDF1F
(173,223,31)
#B5E235
(181,226,53)
#BDE54B
(189,229,75)
#C5E861
(197,232,97)
#CDEB77
(205,235,119)
#D5EE8D
(213,238,141)
#DDF1A3
(221,241,163)
#E5F4B9
(229,244,185)
#EDF7CF
(237,247,207)
#F5FAE5
(245,250,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5DC09; }

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

This text font color is #A5DC09.


Background Color

.myBgColor { background-color: #A5DC09; }

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

This div background color is #A5DC09.


Border color

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

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

This div border color is #A5DC09.


Opacity

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

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

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

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

This text has shadow with #A5DC09 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5DC09 on black background.


Color preview on white background

This text has color #A5DC09 on white background.



Black color preview on #A5DC09 background

This text has black color on #A5DC09 background.


White color preview on #A5DC09 background

This text has white color on #A5DC09 background.