COLOR #04A218

HEX: #04A218
RGB: (4,162,24)

Color info

#04A218 contains mainly green color. Web safe color of #04A218 is #009900 (or #090).

RGB color model

#04A218 color RGB value is (4,162,24).

  • red value is 4;
  • green value is 162;
  • blue value is 24.
RGB:
(4,162,24)
(2%,64%,9%)

RGB channels and saturation

R 4 of 255 = 2%
G 162 of 255 = 64%
B 24 of 255 = 9%

4
162
24

R + G + B ~ 25%. #04A218 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 162 + 24 = 190 (100%)
R 4 of 190 ~ 2.11%
G 162 of 190 ~ 85.26%
B 24 of 190 ~ 12.63%

%85.26
%12.63

CMYK color model

#04A218 color CMYK value is (98,0,85,36).

  • cyan value is 97.53%
  • magenta value is 0.00%
  • yellow value is 85.19%
  • key color value is 36.47%
CMYK:
(98,0,85,36)
C98M0Y85K36 
(98%,0%,85%,36%)
(0.98/0.00/0.85/0.36)	

CMYK percentages

%97.53
%0
%85.19
%36.47

Codes

Color #04A218 in popluar color models

04A218
RGB416224
HSL128°95.18%32.55%
HSB/HSV128°97.53%63.53%
CMYK97.53%0.00%85.19%
36.47%

Color #04A218 in popluar number systems.

HEX04A218
Decimal416224
Binary1001010001011000
Octal424230

Shades and tints

Shades of #04A218

#04A218
(4,162,24)
#049416
(4,148,22)
#048614
(4,134,20)
#047812
(4,120,18)
#046A10
(4,106,16)
#045C0E
(4,92,14)
#044E0C
(4,78,12)
#04400A
(4,64,10)
#043208
(4,50,8)
#042406
(4,36,6)
#041604
(4,22,4)
#000000
(0,0,0)

Tints of #04A218

#04A218
(4,162,24)
#1AAA2D
(26,170,45)
#30B242
(48,178,66)
#46BA57
(70,186,87)
#5CC26C
(92,194,108)
#72CA81
(114,202,129)
#88D296
(136,210,150)
#9EDAAB
(158,218,171)
#B4E2C0
(180,226,192)
#CAEAD5
(202,234,213)
#E0F2EA
(224,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #04A218 color. Also use rgb(4,162,24) instead hex code.

Text Font Color

.myTextColor { color: #04A218; }

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

This text font color is #04A218.


Background Color

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

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

This div background color is #04A218.


Border color

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

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

This div border color is #04A218.


Opacity

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

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

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

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

This text has shadow with #04A218 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #04A218 on black background.


Color preview on white background

This text has color #04A218 on white background.



Black color preview on #04A218 background

This text has black color on #04A218 background.


White color preview on #04A218 background

This text has white color on #04A218 background.