COLOR #A3C54C

HEX: #A3C54C
RGB: (163,197,76)

Color info

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

RGB color model

#A3C54C color RGB value is (163,197,76).

  • red value is 163;
  • green value is 197;
  • blue value is 76.
RGB:
(163,197,76)
(64%,77%,30%)

RGB channels and saturation

R 163 of 255 = 64%
G 197 of 255 = 77%
B 76 of 255 = 30%

163
197
76

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

Portions of RGB colors in percentages

R + G + B =
163 + 197 + 76 = 436 (100%)
R 163 of 436 ~ 37.39%
G 197 of 436 ~ 45.18%
B 76 of 436 ~ 17.43%

%37.39
%45.18
%17.43

CMYK color model

#A3C54C color CMYK value is (17,0,61,23).

  • cyan value is 17.26%
  • magenta value is 0.00%
  • yellow value is 61.42%
  • key color value is 22.75%
CMYK:
(17,0,61,23)
C17M0Y61K23 
(17%,0%,61%,23%)
(0.17/0.00/0.61/0.23)	

CMYK percentages

%17.26
%0
%61.42
%22.75

Codes

Color #A3C54C in popluar color models

A3C54C
RGB16319776
HSL77°51.05%53.53%
HSB/HSV77°61.42%77.25%
CMYK17.26%0.00%61.42%
22.75%

Color #A3C54C in popluar number systems.

HEXA3C54C
Decimal16319776
Binary10100011110001011001100
Octal243305114

Shades and tints

Shades of #A3C54C

#A3C54C
(163,197,76)
#95B446
(149,180,70)
#87A340
(135,163,64)
#79923A
(121,146,58)
#6B8134
(107,129,52)
#5D702E
(93,112,46)
#4F5F28
(79,95,40)
#414E22
(65,78,34)
#333D1C
(51,61,28)
#252C16
(37,44,22)
#171B10
(23,27,16)
#000000
(0,0,0)

Tints of #A3C54C

#A3C54C
(163,197,76)
#ABCA5C
(171,202,92)
#B3CF6C
(179,207,108)
#BBD47C
(187,212,124)
#C3D98C
(195,217,140)
#CBDE9C
(203,222,156)
#D3E3AC
(211,227,172)
#DBE8BC
(219,232,188)
#E3EDCC
(227,237,204)
#EBF2DC
(235,242,220)
#F3F7EC
(243,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3C54C color. Also use rgb(163,197,76) instead hex code.

Text Font Color

.myTextColor { color: #A3C54C; }

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

This text font color is #A3C54C.


Background Color

.myBgColor { background-color: #A3C54C; }

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

This div background color is #A3C54C.


Border color

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

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

This div border color is #A3C54C.


Opacity

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

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

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

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

This text has shadow with #A3C54C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3C54C on black background.


Color preview on white background

This text has color #A3C54C on white background.



Black color preview on #A3C54C background

This text has black color on #A3C54C background.


White color preview on #A3C54C background

This text has white color on #A3C54C background.