COLOR #A4E3AF

HEX: #A4E3AF RGB: (164,227,175)

Color info

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

RGB color model

#A4E3AF color RGB value is (164,227,175).

RGB: (164,227,175) (64%, 89%, 69%)

RGB channels and saturation

R 164 of 255 = 64%
G 227 of 255 = 89%
B 175 of 255 = 69%

164
227
175

R + G + B ~ 74%. #A4E3AF is quite light color.

Portions of RGB colors in percentages

R + G + B = 164 + 227 + 175 = 566 (100%)
R 164 of 566 ~ 28.98%
G 227 of 566 ~ 40.11%
B 175 of 566 ~ 30.92'%

%28.98
%40.11
%30.92

CMYK color model

#A4E3AF color CMYK value is (28,0,23,11).

  • cyan value is 27.75%
  • magenta value is 0.00%
  • yellow value is 22.91%
  • key color value is 10.98%
CMYK: (28,0,23,11) C28M0Y23K11 (28%,0%,23%,11%) (0.28/0.00/0.23/0.11) 

CMYK percentages

%27.75
%0
%22.91
%10.98

Codes

Color #A4E3AF in popluar color models

A4 E3 AF
RGB 164 227 175
HSL 130° 52.94% 76.67%
HSB/HSV 130° 27.75% 89.02%
CMYK 27.75% 0.00% 22.91%
10.98%

Color #A4E3AF in popluar number systems.

HEX A4 E3 AF
Decimal 164 227 175
Binary 10100100 11100011 10101111
Octal 244 343 257

Shades and tints

Shades of #A4E3AF

#A4E3AF
(164,227,175)
#96CFA0
(150,207,160)
#88BB91
(136,187,145)
#7AA782
(122,167,130)
#6C9373
(108,147,115)
#5E7F64
(94,127,100)
#506B55
(80,107,85)
#425746
(66,87,70)
#344337
(52,67,55)
#262F28
(38,47,40)
#181B19
(24,27,25)
#000000
(0,0,0)

Tints of #A4E3AF

#A4E3AF
(164,227,175)
#ACE5B6
(172,229,182)
#B4E7BD
(180,231,189)
#BCE9C4
(188,233,196)
#C4EBCB
(196,235,203)
#CCEDD2
(204,237,210)
#D4EFD9
(212,239,217)
#DCF1E0
(220,241,224)
#E4F3E7
(228,243,231)
#ECF5EE
(236,245,238)
#F4F7F5
(244,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4E3AF color. Also use rgb(164,227,175) instead hex code.

Text Font Color

.myTextColor { color: #A4E3AF; }

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

This text font color is #A4E3AF.

Background Color

.myBgColor { background-color: #A4E3AF; }

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

This div background color is #A4E3AF.

Border color

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

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

This div border color is #A4E3AF.

Opacity

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

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

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

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

This text has shadow with #A4E3AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4E3AF.

Preview

Color preview on black background

This text has color #A4E3AF on black background.


Color preview on white background

This text has color #A4E3AF on white background.


Black color preview on #A4E3AF background

This text has black color on #A4E3AF background.


White color preview on #A4E3AF background

This text has white color on #A4E3AF background.


Related colors

Complementary color

Complementary color for #hex is #5B1C50.


I love getcolorcode.com

Triadic colors

1 #AFA4E3 and #E3AFA4 with #A4E3AF are triadic colors.

2 #AFE3A4 and #E3A4AF with #A4E3AF are triadic colors.