COLOR #A3D595

HEX: #A3D595
RGB: (163,213,149)

Color info

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

RGB color model

#A3D595 color RGB value is (163,213,149).

  • red value is 163;
  • green value is 213;
  • blue value is 149.
RGB:
(163,213,149)
(64%,84%,58%)

RGB channels and saturation

R 163 of 255 = 64%
G 213 of 255 = 84%
B 149 of 255 = 58%

163
213
149

R + G + B ~ 69%. #A3D595 is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 213 + 149 = 525 (100%)
R 163 of 525 ~ 31.05%
G 213 of 525 ~ 40.57%
B 149 of 525 ~ 28.38%

%31.05
%40.57
%28.38

CMYK color model

#A3D595 color CMYK value is (23,0,30,16).

  • cyan value is 23.47%
  • magenta value is 0.00%
  • yellow value is 30.05%
  • key color value is 16.47%
CMYK:
(23,0,30,16)
C23M0Y30K16 
(23%,0%,30%,16%)
(0.23/0.00/0.30/0.16)	

CMYK percentages

%23.47
%0
%30.05
%16.47

Codes

Color #A3D595 in popluar color models

A3D595
RGB163213149
HSL107°43.24%70.98%
HSB/HSV107°30.05%83.53%
CMYK23.47%0.00%30.05%
16.47%

Color #A3D595 in popluar number systems.

HEXA3D595
Decimal163213149
Binary101000111101010110010101
Octal243325225

Shades and tints

Shades of #A3D595

#A3D595
(163,213,149)
#95C288
(149,194,136)
#87AF7B
(135,175,123)
#799C6E
(121,156,110)
#6B8961
(107,137,97)
#5D7654
(93,118,84)
#4F6347
(79,99,71)
#41503A
(65,80,58)
#333D2D
(51,61,45)
#252A20
(37,42,32)
#171713
(23,23,19)
#000000
(0,0,0)

Tints of #A3D595

#A3D595
(163,213,149)
#ABD89E
(171,216,158)
#B3DBA7
(179,219,167)
#BBDEB0
(187,222,176)
#C3E1B9
(195,225,185)
#CBE4C2
(203,228,194)
#D3E7CB
(211,231,203)
#DBEAD4
(219,234,212)
#E3EDDD
(227,237,221)
#EBF0E6
(235,240,230)
#F3F3EF
(243,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3D595 color. Also use rgb(163,213,149) instead hex code.

Text Font Color

.myTextColor { color: #A3D595; }

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

This text font color is #A3D595.


Background Color

.myBgColor { background-color: #A3D595; }

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

This div background color is #A3D595.


Border color

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

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

This div border color is #A3D595.


Opacity

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

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

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

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

This text has shadow with #A3D595 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3D595 on black background.


Color preview on white background

This text has color #A3D595 on white background.



Black color preview on #A3D595 background

This text has black color on #A3D595 background.


White color preview on #A3D595 background

This text has white color on #A3D595 background.