COLOR #4AC009

HEX: #4AC009
RGB: (74,192,9)

Color info

#4AC009 contains mainly green color. Web safe color of #4AC009 is #33CC00 (or #3C0).

RGB color model

#4AC009 color RGB value is (74,192,9).

  • red value is 74;
  • green value is 192;
  • blue value is 9.
RGB:
(74,192,9)
(29%,75%,4%)

RGB channels and saturation

R 74 of 255 = 29%
G 192 of 255 = 75%
B 9 of 255 = 4%

74
192
9

R + G + B ~ 36%. #4AC009 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 192 + 9 = 275 (100%)
R 74 of 275 ~ 26.91%
G 192 of 275 ~ 69.82%
B 9 of 275 ~ 3.27%

%26.91
%69.82

CMYK color model

#4AC009 color CMYK value is (61,0,95,25).

  • cyan value is 61.46%
  • magenta value is 0.00%
  • yellow value is 95.31%
  • key color value is 24.71%
CMYK:
(61,0,95,25)
C61M0Y95K25 
(61%,0%,95%,25%)
(0.61/0.00/0.95/0.25)	

CMYK percentages

%61.46
%0
%95.31
%24.71

Codes

Color #4AC009 in popluar color models

4AC009
RGB741929
HSL99°91.04%39.41%
HSB/HSV99°95.31%75.29%
CMYK61.46%0.00%95.31%
24.71%

Color #4AC009 in popluar number systems.

HEX4AC009
Decimal741929
Binary1001010110000001001
Octal11230011

Shades and tints

Shades of #4AC009

#4AC009
(74,192,9)
#44AF09
(68,175,9)
#3E9E09
(62,158,9)
#388D09
(56,141,9)
#327C09
(50,124,9)
#2C6B09
(44,107,9)
#265A09
(38,90,9)
#204909
(32,73,9)
#1A3809
(26,56,9)
#142709
(20,39,9)
#0E1609
(14,22,9)
#000000
(0,0,0)

Tints of #4AC009

#4AC009
(74,192,9)
#5AC51F
(90,197,31)
#6ACA35
(106,202,53)
#7ACF4B
(122,207,75)
#8AD461
(138,212,97)
#9AD977
(154,217,119)
#AADE8D
(170,222,141)
#BAE3A3
(186,227,163)
#CAE8B9
(202,232,185)
#DAEDCF
(218,237,207)
#EAF2E5
(234,242,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4AC009 color. Also use rgb(74,192,9) instead hex code.

Text Font Color

.myTextColor { color: #4AC009; }

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

This text font color is #4AC009.


Background Color

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

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

This div background color is #4AC009.


Border color

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

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

This div border color is #4AC009.


Opacity

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

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

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

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

This text has shadow with #4AC009 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4AC009 on black background.


Color preview on white background

This text has color #4AC009 on white background.



Black color preview on #4AC009 background

This text has black color on #4AC009 background.


White color preview on #4AC009 background

This text has white color on #4AC009 background.