COLOR #A4F39B

HEX: #A4F39B RGB: (164,243,155)

Color info

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

RGB color model

#A4F39B color RGB value is (164,243,155).

RGB: (164,243,155) (64%, 95%, 61%)

RGB channels and saturation

R 164 of 255 = 64%
G 243 of 255 = 95%
B 155 of 255 = 61%

164
243
155

R + G + B ~ 73%. #A4F39B is quite light color.

Portions of RGB colors in percentages

R + G + B = 164 + 243 + 155 = 562 (100%)
R 164 of 562 ~ 29.18%
G 243 of 562 ~ 43.24%
B 155 of 562 ~ 27.58'%

%29.18
%43.24
%27.58

CMYK color model

#A4F39B color CMYK value is (33,0,36,5).

  • cyan value is 32.51%
  • magenta value is 0.00%
  • yellow value is 36.21%
  • key color value is 4.71%

CMYK: (33,0,36,5)
C33M0Y36K5 (33%, 0%, 36%, 5%)
(0.33 / 0.00 / 0.36 / 0.05)

CMYK percentages

%32.51
%0
%36.21
%4.71

Codes

Color #A4F39B in popluar color models

A4 F3 9B
RGB 164 243 155
HSL 114° 78.57% 78.04%
HSB/HSV 114° 36.21% 95.29%
CMYK 32.51% 0.00% 36.21%
4.71%

Color #A4F39B in popluar number systems.

HEX A4 F3 9B
Decimal 164 243 155
Binary 10100100 11110011 10011011
Octal 244 363 233

Shades and tints

Shades of #A4F39B

#A4F39B
(164,243,155)
#96DD8D
(150,221,141)
#88C77F
(136,199,127)
#7AB171
(122,177,113)
#6C9B63
(108,155,99)
#5E8555
(94,133,85)
#506F47
(80,111,71)
#425939
(66,89,57)
#34432B
(52,67,43)
#262D1D
(38,45,29)
#18170F
(24,23,15)
#000000
(0,0,0)

Tints of #A4F39B

#A4F39B
(164,243,155)
#ACF4A4
(172,244,164)
#B4F5AD
(180,245,173)
#BCF6B6
(188,246,182)
#C4F7BF
(196,247,191)
#CCF8C8
(204,248,200)
#D4F9D1
(212,249,209)
#DCFADA
(220,250,218)
#E4FBE3
(228,251,227)
#ECFCEC
(236,252,236)
#F4FDF5
(244,253,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4F39B color. Also use rgb(164,243,155) instead hex code.

Text Font Color

.myTextColor { color: #A4F39B; }

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

This text font color is #A4F39B.

Background Color

.myBgColor { background-color: #A4F39B; }

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

This div background color is #A4F39B.

Border color

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

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

This div border color is #A4F39B.

Opacity

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

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

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

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

This text has shadow with #A4F39B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4F39B.

Preview

Color preview on black background

This text has color #A4F39B on black background.


Color preview on white background

This text has color #A4F39B on white background.


Black color preview on #A4F39B background

This text has black color on #A4F39B background.


White color preview on #A4F39B background

This text has white color on #A4F39B background.


Related colors

Complementary color

Complementary color for #hex is #5B0C64.


I love getcolorcode.com

Triadic colors

1 #9BA4F3 and #F39BA4 with #A4F39B are triadic colors.

2 #9BF3A4 and #F3A49B with #A4F39B are triadic colors.