COLOR #A3C247

HEX: #A3C247
RGB: (163,194,71)

Color info

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

RGB color model

#A3C247 color RGB value is (163,194,71).

  • red value is 163;
  • green value is 194;
  • blue value is 71.
RGB:
(163,194,71)
(64%,76%,28%)

RGB channels and saturation

R 163 of 255 = 64%
G 194 of 255 = 76%
B 71 of 255 = 28%

163
194
71

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

Portions of RGB colors in percentages

R + G + B =
163 + 194 + 71 = 428 (100%)
R 163 of 428 ~ 38.08%
G 194 of 428 ~ 45.33%
B 71 of 428 ~ 16.59%

%38.08
%45.33
%16.59

CMYK color model

#A3C247 color CMYK value is (16,0,63,24).

  • cyan value is 15.98%
  • magenta value is 0.00%
  • yellow value is 63.40%
  • key color value is 23.92%
CMYK:
(16,0,63,24)
C16M0Y63K24 
(16%,0%,63%,24%)
(0.16/0.00/0.63/0.24)	

CMYK percentages

%15.98
%0
%63.4
%23.92

Codes

Color #A3C247 in popluar color models

A3C247
RGB16319471
HSL75°50.20%51.96%
HSB/HSV75°63.40%76.08%
CMYK15.98%0.00%63.40%
23.92%

Color #A3C247 in popluar number systems.

HEXA3C247
Decimal16319471
Binary10100011110000101000111
Octal243302107

Shades and tints

Shades of #A3C247

#A3C247
(163,194,71)
#95B141
(149,177,65)
#87A03B
(135,160,59)
#798F35
(121,143,53)
#6B7E2F
(107,126,47)
#5D6D29
(93,109,41)
#4F5C23
(79,92,35)
#414B1D
(65,75,29)
#333A17
(51,58,23)
#252911
(37,41,17)
#17180B
(23,24,11)
#000000
(0,0,0)

Tints of #A3C247

#A3C247
(163,194,71)
#ABC757
(171,199,87)
#B3CC67
(179,204,103)
#BBD177
(187,209,119)
#C3D687
(195,214,135)
#CBDB97
(203,219,151)
#D3E0A7
(211,224,167)
#DBE5B7
(219,229,183)
#E3EAC7
(227,234,199)
#EBEFD7
(235,239,215)
#F3F4E7
(243,244,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3C247 color. Also use rgb(163,194,71) instead hex code.

Text Font Color

.myTextColor { color: #A3C247; }

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

This text font color is #A3C247.


Background Color

.myBgColor { background-color: #A3C247; }

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

This div background color is #A3C247.


Border color

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

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

This div border color is #A3C247.


Opacity

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

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

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

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

This text has shadow with #A3C247 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3C247 on black background.


Color preview on white background

This text has color #A3C247 on white background.



Black color preview on #A3C247 background

This text has black color on #A3C247 background.


White color preview on #A3C247 background

This text has white color on #A3C247 background.