COLOR #A3DE93

HEX: #A3DE93 RGB: (163,222,147)

Color info

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

RGB color model

#A3DE93 color RGB value is (163,222,147).

RGB: (163,222,147) (64%, 87%, 58%)

RGB channels and saturation

R 163 of 255 = 64%
G 222 of 255 = 87%
B 147 of 255 = 58%

163
222
147

R + G + B ~ 70%. #A3DE93 is quite light color.

Portions of RGB colors in percentages

R + G + B = 163 + 222 + 147 = 532 (100%)
R 163 of 532 ~ 30.64%
G 222 of 532 ~ 41.73%
B 147 of 532 ~ 27.63'%

%30.64
%41.73
%27.63

CMYK color model

#A3DE93 color CMYK value is (27,0,34,13).

  • cyan value is 26.58%
  • magenta value is 0.00%
  • yellow value is 33.78%
  • key color value is 12.94%

CMYK: (27,0,34,13)
C27M0Y34K13 (27%, 0%, 34%, 13%)
(0.27 / 0.00 / 0.34 / 0.13)

CMYK percentages

%26.58
%0
%33.78
%12.94

Codes

Color #A3DE93 in popluar color models

A3 DE 93
RGB 163 222 147
HSL 107° 53.19% 72.35%
HSB/HSV 107° 33.78% 87.06%
CMYK 26.58% 0.00% 33.78%
12.94%

Color #A3DE93 in popluar number systems.

HEX A3 DE 93
Decimal 163 222 147
Binary 10100011 11011110 10010011
Octal 243 336 223

Shades and tints

Shades of #A3DE93

#A3DE93
(163,222,147)
#95CA86
(149,202,134)
#87B679
(135,182,121)
#79A26C
(121,162,108)
#6B8E5F
(107,142,95)
#5D7A52
(93,122,82)
#4F6645
(79,102,69)
#415238
(65,82,56)
#333E2B
(51,62,43)
#252A1E
(37,42,30)
#171611
(23,22,17)
#000000
(0,0,0)

Tints of #A3DE93

#A3DE93
(163,222,147)
#ABE19C
(171,225,156)
#B3E4A5
(179,228,165)
#BBE7AE
(187,231,174)
#C3EAB7
(195,234,183)
#CBEDC0
(203,237,192)
#D3F0C9
(211,240,201)
#DBF3D2
(219,243,210)
#E3F6DB
(227,246,219)
#EBF9E4
(235,249,228)
#F3FCED
(243,252,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3DE93 color. Also use rgb(163,222,147) instead hex code.

Text Font Color

.myTextColor { color: #A3DE93; }

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

This text font color is #A3DE93.

Background Color

.myBgColor { background-color: #A3DE93; }

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

This div background color is #A3DE93.

Border color

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

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

This div border color is #A3DE93.

Opacity

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

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

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

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

This text has shadow with #A3DE93 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3DE93.

Preview

Color preview on black background

This text has color #A3DE93 on black background.


Color preview on white background

This text has color #A3DE93 on white background.


Black color preview on #A3DE93 background

This text has black color on #A3DE93 background.


White color preview on #A3DE93 background

This text has white color on #A3DE93 background.


Related colors

Complementary color

Complementary color for #hex is #5C216C.


I love getcolorcode.com

Triadic colors

1 #93A3DE and #DE93A3 with #A3DE93 are triadic colors.

2 #93DEA3 and #DEA393 with #A3DE93 are triadic colors.