COLOR #A4F334

HEX: #A4F334
RGB: (164,243,52)

Color info

#A4F334 contains mainly green color. Web safe color of #A4F334 is #99FF33 (or #9F3).

RGB color model

#A4F334 color RGB value is (164,243,52).

  • red value is 164;
  • green value is 243;
  • blue value is 52.
RGB:
(164,243,52)
(64%,95%,20%)

RGB channels and saturation

R 164 of 255 = 64%
G 243 of 255 = 95%
B 52 of 255 = 20%

164
243
52

R + G + B ~ 60%. #A4F334 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
164 + 243 + 52 = 459 (100%)
R 164 of 459 ~ 35.73%
G 243 of 459 ~ 52.94%
B 52 of 459 ~ 11.33%

%35.73
%52.94
%11.33

CMYK color model

#A4F334 color CMYK value is (33,0,79,5).

  • cyan value is 32.51%
  • magenta value is 0.00%
  • yellow value is 78.60%
  • key color value is 4.71%
CMYK:
(33,0,79,5)
C33M0Y79K5 
(33%,0%,79%,5%)
(0.33/0.00/0.79/0.05)	

CMYK percentages

%32.51
%0
%78.6
%4.71

Codes

Color #A4F334 in popluar color models

A4F334
RGB16424352
HSL85°88.84%57.84%
HSB/HSV85°78.60%95.29%
CMYK32.51%0.00%78.60%
4.71%

Color #A4F334 in popluar number systems.

HEXA4F334
Decimal16424352
Binary1010010011110011110100
Octal24436364

Shades and tints

Shades of #A4F334

#A4F334
(164,243,52)
#96DD30
(150,221,48)
#88C72C
(136,199,44)
#7AB128
(122,177,40)
#6C9B24
(108,155,36)
#5E8520
(94,133,32)
#506F1C
(80,111,28)
#425918
(66,89,24)
#344314
(52,67,20)
#262D10
(38,45,16)
#18170C
(24,23,12)
#000000
(0,0,0)

Tints of #A4F334

#A4F334
(164,243,52)
#ACF446
(172,244,70)
#B4F558
(180,245,88)
#BCF66A
(188,246,106)
#C4F77C
(196,247,124)
#CCF88E
(204,248,142)
#D4F9A0
(212,249,160)
#DCFAB2
(220,250,178)
#E4FBC4
(228,251,196)
#ECFCD6
(236,252,214)
#F4FDE8
(244,253,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4F334; }

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

This text font color is #A4F334.


Background Color

.myBgColor { background-color: #A4F334; }

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

This div background color is #A4F334.


Border color

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

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

This div border color is #A4F334.


Opacity

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

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

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

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

This text has shadow with #A4F334 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4F334 on black background.


Color preview on white background

This text has color #A4F334 on white background.



Black color preview on #A4F334 background

This text has black color on #A4F334 background.


White color preview on #A4F334 background

This text has white color on #A4F334 background.