COLOR #A3C01C

HEX: #A3C01C
RGB: (163,192,28)

Color info

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

RGB color model

#A3C01C color RGB value is (163,192,28).

  • red value is 163;
  • green value is 192;
  • blue value is 28.
RGB:
(163,192,28)
(64%,75%,11%)

RGB channels and saturation

R 163 of 255 = 64%
G 192 of 255 = 75%
B 28 of 255 = 11%

163
192
28

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

Portions of RGB colors in percentages

R + G + B =
163 + 192 + 28 = 383 (100%)
R 163 of 383 ~ 42.56%
G 192 of 383 ~ 50.13%
B 28 of 383 ~ 7.31%

%42.56
%50.13

CMYK color model

#A3C01C color CMYK value is (15,0,85,25).

  • cyan value is 15.10%
  • magenta value is 0.00%
  • yellow value is 85.42%
  • key color value is 24.71%
CMYK:
(15,0,85,25)
C15M0Y85K25 
(15%,0%,85%,25%)
(0.15/0.00/0.85/0.25)	

CMYK percentages

%15.1
%0
%85.42
%24.71

Codes

Color #A3C01C in popluar color models

A3C01C
RGB16319228
HSL71°74.55%43.14%
HSB/HSV71°85.42%75.29%
CMYK15.10%0.00%85.42%
24.71%

Color #A3C01C in popluar number systems.

HEXA3C01C
Decimal16319228
Binary101000111100000011100
Octal24330034

Shades and tints

Shades of #A3C01C

#A3C01C
(163,192,28)
#95AF1A
(149,175,26)
#879E18
(135,158,24)
#798D16
(121,141,22)
#6B7C14
(107,124,20)
#5D6B12
(93,107,18)
#4F5A10
(79,90,16)
#41490E
(65,73,14)
#33380C
(51,56,12)
#25270A
(37,39,10)
#171608
(23,22,8)
#000000
(0,0,0)

Tints of #A3C01C

#A3C01C
(163,192,28)
#ABC530
(171,197,48)
#B3CA44
(179,202,68)
#BBCF58
(187,207,88)
#C3D46C
(195,212,108)
#CBD980
(203,217,128)
#D3DE94
(211,222,148)
#DBE3A8
(219,227,168)
#E3E8BC
(227,232,188)
#EBEDD0
(235,237,208)
#F3F2E4
(243,242,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3C01C color. Also use rgb(163,192,28) instead hex code.

Text Font Color

.myTextColor { color: #A3C01C; }

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

This text font color is #A3C01C.


Background Color

.myBgColor { background-color: #A3C01C; }

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

This div background color is #A3C01C.


Border color

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

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

This div border color is #A3C01C.


Opacity

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

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

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

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

This text has shadow with #A3C01C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3C01C on black background.


Color preview on white background

This text has color #A3C01C on white background.



Black color preview on #A3C01C background

This text has black color on #A3C01C background.


White color preview on #A3C01C background

This text has white color on #A3C01C background.