COLOR #04AB29

HEX: #04AB29
RGB: (4,171,41)

Color info

#04AB29 contains mainly green color. Web safe color of #04AB29 is #009933 (or #093).

RGB color model

#04AB29 color RGB value is (4,171,41).

  • red value is 4;
  • green value is 171;
  • blue value is 41.
RGB:
(4,171,41)
(2%,67%,16%)

RGB channels and saturation

R 4 of 255 = 2%
G 171 of 255 = 67%
B 41 of 255 = 16%

4
171
41

R + G + B ~ 28%. #04AB29 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 171 + 41 = 216 (100%)
R 4 of 216 ~ 1.85%
G 171 of 216 ~ 79.17%
B 41 of 216 ~ 18.98%

%79.17
%18.98

CMYK color model

#04AB29 color CMYK value is (98,0,76,33).

  • cyan value is 97.66%
  • magenta value is 0.00%
  • yellow value is 76.02%
  • key color value is 32.94%
CMYK:
(98,0,76,33)
C98M0Y76K33 
(98%,0%,76%,33%)
(0.98/0.00/0.76/0.33)	

CMYK percentages

%97.66
%0
%76.02
%32.94

Codes

Color #04AB29 in popluar color models

04AB29
RGB417141
HSL133°95.43%34.31%
HSB/HSV133°97.66%67.06%
CMYK97.66%0.00%76.02%
32.94%

Color #04AB29 in popluar number systems.

HEX04AB29
Decimal417141
Binary10010101011101001
Octal425351

Shades and tints

Shades of #04AB29

#04AB29
(4,171,41)
#049C26
(4,156,38)
#048D23
(4,141,35)
#047E20
(4,126,32)
#046F1D
(4,111,29)
#04601A
(4,96,26)
#045117
(4,81,23)
#044214
(4,66,20)
#043311
(4,51,17)
#04240E
(4,36,14)
#04150B
(4,21,11)
#000000
(0,0,0)

Tints of #04AB29

#04AB29
(4,171,41)
#1AB23C
(26,178,60)
#30B94F
(48,185,79)
#46C062
(70,192,98)
#5CC775
(92,199,117)
#72CE88
(114,206,136)
#88D59B
(136,213,155)
#9EDCAE
(158,220,174)
#B4E3C1
(180,227,193)
#CAEAD4
(202,234,212)
#E0F1E7
(224,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #04AB29 color. Also use rgb(4,171,41) instead hex code.

Text Font Color

.myTextColor { color: #04AB29; }

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

This text font color is #04AB29.


Background Color

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

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

This div background color is #04AB29.


Border color

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

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

This div border color is #04AB29.


Opacity

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

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

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

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

This text has shadow with #04AB29 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #04AB29 on black background.


Color preview on white background

This text has color #04AB29 on white background.



Black color preview on #04AB29 background

This text has black color on #04AB29 background.


White color preview on #04AB29 background

This text has white color on #04AB29 background.