COLOR #A3D695

HEX: #A3D695
RGB: (163,214,149)

Color info

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

RGB color model

#A3D695 color RGB value is (163,214,149).

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

RGB channels and saturation

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

163
214
149

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

Portions of RGB colors in percentages

R + G + B =
163 + 214 + 149 = 526 (100%)
R 163 of 526 ~ 30.99%
G 214 of 526 ~ 40.68%
B 149 of 526 ~ 28.33%

%30.99
%40.68
%28.33

CMYK color model

#A3D695 color CMYK value is (24,0,30,16).

  • cyan value is 23.83%
  • magenta value is 0.00%
  • yellow value is 30.37%
  • key color value is 16.08%
CMYK:
(24,0,30,16)
C24M0Y30K16 
(24%,0%,30%,16%)
(0.24/0.00/0.30/0.16)	

CMYK percentages

%23.83
%0
%30.37
%16.08

Codes

Color #A3D695 in popluar color models

A3D695
RGB163214149
HSL107°44.22%71.18%
HSB/HSV107°30.37%83.92%
CMYK23.83%0.00%30.37%
16.08%

Color #A3D695 in popluar number systems.

HEXA3D695
Decimal163214149
Binary101000111101011010010101
Octal243326225

Shades and tints

Shades of #A3D695

#A3D695
(163,214,149)
#95C388
(149,195,136)
#87B07B
(135,176,123)
#799D6E
(121,157,110)
#6B8A61
(107,138,97)
#5D7754
(93,119,84)
#4F6447
(79,100,71)
#41513A
(65,81,58)
#333E2D
(51,62,45)
#252B20
(37,43,32)
#171813
(23,24,19)
#000000
(0,0,0)

Tints of #A3D695

#A3D695
(163,214,149)
#ABD99E
(171,217,158)
#B3DCA7
(179,220,167)
#BBDFB0
(187,223,176)
#C3E2B9
(195,226,185)
#CBE5C2
(203,229,194)
#D3E8CB
(211,232,203)
#DBEBD4
(219,235,212)
#E3EEDD
(227,238,221)
#EBF1E6
(235,241,230)
#F3F4EF
(243,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3D695; }

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

This text font color is #A3D695.


Background Color

.myBgColor { background-color: #A3D695; }

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

This div background color is #A3D695.


Border color

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

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

This div border color is #A3D695.


Opacity

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

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

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

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

This text has shadow with #A3D695 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3D695 on black background.


Color preview on white background

This text has color #A3D695 on white background.



Black color preview on #A3D695 background

This text has black color on #A3D695 background.


White color preview on #A3D695 background

This text has white color on #A3D695 background.