COLOR #A3D494

HEX: #A3D494
RGB: (163,212,148)

Color info

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

RGB color model

#A3D494 color RGB value is (163,212,148).

  • red value is 163;
  • green value is 212;
  • blue value is 148.
RGB:
(163,212,148)
(64%,83%,58%)

RGB channels and saturation

R 163 of 255 = 64%
G 212 of 255 = 83%
B 148 of 255 = 58%

163
212
148

R + G + B ~ 68%. #A3D494 is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 212 + 148 = 523 (100%)
R 163 of 523 ~ 31.17%
G 212 of 523 ~ 40.54%
B 148 of 523 ~ 28.3%

%31.17
%40.54
%28.3

CMYK color model

#A3D494 color CMYK value is (23,0,30,17).

  • cyan value is 23.11%
  • magenta value is 0.00%
  • yellow value is 30.19%
  • key color value is 16.86%
CMYK:
(23,0,30,17)
C23M0Y30K17 
(23%,0%,30%,17%)
(0.23/0.00/0.30/0.17)	

CMYK percentages

%23.11
%0
%30.19
%16.86

Codes

Color #A3D494 in popluar color models

A3D494
RGB163212148
HSL106°42.67%70.59%
HSB/HSV106°30.19%83.14%
CMYK23.11%0.00%30.19%
16.86%

Color #A3D494 in popluar number systems.

HEXA3D494
Decimal163212148
Binary101000111101010010010100
Octal243324224

Shades and tints

Shades of #A3D494

#A3D494
(163,212,148)
#95C187
(149,193,135)
#87AE7A
(135,174,122)
#799B6D
(121,155,109)
#6B8860
(107,136,96)
#5D7553
(93,117,83)
#4F6246
(79,98,70)
#414F39
(65,79,57)
#333C2C
(51,60,44)
#25291F
(37,41,31)
#171612
(23,22,18)
#000000
(0,0,0)

Tints of #A3D494

#A3D494
(163,212,148)
#ABD79D
(171,215,157)
#B3DAA6
(179,218,166)
#BBDDAF
(187,221,175)
#C3E0B8
(195,224,184)
#CBE3C1
(203,227,193)
#D3E6CA
(211,230,202)
#DBE9D3
(219,233,211)
#E3ECDC
(227,236,220)
#EBEFE5
(235,239,229)
#F3F2EE
(243,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3D494 color. Also use rgb(163,212,148) instead hex code.

Text Font Color

.myTextColor { color: #A3D494; }

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

This text font color is #A3D494.


Background Color

.myBgColor { background-color: #A3D494; }

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

This div background color is #A3D494.


Border color

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

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

This div border color is #A3D494.


Opacity

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

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

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

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

This text has shadow with #A3D494 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3D494 on black background.


Color preview on white background

This text has color #A3D494 on white background.



Black color preview on #A3D494 background

This text has black color on #A3D494 background.


White color preview on #A3D494 background

This text has white color on #A3D494 background.