COLOR #A4F91B

HEX: #A4F91B
RGB: (164,249,27)

Color info

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

RGB color model

#A4F91B color RGB value is (164,249,27).

  • red value is 164;
  • green value is 249;
  • blue value is 27.
RGB:
(164,249,27)
(64%,98%,11%)

RGB channels and saturation

R 164 of 255 = 64%
G 249 of 255 = 98%
B 27 of 255 = 11%

164
249
27

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

Portions of RGB colors in percentages

R + G + B =
164 + 249 + 27 = 440 (100%)
R 164 of 440 ~ 37.27%
G 249 of 440 ~ 56.59%
B 27 of 440 ~ 6.14%

%37.27
%56.59

CMYK color model

#A4F91B color CMYK value is (34,0,89,2).

  • cyan value is 34.14%
  • magenta value is 0.00%
  • yellow value is 89.16%
  • key color value is 2.35%
CMYK:
(34,0,89,2)
C34M0Y89K2 
(34%,0%,89%,2%)
(0.34/0.00/0.89/0.02)	

CMYK percentages

%34.14
%0
%89.16
%2.35

Codes

Color #A4F91B in popluar color models

A4F91B
RGB16424927
HSL83°94.87%54.12%
HSB/HSV83°89.16%97.65%
CMYK34.14%0.00%89.16%
2.35%

Color #A4F91B in popluar number systems.

HEXA4F91B
Decimal16424927
Binary101001001111100111011
Octal24437133

Shades and tints

Shades of #A4F91B

#A4F91B
(164,249,27)
#96E319
(150,227,25)
#88CD17
(136,205,23)
#7AB715
(122,183,21)
#6CA113
(108,161,19)
#5E8B11
(94,139,17)
#50750F
(80,117,15)
#425F0D
(66,95,13)
#34490B
(52,73,11)
#263309
(38,51,9)
#181D07
(24,29,7)
#000000
(0,0,0)

Tints of #A4F91B

#A4F91B
(164,249,27)
#ACF92F
(172,249,47)
#B4F943
(180,249,67)
#BCF957
(188,249,87)
#C4F96B
(196,249,107)
#CCF97F
(204,249,127)
#D4F993
(212,249,147)
#DCF9A7
(220,249,167)
#E4F9BB
(228,249,187)
#ECF9CF
(236,249,207)
#F4F9E3
(244,249,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4F91B; }

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

This text font color is #A4F91B.


Background Color

.myBgColor { background-color: #A4F91B; }

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

This div background color is #A4F91B.


Border color

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

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

This div border color is #A4F91B.


Opacity

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

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

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

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

This text has shadow with #A4F91B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4F91B on black background.


Color preview on white background

This text has color #A4F91B on white background.



Black color preview on #A4F91B background

This text has black color on #A4F91B background.


White color preview on #A4F91B background

This text has white color on #A4F91B background.