COLOR #A4EAAE

HEX: #A4EAAE RGB: (164,234,174)

Color info

#A4EAAE contains mainly green color. Web safe color of #A4EAAE is #99FF99 (or #9F9).

RGB color model

#A4EAAE color RGB value is (164,234,174).

RGB: (164,234,174) (64%, 92%, 68%)

RGB channels and saturation

R 164 of 255 = 64%
G 234 of 255 = 92%
B 174 of 255 = 68%

164
234
174

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

Portions of RGB colors in percentages

R + G + B = 164 + 234 + 174 = 572 (100%)
R 164 of 572 ~ 28.67%
G 234 of 572 ~ 40.91%
B 174 of 572 ~ 30.42'%

%28.67
%40.91
%30.42

CMYK color model

#A4EAAE color CMYK value is (30,0,26,8).

  • cyan value is 29.91%
  • magenta value is 0.00%
  • yellow value is 25.64%
  • key color value is 8.24%

CMYK: (30,0,26,8)
C30M0Y26K8 (30%, 0%, 26%, 8%)
(0.30 / 0.00 / 0.26 / 0.08)

CMYK percentages

%29.91
%0
%25.64
%8.24

Codes

Color #A4EAAE in popluar color models

A4 EA AE
RGB 164 234 174
HSL 129° 62.50% 78.04%
HSB/HSV 129° 29.91% 91.76%
CMYK 29.91% 0.00% 25.64%
8.24%

Color #A4EAAE in popluar number systems.

HEX A4 EA AE
Decimal 164 234 174
Binary 10100100 11101010 10101110
Octal 244 352 256

Shades and tints

Shades of #A4EAAE

#A4EAAE
(164,234,174)
#96D59F
(150,213,159)
#88C090
(136,192,144)
#7AAB81
(122,171,129)
#6C9672
(108,150,114)
#5E8163
(94,129,99)
#506C54
(80,108,84)
#425745
(66,87,69)
#344236
(52,66,54)
#262D27
(38,45,39)
#181818
(24,24,24)
#000000
(0,0,0)

Tints of #A4EAAE

#A4EAAE
(164,234,174)
#ACEBB5
(172,235,181)
#B4ECBC
(180,236,188)
#BCEDC3
(188,237,195)
#C4EECA
(196,238,202)
#CCEFD1
(204,239,209)
#D4F0D8
(212,240,216)
#DCF1DF
(220,241,223)
#E4F2E6
(228,242,230)
#ECF3ED
(236,243,237)
#F4F4F4
(244,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4EAAE color. Also use rgb(164,234,174) instead hex code.

Text Font Color

.myTextColor { color: #A4EAAE; }

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

This text font color is #A4EAAE.

Background Color

.myBgColor { background-color: #A4EAAE; }

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

This div background color is #A4EAAE.

Border color

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

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

This div border color is #A4EAAE.

Opacity

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

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

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

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

This text has shadow with #A4EAAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4EAAE.

Preview

Color preview on black background

This text has color #A4EAAE on black background.


Color preview on white background

This text has color #A4EAAE on white background.


Black color preview on #A4EAAE background

This text has black color on #A4EAAE background.


White color preview on #A4EAAE background

This text has white color on #A4EAAE background.


Related colors

Complementary color

Complementary color for #hex is #5B1551.


I love getcolorcode.com

Triadic colors

1 #AEA4EA and #EAAEA4 with #A4EAAE are triadic colors.

2 #AEEAA4 and #EAA4AE with #A4EAAE are triadic colors.