COLOR #A3C354

HEX: #A3C354
RGB: (163,195,84)

Color info

#A3C354 contains mainly red and green colors. Web safe color of #A3C354 is #99CC66 (or #9C6).

RGB color model

#A3C354 color RGB value is (163,195,84).

  • red value is 163;
  • green value is 195;
  • blue value is 84.
RGB:
(163,195,84)
(64%,76%,33%)

RGB channels and saturation

R 163 of 255 = 64%
G 195 of 255 = 76%
B 84 of 255 = 33%

163
195
84

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

Portions of RGB colors in percentages

R + G + B =
163 + 195 + 84 = 442 (100%)
R 163 of 442 ~ 36.88%
G 195 of 442 ~ 44.12%
B 84 of 442 ~ 19%

%36.88
%44.12
%19

CMYK color model

#A3C354 color CMYK value is (16,0,57,24).

  • cyan value is 16.41%
  • magenta value is 0.00%
  • yellow value is 56.92%
  • key color value is 23.53%
CMYK:
(16,0,57,24)
C16M0Y57K24 
(16%,0%,57%,24%)
(0.16/0.00/0.57/0.24)	

CMYK percentages

%16.41
%0
%56.92
%23.53

Codes

Color #A3C354 in popluar color models

A3C354
RGB16319584
HSL77°48.05%54.71%
HSB/HSV77°56.92%76.47%
CMYK16.41%0.00%56.92%
23.53%

Color #A3C354 in popluar number systems.

HEXA3C354
Decimal16319584
Binary10100011110000111010100
Octal243303124

Shades and tints

Shades of #A3C354

#A3C354
(163,195,84)
#95B24D
(149,178,77)
#87A146
(135,161,70)
#79903F
(121,144,63)
#6B7F38
(107,127,56)
#5D6E31
(93,110,49)
#4F5D2A
(79,93,42)
#414C23
(65,76,35)
#333B1C
(51,59,28)
#252A15
(37,42,21)
#17190E
(23,25,14)
#000000
(0,0,0)

Tints of #A3C354

#A3C354
(163,195,84)
#ABC863
(171,200,99)
#B3CD72
(179,205,114)
#BBD281
(187,210,129)
#C3D790
(195,215,144)
#CBDC9F
(203,220,159)
#D3E1AE
(211,225,174)
#DBE6BD
(219,230,189)
#E3EBCC
(227,235,204)
#EBF0DB
(235,240,219)
#F3F5EA
(243,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3C354 color. Also use rgb(163,195,84) instead hex code.

Text Font Color

.myTextColor { color: #A3C354; }

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

This text font color is #A3C354.


Background Color

.myBgColor { background-color: #A3C354; }

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

This div background color is #A3C354.


Border color

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

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

This div border color is #A3C354.


Opacity

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

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

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

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

This text has shadow with #A3C354 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3C354 on black background.


Color preview on white background

This text has color #A3C354 on white background.



Black color preview on #A3C354 background

This text has black color on #A3C354 background.


White color preview on #A3C354 background

This text has white color on #A3C354 background.