COLOR #04AE3D

HEX: #04AE3D
RGB: (4,174,61)

Color info

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

RGB color model

#04AE3D color RGB value is (4,174,61).

  • red value is 4;
  • green value is 174;
  • blue value is 61.
RGB:
(4,174,61)
(2%,68%,24%)

RGB channels and saturation

R 4 of 255 = 2%
G 174 of 255 = 68%
B 61 of 255 = 24%

4
174
61

R + G + B ~ 31%. #04AE3D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 174 + 61 = 239 (100%)
R 4 of 239 ~ 1.67%
G 174 of 239 ~ 72.8%
B 61 of 239 ~ 25.52%

%72.8
%25.52

CMYK color model

#04AE3D color CMYK value is (98,0,65,32).

  • cyan value is 97.70%
  • magenta value is 0.00%
  • yellow value is 64.94%
  • key color value is 31.76%
CMYK:
(98,0,65,32)
C98M0Y65K32 
(98%,0%,65%,32%)
(0.98/0.00/0.65/0.32)	

CMYK percentages

%97.7
%0
%64.94
%31.76

Codes

Color #04AE3D in popluar color models

04AE3D
RGB417461
HSL140°95.51%34.90%
HSB/HSV140°97.70%68.24%
CMYK97.70%0.00%64.94%
31.76%

Color #04AE3D in popluar number systems.

HEX04AE3D
Decimal417461
Binary10010101110111101
Octal425675

Shades and tints

Shades of #04AE3D

#04AE3D
(4,174,61)
#049F38
(4,159,56)
#049033
(4,144,51)
#04812E
(4,129,46)
#047229
(4,114,41)
#046324
(4,99,36)
#04541F
(4,84,31)
#04451A
(4,69,26)
#043615
(4,54,21)
#042710
(4,39,16)
#04180B
(4,24,11)
#000000
(0,0,0)

Tints of #04AE3D

#04AE3D
(4,174,61)
#1AB54E
(26,181,78)
#30BC5F
(48,188,95)
#46C370
(70,195,112)
#5CCA81
(92,202,129)
#72D192
(114,209,146)
#88D8A3
(136,216,163)
#9EDFB4
(158,223,180)
#B4E6C5
(180,230,197)
#CAEDD6
(202,237,214)
#E0F4E7
(224,244,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #04AE3D color. Also use rgb(4,174,61) instead hex code.

Text Font Color

.myTextColor { color: #04AE3D; }

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

This text font color is #04AE3D.


Background Color

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

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

This div background color is #04AE3D.


Border color

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

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

This div border color is #04AE3D.


Opacity

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

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

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

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

This text has shadow with #04AE3D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #04AE3D on black background.


Color preview on white background

This text has color #04AE3D on white background.



Black color preview on #04AE3D background

This text has black color on #04AE3D background.


White color preview on #04AE3D background

This text has white color on #04AE3D background.