COLOR #A4DE93

HEX: #A4DE93 RGB: (164,222,147)

Color info

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

RGB color model

#A4DE93 color RGB value is (164,222,147).

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

RGB channels and saturation

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

164
222
147

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

Portions of RGB colors in percentages

R + G + B = 164 + 222 + 147 = 533 (100%)
R 164 of 533 ~ 30.77%
G 222 of 533 ~ 41.65%
B 147 of 533 ~ 27.58'%

%30.77
%41.65
%27.58

CMYK color model

#A4DE93 color CMYK value is (26,0,34,13).

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

CMYK: (26,0,34,13)
C26M0Y34K13 (26%, 0%, 34%, 13%)
(0.26 / 0.00 / 0.34 / 0.13)

CMYK percentages

%26.13
%0
%33.78
%12.94

Codes

Color #A4DE93 in popluar color models

A4 DE 93
RGB 164 222 147
HSL 106° 53.19% 72.35%
HSB/HSV 106° 33.78% 87.06%
CMYK 26.13% 0.00% 33.78%
12.94%

Color #A4DE93 in popluar number systems.

HEX A4 DE 93
Decimal 164 222 147
Binary 10100100 11011110 10010011
Octal 244 336 223

Shades and tints

Shades of #A4DE93

#A4DE93
(164,222,147)
#96CA86
(150,202,134)
#88B679
(136,182,121)
#7AA26C
(122,162,108)
#6C8E5F
(108,142,95)
#5E7A52
(94,122,82)
#506645
(80,102,69)
#425238
(66,82,56)
#343E2B
(52,62,43)
#262A1E
(38,42,30)
#181611
(24,22,17)
#000000
(0,0,0)

Tints of #A4DE93

#A4DE93
(164,222,147)
#ACE19C
(172,225,156)
#B4E4A5
(180,228,165)
#BCE7AE
(188,231,174)
#C4EAB7
(196,234,183)
#CCEDC0
(204,237,192)
#D4F0C9
(212,240,201)
#DCF3D2
(220,243,210)
#E4F6DB
(228,246,219)
#ECF9E4
(236,249,228)
#F4FCED
(244,252,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4DE93; }

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

This text font color is #A4DE93.

Background Color

.myBgColor { background-color: #A4DE93; }

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

This div background color is #A4DE93.

Border color

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

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

This div border color is #A4DE93.

Opacity

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

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

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

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

This text has shadow with #A4DE93 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4DE93.

Preview

Color preview on black background

This text has color #A4DE93 on black background.


Color preview on white background

This text has color #A4DE93 on white background.


Black color preview on #A4DE93 background

This text has black color on #A4DE93 background.


White color preview on #A4DE93 background

This text has white color on #A4DE93 background.


Related colors

Complementary color

Complementary color for #hex is #5B216C.


I love getcolorcode.com

Triadic colors

1 #93A4DE and #DE93A4 with #A4DE93 are triadic colors.

2 #93DEA4 and #DEA493 with #A4DE93 are triadic colors.