COLOR #A3D913

HEX: #A3D913
RGB: (163,217,19)

Color info

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

RGB color model

#A3D913 color RGB value is (163,217,19).

  • red value is 163;
  • green value is 217;
  • blue value is 19.
RGB:
(163,217,19)
(64%,85%,7%)

RGB channels and saturation

R 163 of 255 = 64%
G 217 of 255 = 85%
B 19 of 255 = 7%

163
217
19

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

Portions of RGB colors in percentages

R + G + B =
163 + 217 + 19 = 399 (100%)
R 163 of 399 ~ 40.85%
G 217 of 399 ~ 54.39%
B 19 of 399 ~ 4.76%

%40.85
%54.39

CMYK color model

#A3D913 color CMYK value is (25,0,91,15).

  • cyan value is 24.88%
  • magenta value is 0.00%
  • yellow value is 91.24%
  • key color value is 14.90%
CMYK:
(25,0,91,15)
C25M0Y91K15 
(25%,0%,91%,15%)
(0.25/0.00/0.91/0.15)	

CMYK percentages

%24.88
%0
%91.24
%14.9

Codes

Color #A3D913 in popluar color models

A3D913
RGB16321719
HSL76°83.90%46.27%
HSB/HSV76°91.24%85.10%
CMYK24.88%0.00%91.24%
14.90%

Color #A3D913 in popluar number systems.

HEXA3D913
Decimal16321719
Binary101000111101100110011
Octal24333123

Shades and tints

Shades of #A3D913

#A3D913
(163,217,19)
#95C612
(149,198,18)
#87B311
(135,179,17)
#79A010
(121,160,16)
#6B8D0F
(107,141,15)
#5D7A0E
(93,122,14)
#4F670D
(79,103,13)
#41540C
(65,84,12)
#33410B
(51,65,11)
#252E0A
(37,46,10)
#171B09
(23,27,9)
#000000
(0,0,0)

Tints of #A3D913

#A3D913
(163,217,19)
#ABDC28
(171,220,40)
#B3DF3D
(179,223,61)
#BBE252
(187,226,82)
#C3E567
(195,229,103)
#CBE87C
(203,232,124)
#D3EB91
(211,235,145)
#DBEEA6
(219,238,166)
#E3F1BB
(227,241,187)
#EBF4D0
(235,244,208)
#F3F7E5
(243,247,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3D913 color. Also use rgb(163,217,19) instead hex code.

Text Font Color

.myTextColor { color: #A3D913; }

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

This text font color is #A3D913.


Background Color

.myBgColor { background-color: #A3D913; }

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

This div background color is #A3D913.


Border color

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

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

This div border color is #A3D913.


Opacity

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

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

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

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

This text has shadow with #A3D913 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3D913 on black background.


Color preview on white background

This text has color #A3D913 on white background.



Black color preview on #A3D913 background

This text has black color on #A3D913 background.


White color preview on #A3D913 background

This text has white color on #A3D913 background.