COLOR #A3C484

HEX: #A3C484
RGB: (163,196,132)

Color info

#A3C484 contains mainly red and green colors. Web safe color of #A3C484 is #99CC99 (or #9C9).

RGB color model

#A3C484 color RGB value is (163,196,132).

  • red value is 163;
  • green value is 196;
  • blue value is 132.
RGB:
(163,196,132)
(64%,77%,52%)

RGB channels and saturation

R 163 of 255 = 64%
G 196 of 255 = 77%
B 132 of 255 = 52%

163
196
132

R + G + B ~ 64%. #A3C484 is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 196 + 132 = 491 (100%)
R 163 of 491 ~ 33.2%
G 196 of 491 ~ 39.92%
B 132 of 491 ~ 26.88%

%33.2
%39.92
%26.88

CMYK color model

#A3C484 color CMYK value is (17,0,33,23).

  • cyan value is 16.84%
  • magenta value is 0.00%
  • yellow value is 32.65%
  • key color value is 23.14%
CMYK:
(17,0,33,23)
C17M0Y33K23 
(17%,0%,33%,23%)
(0.17/0.00/0.33/0.23)	

CMYK percentages

%16.84
%0
%32.65
%23.14

Codes

Color #A3C484 in popluar color models

A3C484
RGB163196132
HSL91°35.16%64.31%
HSB/HSV91°32.65%76.86%
CMYK16.84%0.00%32.65%
23.14%

Color #A3C484 in popluar number systems.

HEXA3C484
Decimal163196132
Binary101000111100010010000100
Octal243304204

Shades and tints

Shades of #A3C484

#A3C484
(163,196,132)
#95B378
(149,179,120)
#87A26C
(135,162,108)
#799160
(121,145,96)
#6B8054
(107,128,84)
#5D6F48
(93,111,72)
#4F5E3C
(79,94,60)
#414D30
(65,77,48)
#333C24
(51,60,36)
#252B18
(37,43,24)
#171A0C
(23,26,12)
#000000
(0,0,0)

Tints of #A3C484

#A3C484
(163,196,132)
#ABC98F
(171,201,143)
#B3CE9A
(179,206,154)
#BBD3A5
(187,211,165)
#C3D8B0
(195,216,176)
#CBDDBB
(203,221,187)
#D3E2C6
(211,226,198)
#DBE7D1
(219,231,209)
#E3ECDC
(227,236,220)
#EBF1E7
(235,241,231)
#F3F6F2
(243,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3C484 color. Also use rgb(163,196,132) instead hex code.

Text Font Color

.myTextColor { color: #A3C484; }

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

This text font color is #A3C484.


Background Color

.myBgColor { background-color: #A3C484; }

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

This div background color is #A3C484.


Border color

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

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

This div border color is #A3C484.


Opacity

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

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

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

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

This text has shadow with #A3C484 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3C484 on black background.


Color preview on white background

This text has color #A3C484 on white background.



Black color preview on #A3C484 background

This text has black color on #A3C484 background.


White color preview on #A3C484 background

This text has white color on #A3C484 background.