COLOR #4AA16B

HEX: #4AA16B RGB: (74,161,107)

Color info

#4AA16B contains mainly green and blue colors. Web safe color of #4AA16B is #339966 (or #396).

RGB color model

#4AA16B color RGB value is (74,161,107).

RGB: (74,161,107) (29%, 63%, 42%)

RGB channels and saturation

R 74 of 255 = 29%
G 161 of 255 = 63%
B 107 of 255 = 42%

74
161
107

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

Portions of RGB colors in percentages

R + G + B = 74 + 161 + 107 = 342 (100%)
R 74 of 342 ~ 21.64%
G 161 of 342 ~ 47.08%
B 107 of 342 ~ 31.29'%

%21.64
%47.08
%31.29

CMYK color model

#4AA16B color CMYK value is (54,0,34,37).

  • cyan value is 54.04%
  • magenta value is 0.00%
  • yellow value is 33.54%
  • key color value is 36.86%

CMYK: (54,0,34,37)
C54M0Y34K37 (54%, 0%, 34%, 37%)
(0.54 / 0.00 / 0.34 / 0.37)

CMYK percentages

%54.04
%0
%33.54
%36.86

Codes

Color #4AA16B in popluar color models

4A A1 6B
RGB 74 161 107
HSL 143° 37.02% 46.08%
HSB/HSV 143° 54.04% 63.14%
CMYK 54.04% 0.00% 33.54%
36.86%

Color #4AA16B in popluar number systems.

HEX 4A A1 6B
Decimal 74 161 107
Binary 1001010 10100001 1101011
Octal 112 241 153

Shades and tints

Shades of #4AA16B

#4AA16B
(74,161,107)
#449362
(68,147,98)
#3E8559
(62,133,89)
#387750
(56,119,80)
#326947
(50,105,71)
#2C5B3E
(44,91,62)
#264D35
(38,77,53)
#203F2C
(32,63,44)
#1A3123
(26,49,35)
#14231A
(20,35,26)
#0E1511
(14,21,17)
#000000
(0,0,0)

Tints of #4AA16B

#4AA16B
(74,161,107)
#5AA978
(90,169,120)
#6AB185
(106,177,133)
#7AB992
(122,185,146)
#8AC19F
(138,193,159)
#9AC9AC
(154,201,172)
#AAD1B9
(170,209,185)
#BAD9C6
(186,217,198)
#CAE1D3
(202,225,211)
#DAE9E0
(218,233,224)
#EAF1ED
(234,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4AA16B color. Also use rgb(74,161,107) instead hex code.

Text Font Color

.myTextColor { color: #4AA16B; }

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

This text font color is #4AA16B.

Background Color

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

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

This div background color is #4AA16B.

Border color

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

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

This div border color is #4AA16B.

Opacity

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

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

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

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

This text has shadow with #4AA16B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4AA16B.

Preview

Color preview on black background

This text has color #4AA16B on black background.


Color preview on white background

This text has color #4AA16B on white background.


Black color preview on #4AA16B background

This text has black color on #4AA16B background.


White color preview on #4AA16B background

This text has white color on #4AA16B background.


Related colors

Complementary color

Complementary color for #hex is #B55E94.


I love getcolorcode.com

Triadic colors

1 #6B4AA1 and #A16B4A with #4AA16B are triadic colors.

2 #6BA14A and #A14A6B with #4AA16B are triadic colors.