COLOR #A4F9A7

HEX: #A4F9A7 RGB: (164,249,167)

Color info

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

RGB color model

#A4F9A7 color RGB value is (164,249,167).

RGB: (164,249,167) (64%, 98%, 65%)

RGB channels and saturation

R 164 of 255 = 64%
G 249 of 255 = 98%
B 167 of 255 = 65%

164
249
167

R + G + B ~ 76%. #A4F9A7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 164 + 249 + 167 = 580 (100%)
R 164 of 580 ~ 28.28%
G 249 of 580 ~ 42.93%
B 167 of 580 ~ 28.79'%

%28.28
%42.93
%28.79

CMYK color model

#A4F9A7 color CMYK value is (34,0,33,2).

  • cyan value is 34.14%
  • magenta value is 0.00%
  • yellow value is 32.93%
  • key color value is 2.35%

CMYK: (34,0,33,2)
C34M0Y33K2 (34%, 0%, 33%, 2%)
(0.34 / 0.00 / 0.33 / 0.02)

CMYK percentages

%34.14
%0
%32.93
%2.35

Codes

Color #A4F9A7 in popluar color models

A4 F9 A7
RGB 164 249 167
HSL 122° 87.63% 80.98%
HSB/HSV 122° 34.14% 97.65%
CMYK 34.14% 0.00% 32.93%
2.35%

Color #A4F9A7 in popluar number systems.

HEX A4 F9 A7
Decimal 164 249 167
Binary 10100100 11111001 10100111
Octal 244 371 247

Shades and tints

Shades of #A4F9A7

#A4F9A7
(164,249,167)
#96E398
(150,227,152)
#88CD89
(136,205,137)
#7AB77A
(122,183,122)
#6CA16B
(108,161,107)
#5E8B5C
(94,139,92)
#50754D
(80,117,77)
#425F3E
(66,95,62)
#34492F
(52,73,47)
#263320
(38,51,32)
#181D11
(24,29,17)
#000000
(0,0,0)

Tints of #A4F9A7

#A4F9A7
(164,249,167)
#ACF9AF
(172,249,175)
#B4F9B7
(180,249,183)
#BCF9BF
(188,249,191)
#C4F9C7
(196,249,199)
#CCF9CF
(204,249,207)
#D4F9D7
(212,249,215)
#DCF9DF
(220,249,223)
#E4F9E7
(228,249,231)
#ECF9EF
(236,249,239)
#F4F9F7
(244,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4F9A7 color. Also use rgb(164,249,167) instead hex code.

Text Font Color

.myTextColor { color: #A4F9A7; }

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

This text font color is #A4F9A7.

Background Color

.myBgColor { background-color: #A4F9A7; }

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

This div background color is #A4F9A7.

Border color

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

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

This div border color is #A4F9A7.

Opacity

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

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

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

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

This text has shadow with #A4F9A7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4F9A7.

Preview

Color preview on black background

This text has color #A4F9A7 on black background.


Color preview on white background

This text has color #A4F9A7 on white background.


Black color preview on #A4F9A7 background

This text has black color on #A4F9A7 background.


White color preview on #A4F9A7 background

This text has white color on #A4F9A7 background.


Related colors

Complementary color

Complementary color for #hex is #5B0658.


I love getcolorcode.com

Triadic colors

1 #A7A4F9 and #F9A7A4 with #A4F9A7 are triadic colors.

2 #A7F9A4 and #F9A4A7 with #A4F9A7 are triadic colors.