COLOR #A4E9AF

HEX: #A4E9AF RGB: (164,233,175)

Color info

#A4E9AF contains mainly green and blue colors. Web safe color of #A4E9AF is #99FF99 (or #9F9).

RGB color model

#A4E9AF color RGB value is (164,233,175).

RGB: (164,233,175) (64%, 91%, 69%)

RGB channels and saturation

R 164 of 255 = 64%
G 233 of 255 = 91%
B 175 of 255 = 69%

164
233
175

R + G + B ~ 75%. #A4E9AF is quite light color.

Portions of RGB colors in percentages

R + G + B = 164 + 233 + 175 = 572 (100%)
R 164 of 572 ~ 28.67%
G 233 of 572 ~ 40.73%
B 175 of 572 ~ 30.59'%

%28.67
%40.73
%30.59

CMYK color model

#A4E9AF color CMYK value is (30,0,25,9).

  • cyan value is 29.61%
  • magenta value is 0.00%
  • yellow value is 24.89%
  • key color value is 8.63%

CMYK: (30,0,25,9)
C30M0Y25K9 (30%, 0%, 25%, 9%)
(0.30 / 0.00 / 0.25 / 0.09)

CMYK percentages

%29.61
%0
%24.89
%8.63

Codes

Color #A4E9AF in popluar color models

A4 E9 AF
RGB 164 233 175
HSL 130° 61.06% 77.84%
HSB/HSV 130° 29.61% 91.37%
CMYK 29.61% 0.00% 24.89%
8.63%

Color #A4E9AF in popluar number systems.

HEX A4 E9 AF
Decimal 164 233 175
Binary 10100100 11101001 10101111
Octal 244 351 257

Shades and tints

Shades of #A4E9AF

#A4E9AF
(164,233,175)
#96D4A0
(150,212,160)
#88BF91
(136,191,145)
#7AAA82
(122,170,130)
#6C9573
(108,149,115)
#5E8064
(94,128,100)
#506B55
(80,107,85)
#425646
(66,86,70)
#344137
(52,65,55)
#262C28
(38,44,40)
#181719
(24,23,25)
#000000
(0,0,0)

Tints of #A4E9AF

#A4E9AF
(164,233,175)
#ACEBB6
(172,235,182)
#B4EDBD
(180,237,189)
#BCEFC4
(188,239,196)
#C4F1CB
(196,241,203)
#CCF3D2
(204,243,210)
#D4F5D9
(212,245,217)
#DCF7E0
(220,247,224)
#E4F9E7
(228,249,231)
#ECFBEE
(236,251,238)
#F4FDF5
(244,253,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4E9AF; }

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

This text font color is #A4E9AF.

Background Color

.myBgColor { background-color: #A4E9AF; }

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

This div background color is #A4E9AF.

Border color

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

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

This div border color is #A4E9AF.

Opacity

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

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

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

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

This text has shadow with #A4E9AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4E9AF.

Preview

Color preview on black background

This text has color #A4E9AF on black background.


Color preview on white background

This text has color #A4E9AF on white background.


Black color preview on #A4E9AF background

This text has black color on #A4E9AF background.


White color preview on #A4E9AF background

This text has white color on #A4E9AF background.


Related colors

Complementary color

Complementary color for #hex is #5B1650.


I love getcolorcode.com

Triadic colors

1 #AFA4E9 and #E9AFA4 with #A4E9AF are triadic colors.

2 #AFE9A4 and #E9A4AF with #A4E9AF are triadic colors.