COLOR #A5D103

HEX: #A5D103
RGB: (165,209,3)

Color info

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

RGB color model

#A5D103 color RGB value is (165,209,3).

  • red value is 165;
  • green value is 209;
  • blue value is 3.
RGB:
(165,209,3)
(65%,82%,1%)

RGB channels and saturation

R 165 of 255 = 65%
G 209 of 255 = 82%
B 3 of 255 = 1%

165
209
3

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

Portions of RGB colors in percentages

R + G + B =
165 + 209 + 3 = 377 (100%)
R 165 of 377 ~ 43.77%
G 209 of 377 ~ 55.44%
B 3 of 377 ~ 0.8%

%43.77
%55.44

CMYK color model

#A5D103 color CMYK value is (21,0,99,18).

  • cyan value is 21.05%
  • magenta value is 0.00%
  • yellow value is 98.56%
  • key color value is 18.04%
CMYK:
(21,0,99,18)
C21M0Y99K18 
(21%,0%,99%,18%)
(0.21/0.00/0.99/0.18)	

CMYK percentages

%21.05
%0
%98.56
%18.04

Codes

Color #A5D103 in popluar color models

A5D103
RGB1652093
HSL73°97.17%41.57%
HSB/HSV73°98.56%81.96%
CMYK21.05%0.00%98.56%
18.04%

Color #A5D103 in popluar number systems.

HEXA5D103
Decimal1652093
Binary101001011101000111
Octal2453213

Shades and tints

Shades of #A5D103

#A5D103
(165,209,3)
#96BE03
(150,190,3)
#87AB03
(135,171,3)
#789803
(120,152,3)
#698503
(105,133,3)
#5A7203
(90,114,3)
#4B5F03
(75,95,3)
#3C4C03
(60,76,3)
#2D3903
(45,57,3)
#1E2603
(30,38,3)
#0F1303
(15,19,3)
#000000
(0,0,0)

Tints of #A5D103

#A5D103
(165,209,3)
#ADD519
(173,213,25)
#B5D92F
(181,217,47)
#BDDD45
(189,221,69)
#C5E15B
(197,225,91)
#CDE571
(205,229,113)
#D5E987
(213,233,135)
#DDED9D
(221,237,157)
#E5F1B3
(229,241,179)
#EDF5C9
(237,245,201)
#F5F9DF
(245,249,223)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5D103 color. Also use rgb(165,209,3) instead hex code.

Text Font Color

.myTextColor { color: #A5D103; }

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

This text font color is #A5D103.


Background Color

.myBgColor { background-color: #A5D103; }

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

This div background color is #A5D103.


Border color

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

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

This div border color is #A5D103.


Opacity

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

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

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

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

This text has shadow with #A5D103 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5D103 on black background.


Color preview on white background

This text has color #A5D103 on white background.



Black color preview on #A5D103 background

This text has black color on #A5D103 background.


White color preview on #A5D103 background

This text has white color on #A5D103 background.