COLOR #A4F364

HEX: #A4F364 RGB: (164,243,100)

Color info

#A4F364 contains mainly green color. Web safe color of #A4F364 is #99FF66 (or #9F6).

RGB color model

#A4F364 color RGB value is (164,243,100).

RGB: (164,243,100) (64%, 95%, 39%)

RGB channels and saturation

R 164 of 255 = 64%
G 243 of 255 = 95%
B 100 of 255 = 39%

164
243
100

R + G + B ~ 66%. #A4F364 is quite light color.

Portions of RGB colors in percentages

R + G + B = 164 + 243 + 100 = 507 (100%)
R 164 of 507 ~ 32.35%
G 243 of 507 ~ 47.93%
B 100 of 507 ~ 19.72'%

%32.35
%47.93
%19.72

CMYK color model

#A4F364 color CMYK value is (33,0,59,5).

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

CMYK: (33,0,59,5)
C33M0Y59K5 (33%, 0%, 59%, 5%)
(0.33 / 0.00 / 0.59 / 0.05)

CMYK percentages

%32.51
%0
%58.85
%4.71

Codes

Color #A4F364 in popluar color models

A4 F3 64
RGB 164 243 100
HSL 93° 85.63% 67.25%
HSB/HSV 93° 58.85% 95.29%
CMYK 32.51% 0.00% 58.85%
4.71%

Color #A4F364 in popluar number systems.

HEX A4 F3 64
Decimal 164 243 100
Binary 10100100 11110011 1100100
Octal 244 363 144

Shades and tints

Shades of #A4F364

#A4F364
(164,243,100)
#96DD5B
(150,221,91)
#88C752
(136,199,82)
#7AB149
(122,177,73)
#6C9B40
(108,155,64)
#5E8537
(94,133,55)
#506F2E
(80,111,46)
#425925
(66,89,37)
#34431C
(52,67,28)
#262D13
(38,45,19)
#18170A
(24,23,10)
#000000
(0,0,0)

Tints of #A4F364

#A4F364
(164,243,100)
#ACF472
(172,244,114)
#B4F580
(180,245,128)
#BCF68E
(188,246,142)
#C4F79C
(196,247,156)
#CCF8AA
(204,248,170)
#D4F9B8
(212,249,184)
#DCFAC6
(220,250,198)
#E4FBD4
(228,251,212)
#ECFCE2
(236,252,226)
#F4FDF0
(244,253,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4F364; }

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

This text font color is #A4F364.

Background Color

.myBgColor { background-color: #A4F364; }

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

This div background color is #A4F364.

Border color

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

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

This div border color is #A4F364.

Opacity

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

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

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

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

This text has shadow with #A4F364 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4F364.

Preview

Color preview on black background

This text has color #A4F364 on black background.


Color preview on white background

This text has color #A4F364 on white background.


Black color preview on #A4F364 background

This text has black color on #A4F364 background.


White color preview on #A4F364 background

This text has white color on #A4F364 background.


Related colors

Complementary color

Complementary color for #hex is #5B0C9B.


I love getcolorcode.com

Triadic colors

1 #64A4F3 and #F364A4 with #A4F364 are triadic colors.

2 #64F3A4 and #F3A464 with #A4F364 are triadic colors.