COLOR #A3D888

HEX: #A3D888 RGB: (163,216,136)

Color info

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

RGB color model

#A3D888 color RGB value is (163,216,136).

RGB: (163,216,136) (64%, 85%, 53%)

RGB channels and saturation

R 163 of 255 = 64%
G 216 of 255 = 85%
B 136 of 255 = 53%

163
216
136

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

Portions of RGB colors in percentages

R + G + B = 163 + 216 + 136 = 515 (100%)
R 163 of 515 ~ 31.65%
G 216 of 515 ~ 41.94%
B 136 of 515 ~ 26.41'%

%31.65
%41.94
%26.41

CMYK color model

#A3D888 color CMYK value is (25,0,37,15).

  • cyan value is 24.54%
  • magenta value is 0.00%
  • yellow value is 37.04%
  • key color value is 15.29%

CMYK: (25,0,37,15)
C25M0Y37K15 (25%, 0%, 37%, 15%)
(0.25 / 0.00 / 0.37 / 0.15)

CMYK percentages

%24.54
%0
%37.04
%15.29

Codes

Color #A3D888 in popluar color models

A3 D8 88
RGB 163 216 136
HSL 100° 50.63% 69.02%
HSB/HSV 100° 37.04% 84.71%
CMYK 24.54% 0.00% 37.04%
15.29%

Color #A3D888 in popluar number systems.

HEX A3 D8 88
Decimal 163 216 136
Binary 10100011 11011000 10001000
Octal 243 330 210

Shades and tints

Shades of #A3D888

#A3D888
(163,216,136)
#95C57C
(149,197,124)
#87B270
(135,178,112)
#799F64
(121,159,100)
#6B8C58
(107,140,88)
#5D794C
(93,121,76)
#4F6640
(79,102,64)
#415334
(65,83,52)
#334028
(51,64,40)
#252D1C
(37,45,28)
#171A10
(23,26,16)
#000000
(0,0,0)

Tints of #A3D888

#A3D888
(163,216,136)
#ABDB92
(171,219,146)
#B3DE9C
(179,222,156)
#BBE1A6
(187,225,166)
#C3E4B0
(195,228,176)
#CBE7BA
(203,231,186)
#D3EAC4
(211,234,196)
#DBEDCE
(219,237,206)
#E3F0D8
(227,240,216)
#EBF3E2
(235,243,226)
#F3F6EC
(243,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3D888 color. Also use rgb(163,216,136) instead hex code.

Text Font Color

.myTextColor { color: #A3D888; }

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

This text font color is #A3D888.

Background Color

.myBgColor { background-color: #A3D888; }

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

This div background color is #A3D888.

Border color

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

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

This div border color is #A3D888.

Opacity

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

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

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

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

This text has shadow with #A3D888 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3D888.

Preview

Color preview on black background

This text has color #A3D888 on black background.


Color preview on white background

This text has color #A3D888 on white background.


Black color preview on #A3D888 background

This text has black color on #A3D888 background.


White color preview on #A3D888 background

This text has white color on #A3D888 background.


Related colors

Complementary color

Complementary color for #hex is #5C2777.


I love getcolorcode.com

Triadic colors

1 #88A3D8 and #D888A3 with #A3D888 are triadic colors.

2 #88D8A3 and #D8A388 with #A3D888 are triadic colors.