COLOR #A3DD93

HEX: #A3DD93 RGB: (163,221,147)

Color info

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

RGB color model

#A3DD93 color RGB value is (163,221,147).

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

RGB channels and saturation

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

163
221
147

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

Portions of RGB colors in percentages

R + G + B = 163 + 221 + 147 = 531 (100%)
R 163 of 531 ~ 30.7%
G 221 of 531 ~ 41.62%
B 147 of 531 ~ 27.68'%

%30.7
%41.62
%27.68

CMYK color model

#A3DD93 color CMYK value is (26,0,33,13).

  • cyan value is 26.24%
  • magenta value is 0.00%
  • yellow value is 33.48%
  • key color value is 13.33%

CMYK: (26,0,33,13)
C26M0Y33K13 (26%, 0%, 33%, 13%)
(0.26 / 0.00 / 0.33 / 0.13)

CMYK percentages

%26.24
%0
%33.48
%13.33

Codes

Color #A3DD93 in popluar color models

A3 DD 93
RGB 163 221 147
HSL 107° 52.11% 72.16%
HSB/HSV 107° 33.48% 86.67%
CMYK 26.24% 0.00% 33.48%
13.33%

Color #A3DD93 in popluar number systems.

HEX A3 DD 93
Decimal 163 221 147
Binary 10100011 11011101 10010011
Octal 243 335 223

Shades and tints

Shades of #A3DD93

#A3DD93
(163,221,147)
#95C986
(149,201,134)
#87B579
(135,181,121)
#79A16C
(121,161,108)
#6B8D5F
(107,141,95)
#5D7952
(93,121,82)
#4F6545
(79,101,69)
#415138
(65,81,56)
#333D2B
(51,61,43)
#25291E
(37,41,30)
#171511
(23,21,17)
#000000
(0,0,0)

Tints of #A3DD93

#A3DD93
(163,221,147)
#ABE09C
(171,224,156)
#B3E3A5
(179,227,165)
#BBE6AE
(187,230,174)
#C3E9B7
(195,233,183)
#CBECC0
(203,236,192)
#D3EFC9
(211,239,201)
#DBF2D2
(219,242,210)
#E3F5DB
(227,245,219)
#EBF8E4
(235,248,228)
#F3FBED
(243,251,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3DD93; }

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

This text font color is #A3DD93.

Background Color

.myBgColor { background-color: #A3DD93; }

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

This div background color is #A3DD93.

Border color

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

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

This div border color is #A3DD93.

Opacity

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

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

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

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

This text has shadow with #A3DD93 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3DD93.

Preview

Color preview on black background

This text has color #A3DD93 on black background.


Color preview on white background

This text has color #A3DD93 on white background.


Black color preview on #A3DD93 background

This text has black color on #A3DD93 background.


White color preview on #A3DD93 background

This text has white color on #A3DD93 background.


Related colors

Complementary color

Complementary color for #hex is #5C226C.


I love getcolorcode.com

Triadic colors

1 #93A3DD and #DD93A3 with #A3DD93 are triadic colors.

2 #93DDA3 and #DDA393 with #A3DD93 are triadic colors.