COLOR #04AB66

HEX: #04AB66
RGB: (4,171,102)

Color info

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

RGB color model

#04AB66 color RGB value is (4,171,102).

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

RGB channels and saturation

R 4 of 255 = 2%
G 171 of 255 = 67%
B 102 of 255 = 40%

4
171
102

R + G + B ~ 36%. #04AB66 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 171 + 102 = 277 (100%)
R 4 of 277 ~ 1.44%
G 171 of 277 ~ 61.73%
B 102 of 277 ~ 36.82%

%61.73
%36.82

CMYK color model

#04AB66 color CMYK value is (98,0,40,33).

  • cyan value is 97.66%
  • magenta value is 0.00%
  • yellow value is 40.35%
  • key color value is 32.94%
CMYK:
(98,0,40,33)
C98M0Y40K33 
(98%,0%,40%,33%)
(0.98/0.00/0.40/0.33)	

CMYK percentages

%97.66
%0
%40.35
%32.94

Codes

Color #04AB66 in popluar color models

04AB66
RGB4171102
HSL155°95.43%34.31%
HSB/HSV155°97.66%67.06%
CMYK97.66%0.00%40.35%
32.94%

Color #04AB66 in popluar number systems.

HEX04AB66
Decimal4171102
Binary100101010111100110
Octal4253146

Shades and tints

Shades of #04AB66

#04AB66
(4,171,102)
#049C5D
(4,156,93)
#048D54
(4,141,84)
#047E4B
(4,126,75)
#046F42
(4,111,66)
#046039
(4,96,57)
#045130
(4,81,48)
#044227
(4,66,39)
#04331E
(4,51,30)
#042415
(4,36,21)
#04150C
(4,21,12)
#000000
(0,0,0)

Tints of #04AB66

#04AB66
(4,171,102)
#1AB273
(26,178,115)
#30B980
(48,185,128)
#46C08D
(70,192,141)
#5CC79A
(92,199,154)
#72CEA7
(114,206,167)
#88D5B4
(136,213,180)
#9EDCC1
(158,220,193)
#B4E3CE
(180,227,206)
#CAEADB
(202,234,219)
#E0F1E8
(224,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #04AB66; }

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

This text font color is #04AB66.


Background Color

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

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

This div background color is #04AB66.


Border color

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

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

This div border color is #04AB66.


Opacity

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

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

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

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

This text has shadow with #04AB66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #04AB66 on black background.


Color preview on white background

This text has color #04AB66 on white background.



Black color preview on #04AB66 background

This text has black color on #04AB66 background.


White color preview on #04AB66 background

This text has white color on #04AB66 background.