COLOR #4AAC0F

HEX: #4AAC0F
RGB: (74,172,15)

Color info

#4AAC0F contains mainly green color. Web safe color of #4AAC0F is #339900 (or #390).

RGB color model

#4AAC0F color RGB value is (74,172,15).

  • red value is 74;
  • green value is 172;
  • blue value is 15.
RGB:
(74,172,15)
(29%,67%,6%)

RGB channels and saturation

R 74 of 255 = 29%
G 172 of 255 = 67%
B 15 of 255 = 6%

74
172
15

R + G + B ~ 34%. #4AAC0F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 172 + 15 = 261 (100%)
R 74 of 261 ~ 28.35%
G 172 of 261 ~ 65.9%
B 15 of 261 ~ 5.75%

%28.35
%65.9

CMYK color model

#4AAC0F color CMYK value is (57,0,91,33).

  • cyan value is 56.98%
  • magenta value is 0.00%
  • yellow value is 91.28%
  • key color value is 32.55%
CMYK:
(57,0,91,33)
C57M0Y91K33 
(57%,0%,91%,33%)
(0.57/0.00/0.91/0.33)	

CMYK percentages

%56.98
%0
%91.28
%32.55

Codes

Color #4AAC0F in popluar color models

4AAC0F
RGB7417215
HSL97°83.96%36.67%
HSB/HSV97°91.28%67.45%
CMYK56.98%0.00%91.28%
32.55%

Color #4AAC0F in popluar number systems.

HEX4AAC0F
Decimal7417215
Binary1001010101011001111
Octal11225417

Shades and tints

Shades of #4AAC0F

#4AAC0F
(74,172,15)
#449D0E
(68,157,14)
#3E8E0D
(62,142,13)
#387F0C
(56,127,12)
#32700B
(50,112,11)
#2C610A
(44,97,10)
#265209
(38,82,9)
#204308
(32,67,8)
#1A3407
(26,52,7)
#142506
(20,37,6)
#0E1605
(14,22,5)
#000000
(0,0,0)

Tints of #4AAC0F

#4AAC0F
(74,172,15)
#5AB324
(90,179,36)
#6ABA39
(106,186,57)
#7AC14E
(122,193,78)
#8AC863
(138,200,99)
#9ACF78
(154,207,120)
#AAD68D
(170,214,141)
#BADDA2
(186,221,162)
#CAE4B7
(202,228,183)
#DAEBCC
(218,235,204)
#EAF2E1
(234,242,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4AAC0F color. Also use rgb(74,172,15) instead hex code.

Text Font Color

.myTextColor { color: #4AAC0F; }

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

This text font color is #4AAC0F.


Background Color

.myBgColor { background-color: #4AAC0F; }

<div style="background-color:#4AAC0F">Inner text</div>

This div background color is #4AAC0F.


Border color

.myBorderColor { border: 1px solid #4AAC0F; }

<div style="border:3px solid #4AAC0F">Div</div>

This div border color is #4AAC0F.


Opacity

.myOpacity80 { color: #4AAC0F; opacity: 0.8; }

<p style="color:#4AAC0F;opacity:0.8;">80%</p>

Text with #4AAC0F 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 #4AAC0F;}

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

This text has shadow with #4AAC0F color.

.textShadow {text-shadow: 3px 3px 1px #4AAC0F, 3px 3px 1px red;}

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

This text has shadow with #4AAC0F primary color and red secondary color.


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

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

This text has shadow with #4AAC0F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4AAC0F on black background.


Color preview on white background

This text has color #4AAC0F on white background.



Black color preview on #4AAC0F background

This text has black color on #4AAC0F background.


White color preview on #4AAC0F background

This text has white color on #4AAC0F background.