COLOR #4AC070

HEX: #4AC070 RGB: (74,192,112)

Color info

#4AC070 contains mainly green color. Web safe color of #4AC070 is #33CC66 (or #3C6).

RGB color model

#4AC070 color RGB value is (74,192,112).

RGB: (74,192,112) (29%, 75%, 44%)

RGB channels and saturation

R 74 of 255 = 29%
G 192 of 255 = 75%
B 112 of 255 = 44%

74
192
112

R + G + B ~ 49%. #4AC070 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 74 + 192 + 112 = 378 (100%)
R 74 of 378 ~ 19.58%
G 192 of 378 ~ 50.79%
B 112 of 378 ~ 29.63'%

%19.58
%50.79
%29.63

CMYK color model

#4AC070 color CMYK value is (61,0,42,25).

  • cyan value is 61.46%
  • magenta value is 0.00%
  • yellow value is 41.67%
  • key color value is 24.71%

CMYK: (61,0,42,25)
C61M0Y42K25 (61%, 0%, 42%, 25%)
(0.61 / 0.00 / 0.42 / 0.25)

CMYK percentages

%61.46
%0
%41.67
%24.71

Codes

Color #4AC070 in popluar color models

4A C0 70
RGB 74 192 112
HSL 139° 48.36% 52.16%
HSB/HSV 139° 61.46% 75.29%
CMYK 61.46% 0.00% 41.67%
24.71%

Color #4AC070 in popluar number systems.

HEX 4A C0 70
Decimal 74 192 112
Binary 1001010 11000000 1110000
Octal 112 300 160

Shades and tints

Shades of #4AC070

#4AC070
(74,192,112)
#44AF66
(68,175,102)
#3E9E5C
(62,158,92)
#388D52
(56,141,82)
#327C48
(50,124,72)
#2C6B3E
(44,107,62)
#265A34
(38,90,52)
#20492A
(32,73,42)
#1A3820
(26,56,32)
#142716
(20,39,22)
#0E160C
(14,22,12)
#000000
(0,0,0)

Tints of #4AC070

#4AC070
(74,192,112)
#5AC57D
(90,197,125)
#6ACA8A
(106,202,138)
#7ACF97
(122,207,151)
#8AD4A4
(138,212,164)
#9AD9B1
(154,217,177)
#AADEBE
(170,222,190)
#BAE3CB
(186,227,203)
#CAE8D8
(202,232,216)
#DAEDE5
(218,237,229)
#EAF2F2
(234,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4AC070; }

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

This text font color is #4AC070.

Background Color

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

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

This div background color is #4AC070.

Border color

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

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

This div border color is #4AC070.

Opacity

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

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

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

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

This text has shadow with #4AC070 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4AC070.

Preview

Color preview on black background

This text has color #4AC070 on black background.


Color preview on white background

This text has color #4AC070 on white background.


Black color preview on #4AC070 background

This text has black color on #4AC070 background.


White color preview on #4AC070 background

This text has white color on #4AC070 background.


Related colors

Complementary color

Complementary color for #hex is #B53F8F.


I love getcolorcode.com

Triadic colors

1 #704AC0 and #C0704A with #4AC070 are triadic colors.

2 #70C04A and #C04A70 with #4AC070 are triadic colors.