COLOR #A3D479

HEX: #A3D479
RGB: (163,212,121)

Color info

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

RGB color model

#A3D479 color RGB value is (163,212,121).

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

RGB channels and saturation

R 163 of 255 = 64%
G 212 of 255 = 83%
B 121 of 255 = 47%

163
212
121

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

Portions of RGB colors in percentages

R + G + B =
163 + 212 + 121 = 496 (100%)
R 163 of 496 ~ 32.86%
G 212 of 496 ~ 42.74%
B 121 of 496 ~ 24.4%

%32.86
%42.74
%24.4

CMYK color model

#A3D479 color CMYK value is (23,0,43,17).

  • cyan value is 23.11%
  • magenta value is 0.00%
  • yellow value is 42.92%
  • key color value is 16.86%
CMYK:
(23,0,43,17)
C23M0Y43K17 
(23%,0%,43%,17%)
(0.23/0.00/0.43/0.17)	

CMYK percentages

%23.11
%0
%42.92
%16.86

Codes

Color #A3D479 in popluar color models

A3D479
RGB163212121
HSL92°51.41%65.29%
HSB/HSV92°42.92%83.14%
CMYK23.11%0.00%42.92%
16.86%

Color #A3D479 in popluar number systems.

HEXA3D479
Decimal163212121
Binary10100011110101001111001
Octal243324171

Shades and tints

Shades of #A3D479

#A3D479
(163,212,121)
#95C16E
(149,193,110)
#87AE63
(135,174,99)
#799B58
(121,155,88)
#6B884D
(107,136,77)
#5D7542
(93,117,66)
#4F6237
(79,98,55)
#414F2C
(65,79,44)
#333C21
(51,60,33)
#252916
(37,41,22)
#17160B
(23,22,11)
#000000
(0,0,0)

Tints of #A3D479

#A3D479
(163,212,121)
#ABD785
(171,215,133)
#B3DA91
(179,218,145)
#BBDD9D
(187,221,157)
#C3E0A9
(195,224,169)
#CBE3B5
(203,227,181)
#D3E6C1
(211,230,193)
#DBE9CD
(219,233,205)
#E3ECD9
(227,236,217)
#EBEFE5
(235,239,229)
#F3F2F1
(243,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3D479; }

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

This text font color is #A3D479.


Background Color

.myBgColor { background-color: #A3D479; }

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

This div background color is #A3D479.


Border color

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

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

This div border color is #A3D479.


Opacity

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

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

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

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

This text has shadow with #A3D479 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3D479 on black background.


Color preview on white background

This text has color #A3D479 on white background.



Black color preview on #A3D479 background

This text has black color on #A3D479 background.


White color preview on #A3D479 background

This text has white color on #A3D479 background.