COLOR #04FA1A

HEX: #04FA1A
RGB: (4,250,26)

Color info

#04FA1A contains mainly green color. Web safe color of #04FA1A is #00FF00 (or #0F0).

RGB color model

#04FA1A color RGB value is (4,250,26).

  • red value is 4;
  • green value is 250;
  • blue value is 26.
RGB:
(4,250,26)
(2%,98%,10%)

RGB channels and saturation

R 4 of 255 = 2%
G 250 of 255 = 98%
B 26 of 255 = 10%

4
250
26

R + G + B ~ 37%. #04FA1A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 250 + 26 = 280 (100%)
R 4 of 280 ~ 1.43%
G 250 of 280 ~ 89.29%
B 26 of 280 ~ 9.29%

%89.29

CMYK color model

#04FA1A color CMYK value is (98,0,90,2).

  • cyan value is 98.40%
  • magenta value is 0.00%
  • yellow value is 89.60%
  • key color value is 1.96%
CMYK:
(98,0,90,2)
C98M0Y90K2 
(98%,0%,90%,2%)
(0.98/0.00/0.90/0.02)	

CMYK percentages

%98.4
%0
%89.6
%1.96

Codes

Color #04FA1A in popluar color models

04FA1A
RGB425026
HSL125°96.85%49.80%
HSB/HSV125°98.40%98.04%
CMYK98.40%0.00%89.60%
1.96%

Color #04FA1A in popluar number systems.

HEX04FA1A
Decimal425026
Binary1001111101011010
Octal437232

Shades and tints

Shades of #04FA1A

#04FA1A
(4,250,26)
#04E418
(4,228,24)
#04CE16
(4,206,22)
#04B814
(4,184,20)
#04A212
(4,162,18)
#048C10
(4,140,16)
#04760E
(4,118,14)
#04600C
(4,96,12)
#044A0A
(4,74,10)
#043408
(4,52,8)
#041E06
(4,30,6)
#000000
(0,0,0)

Tints of #04FA1A

#04FA1A
(4,250,26)
#1AFA2E
(26,250,46)
#30FA42
(48,250,66)
#46FA56
(70,250,86)
#5CFA6A
(92,250,106)
#72FA7E
(114,250,126)
#88FA92
(136,250,146)
#9EFAA6
(158,250,166)
#B4FABA
(180,250,186)
#CAFACE
(202,250,206)
#E0FAE2
(224,250,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #04FA1A color. Also use rgb(4,250,26) instead hex code.

Text Font Color

.myTextColor { color: #04FA1A; }

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

This text font color is #04FA1A.


Background Color

.myBgColor { background-color: #04FA1A; }

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

This div background color is #04FA1A.


Border color

.myBorderColor { border: 1px solid #04FA1A; }

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

This div border color is #04FA1A.


Opacity

.myOpacity80 { color: #04FA1A; opacity: 0.8; }

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

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

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

This text has shadow with #04FA1A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #04FA1A on black background.


Color preview on white background

This text has color #04FA1A on white background.



Black color preview on #04FA1A background

This text has black color on #04FA1A background.


White color preview on #04FA1A background

This text has white color on #04FA1A background.