COLOR #A3D190

HEX: #A3D190
RGB: (163,209,144)

Color info

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

RGB color model

#A3D190 color RGB value is (163,209,144).

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

RGB channels and saturation

R 163 of 255 = 64%
G 209 of 255 = 82%
B 144 of 255 = 56%

163
209
144

R + G + B ~ 67%. #A3D190 is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 209 + 144 = 516 (100%)
R 163 of 516 ~ 31.59%
G 209 of 516 ~ 40.5%
B 144 of 516 ~ 27.91%

%31.59
%40.5
%27.91

CMYK color model

#A3D190 color CMYK value is (22,0,31,18).

  • cyan value is 22.01%
  • magenta value is 0.00%
  • yellow value is 31.10%
  • key color value is 18.04%
CMYK:
(22,0,31,18)
C22M0Y31K18 
(22%,0%,31%,18%)
(0.22/0.00/0.31/0.18)	

CMYK percentages

%22.01
%0
%31.1
%18.04

Codes

Color #A3D190 in popluar color models

A3D190
RGB163209144
HSL102°41.40%69.22%
HSB/HSV102°31.10%81.96%
CMYK22.01%0.00%31.10%
18.04%

Color #A3D190 in popluar number systems.

HEXA3D190
Decimal163209144
Binary101000111101000110010000
Octal243321220

Shades and tints

Shades of #A3D190

#A3D190
(163,209,144)
#95BE83
(149,190,131)
#87AB76
(135,171,118)
#799869
(121,152,105)
#6B855C
(107,133,92)
#5D724F
(93,114,79)
#4F5F42
(79,95,66)
#414C35
(65,76,53)
#333928
(51,57,40)
#25261B
(37,38,27)
#17130E
(23,19,14)
#000000
(0,0,0)

Tints of #A3D190

#A3D190
(163,209,144)
#ABD59A
(171,213,154)
#B3D9A4
(179,217,164)
#BBDDAE
(187,221,174)
#C3E1B8
(195,225,184)
#CBE5C2
(203,229,194)
#D3E9CC
(211,233,204)
#DBEDD6
(219,237,214)
#E3F1E0
(227,241,224)
#EBF5EA
(235,245,234)
#F3F9F4
(243,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3D190; }

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

This text font color is #A3D190.


Background Color

.myBgColor { background-color: #A3D190; }

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

This div background color is #A3D190.


Border color

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

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

This div border color is #A3D190.


Opacity

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

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

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

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

This text has shadow with #A3D190 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3D190 on black background.


Color preview on white background

This text has color #A3D190 on white background.



Black color preview on #A3D190 background

This text has black color on #A3D190 background.


White color preview on #A3D190 background

This text has white color on #A3D190 background.