COLOR #04AE59

HEX: #04AE59
RGB: (4,174,89)

Color info

#04AE59 contains mainly green color. Web safe color of #04AE59 is #009966 (or #096).

RGB color model

#04AE59 color RGB value is (4,174,89).

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

RGB channels and saturation

R 4 of 255 = 2%
G 174 of 255 = 68%
B 89 of 255 = 35%

4
174
89

R + G + B ~ 35%. #04AE59 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 174 + 89 = 267 (100%)
R 4 of 267 ~ 1.5%
G 174 of 267 ~ 65.17%
B 89 of 267 ~ 33.33%

%65.17
%33.33

CMYK color model

#04AE59 color CMYK value is (98,0,49,32).

  • cyan value is 97.70%
  • magenta value is 0.00%
  • yellow value is 48.85%
  • key color value is 31.76%
CMYK:
(98,0,49,32)
C98M0Y49K32 
(98%,0%,49%,32%)
(0.98/0.00/0.49/0.32)	

CMYK percentages

%97.7
%0
%48.85
%31.76

Codes

Color #04AE59 in popluar color models

04AE59
RGB417489
HSL150°95.51%34.90%
HSB/HSV150°97.70%68.24%
CMYK97.70%0.00%48.85%
31.76%

Color #04AE59 in popluar number systems.

HEX04AE59
Decimal417489
Binary100101011101011001
Octal4256131

Shades and tints

Shades of #04AE59

#04AE59
(4,174,89)
#049F51
(4,159,81)
#049049
(4,144,73)
#048141
(4,129,65)
#047239
(4,114,57)
#046331
(4,99,49)
#045429
(4,84,41)
#044521
(4,69,33)
#043619
(4,54,25)
#042711
(4,39,17)
#041809
(4,24,9)
#000000
(0,0,0)

Tints of #04AE59

#04AE59
(4,174,89)
#1AB568
(26,181,104)
#30BC77
(48,188,119)
#46C386
(70,195,134)
#5CCA95
(92,202,149)
#72D1A4
(114,209,164)
#88D8B3
(136,216,179)
#9EDFC2
(158,223,194)
#B4E6D1
(180,230,209)
#CAEDE0
(202,237,224)
#E0F4EF
(224,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #04AE59; }

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

This text font color is #04AE59.


Background Color

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

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

This div background color is #04AE59.


Border color

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

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

This div border color is #04AE59.


Opacity

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

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

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

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

This text has shadow with #04AE59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #04AE59 on black background.


Color preview on white background

This text has color #04AE59 on white background.



Black color preview on #04AE59 background

This text has black color on #04AE59 background.


White color preview on #04AE59 background

This text has white color on #04AE59 background.