COLOR #4AA06E

HEX: #4AA06E RGB: (74,160,110)

Color info

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

RGB color model

#4AA06E color RGB value is (74,160,110).

RGB: (74,160,110) (29%, 63%, 43%)

RGB channels and saturation

R 74 of 255 = 29%
G 160 of 255 = 63%
B 110 of 255 = 43%

74
160
110

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

Portions of RGB colors in percentages

R + G + B = 74 + 160 + 110 = 344 (100%)
R 74 of 344 ~ 21.51%
G 160 of 344 ~ 46.51%
B 110 of 344 ~ 31.98'%

%21.51
%46.51
%31.98

CMYK color model

#4AA06E color CMYK value is (54,0,31,37).

  • cyan value is 53.75%
  • magenta value is 0.00%
  • yellow value is 31.25%
  • key color value is 37.25%

CMYK: (54,0,31,37)
C54M0Y31K37 (54%, 0%, 31%, 37%)
(0.54 / 0.00 / 0.31 / 0.37)

CMYK percentages

%53.75
%0
%31.25
%37.25

Codes

Color #4AA06E in popluar color models

4A A0 6E
RGB 74 160 110
HSL 145° 36.75% 45.88%
HSB/HSV 145° 53.75% 62.75%
CMYK 53.75% 0.00% 31.25%
37.25%

Color #4AA06E in popluar number systems.

HEX 4A A0 6E
Decimal 74 160 110
Binary 1001010 10100000 1101110
Octal 112 240 156

Shades and tints

Shades of #4AA06E

#4AA06E
(74,160,110)
#449264
(68,146,100)
#3E845A
(62,132,90)
#387650
(56,118,80)
#326846
(50,104,70)
#2C5A3C
(44,90,60)
#264C32
(38,76,50)
#203E28
(32,62,40)
#1A301E
(26,48,30)
#142214
(20,34,20)
#0E140A
(14,20,10)
#000000
(0,0,0)

Tints of #4AA06E

#4AA06E
(74,160,110)
#5AA87B
(90,168,123)
#6AB088
(106,176,136)
#7AB895
(122,184,149)
#8AC0A2
(138,192,162)
#9AC8AF
(154,200,175)
#AAD0BC
(170,208,188)
#BAD8C9
(186,216,201)
#CAE0D6
(202,224,214)
#DAE8E3
(218,232,227)
#EAF0F0
(234,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4AA06E color. Also use rgb(74,160,110) instead hex code.

Text Font Color

.myTextColor { color: #4AA06E; }

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

This text font color is #4AA06E.

Background Color

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

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

This div background color is #4AA06E.

Border color

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

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

This div border color is #4AA06E.

Opacity

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

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

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

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

This text has shadow with #4AA06E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4AA06E.

Preview

Color preview on black background

This text has color #4AA06E on black background.


Color preview on white background

This text has color #4AA06E on white background.


Black color preview on #4AA06E background

This text has black color on #4AA06E background.


White color preview on #4AA06E background

This text has white color on #4AA06E background.


Related colors

Complementary color

Complementary color for #hex is #B55F91.


I love getcolorcode.com

Triadic colors

1 #6E4AA0 and #A06E4A with #4AA06E are triadic colors.

2 #6EA04A and #A04A6E with #4AA06E are triadic colors.