COLOR #04A961

HEX: #04A961
RGB: (4,169,97)

Color info

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

RGB color model

#04A961 color RGB value is (4,169,97).

  • red value is 4;
  • green value is 169;
  • blue value is 97.
RGB:
(4,169,97)
(2%,66%,38%)

RGB channels and saturation

R 4 of 255 = 2%
G 169 of 255 = 66%
B 97 of 255 = 38%

4
169
97

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

Portions of RGB colors in percentages

R + G + B =
4 + 169 + 97 = 270 (100%)
R 4 of 270 ~ 1.48%
G 169 of 270 ~ 62.59%
B 97 of 270 ~ 35.93%

%62.59
%35.93

CMYK color model

#04A961 color CMYK value is (98,0,43,34).

  • cyan value is 97.63%
  • magenta value is 0.00%
  • yellow value is 42.60%
  • key color value is 33.73%
CMYK:
(98,0,43,34)
C98M0Y43K34 
(98%,0%,43%,34%)
(0.98/0.00/0.43/0.34)	

CMYK percentages

%97.63
%0
%42.6
%33.73

Codes

Color #04A961 in popluar color models

04A961
RGB416997
HSL154°95.38%33.92%
HSB/HSV154°97.63%66.27%
CMYK97.63%0.00%42.60%
33.73%

Color #04A961 in popluar number systems.

HEX04A961
Decimal416997
Binary100101010011100001
Octal4251141

Shades and tints

Shades of #04A961

#04A961
(4,169,97)
#049A59
(4,154,89)
#048B51
(4,139,81)
#047C49
(4,124,73)
#046D41
(4,109,65)
#045E39
(4,94,57)
#044F31
(4,79,49)
#044029
(4,64,41)
#043121
(4,49,33)
#042219
(4,34,25)
#041311
(4,19,17)
#000000
(0,0,0)

Tints of #04A961

#04A961
(4,169,97)
#1AB06F
(26,176,111)
#30B77D
(48,183,125)
#46BE8B
(70,190,139)
#5CC599
(92,197,153)
#72CCA7
(114,204,167)
#88D3B5
(136,211,181)
#9EDAC3
(158,218,195)
#B4E1D1
(180,225,209)
#CAE8DF
(202,232,223)
#E0EFED
(224,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #04A961 color. Also use rgb(4,169,97) instead hex code.

Text Font Color

.myTextColor { color: #04A961; }

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

This text font color is #04A961.


Background Color

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

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

This div background color is #04A961.


Border color

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

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

This div border color is #04A961.


Opacity

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

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

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

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

This text has shadow with #04A961 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #04A961 on black background.


Color preview on white background

This text has color #04A961 on white background.



Black color preview on #04A961 background

This text has black color on #04A961 background.


White color preview on #04A961 background

This text has white color on #04A961 background.