COLOR #4AA65E

HEX: #4AA65E RGB: (74,166,94)

Color info

#4AA65E contains mainly green color. Web safe color of #4AA65E is #339966 (or #396).

RGB color model

#4AA65E color RGB value is (74,166,94).

RGB: (74,166,94) (29%, 65%, 37%)

RGB channels and saturation

R 74 of 255 = 29%
G 166 of 255 = 65%
B 94 of 255 = 37%

74
166
94

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

Portions of RGB colors in percentages

R + G + B = 74 + 166 + 94 = 334 (100%)
R 74 of 334 ~ 22.16%
G 166 of 334 ~ 49.7%
B 94 of 334 ~ 28.14'%

%22.16
%49.7
%28.14

CMYK color model

#4AA65E color CMYK value is (55,0,43,35).

  • cyan value is 55.42%
  • magenta value is 0.00%
  • yellow value is 43.37%
  • key color value is 34.90%

CMYK: (55,0,43,35)
C55M0Y43K35 (55%, 0%, 43%, 35%)
(0.55 / 0.00 / 0.43 / 0.35)

CMYK percentages

%55.42
%0
%43.37
%34.9

Codes

Color #4AA65E in popluar color models

4A A6 5E
RGB 74 166 94
HSL 133° 38.33% 47.06%
HSB/HSV 133° 55.42% 65.10%
CMYK 55.42% 0.00% 43.37%
34.90%

Color #4AA65E in popluar number systems.

HEX 4A A6 5E
Decimal 74 166 94
Binary 1001010 10100110 1011110
Octal 112 246 136

Shades and tints

Shades of #4AA65E

#4AA65E
(74,166,94)
#449756
(68,151,86)
#3E884E
(62,136,78)
#387946
(56,121,70)
#326A3E
(50,106,62)
#2C5B36
(44,91,54)
#264C2E
(38,76,46)
#203D26
(32,61,38)
#1A2E1E
(26,46,30)
#141F16
(20,31,22)
#0E100E
(14,16,14)
#000000
(0,0,0)

Tints of #4AA65E

#4AA65E
(74,166,94)
#5AAE6C
(90,174,108)
#6AB67A
(106,182,122)
#7ABE88
(122,190,136)
#8AC696
(138,198,150)
#9ACEA4
(154,206,164)
#AAD6B2
(170,214,178)
#BADEC0
(186,222,192)
#CAE6CE
(202,230,206)
#DAEEDC
(218,238,220)
#EAF6EA
(234,246,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4AA65E color. Also use rgb(74,166,94) instead hex code.

Text Font Color

.myTextColor { color: #4AA65E; }

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

This text font color is #4AA65E.

Background Color

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

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

This div background color is #4AA65E.

Border color

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

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

This div border color is #4AA65E.

Opacity

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

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

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

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

This text has shadow with #4AA65E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4AA65E.

Preview

Color preview on black background

This text has color #4AA65E on black background.


Color preview on white background

This text has color #4AA65E on white background.


Black color preview on #4AA65E background

This text has black color on #4AA65E background.


White color preview on #4AA65E background

This text has white color on #4AA65E background.


Related colors

Complementary color

Complementary color for #hex is #B559A1.


I love getcolorcode.com

Triadic colors

1 #5E4AA6 and #A65E4A with #4AA65E are triadic colors.

2 #5EA64A and #A64A5E with #4AA65E are triadic colors.