COLOR #A3C390

HEX: #A3C390
RGB: (163,195,144)

Color info

#A3C390 contains red, green and blue colors in about the same proportion. Web safe color of #A3C390 is #99CC99 (or #9C9).

RGB color model

#A3C390 color RGB value is (163,195,144).

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

RGB channels and saturation

R 163 of 255 = 64%
G 195 of 255 = 76%
B 144 of 255 = 56%

163
195
144

R + G + B ~ 65%. #A3C390 is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 195 + 144 = 502 (100%)
R 163 of 502 ~ 32.47%
G 195 of 502 ~ 38.84%
B 144 of 502 ~ 28.69%

%32.47
%38.84
%28.69

CMYK color model

#A3C390 color CMYK value is (16,0,26,24).

  • cyan value is 16.41%
  • magenta value is 0.00%
  • yellow value is 26.15%
  • key color value is 23.53%
CMYK:
(16,0,26,24)
C16M0Y26K24 
(16%,0%,26%,24%)
(0.16/0.00/0.26/0.24)	

CMYK percentages

%16.41
%0
%26.15
%23.53

Codes

Color #A3C390 in popluar color models

A3C390
RGB163195144
HSL98°29.82%66.47%
HSB/HSV98°26.15%76.47%
CMYK16.41%0.00%26.15%
23.53%

Color #A3C390 in popluar number systems.

HEXA3C390
Decimal163195144
Binary101000111100001110010000
Octal243303220

Shades and tints

Shades of #A3C390

#A3C390
(163,195,144)
#95B283
(149,178,131)
#87A176
(135,161,118)
#799069
(121,144,105)
#6B7F5C
(107,127,92)
#5D6E4F
(93,110,79)
#4F5D42
(79,93,66)
#414C35
(65,76,53)
#333B28
(51,59,40)
#252A1B
(37,42,27)
#17190E
(23,25,14)
#000000
(0,0,0)

Tints of #A3C390

#A3C390
(163,195,144)
#ABC89A
(171,200,154)
#B3CDA4
(179,205,164)
#BBD2AE
(187,210,174)
#C3D7B8
(195,215,184)
#CBDCC2
(203,220,194)
#D3E1CC
(211,225,204)
#DBE6D6
(219,230,214)
#E3EBE0
(227,235,224)
#EBF0EA
(235,240,234)
#F3F5F4
(243,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3C390; }

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

This text font color is #A3C390.


Background Color

.myBgColor { background-color: #A3C390; }

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

This div background color is #A3C390.


Border color

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

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

This div border color is #A3C390.


Opacity

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

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

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

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

This text has shadow with #A3C390 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3C390 on black background.


Color preview on white background

This text has color #A3C390 on white background.



Black color preview on #A3C390 background

This text has black color on #A3C390 background.


White color preview on #A3C390 background

This text has white color on #A3C390 background.