COLOR #4AA93B

HEX: #4AA93B RGB: (74,169,59)

Color info

#4AA93B contains mainly green color. Web safe color of #4AA93B is #339933 (or #393).

RGB color model

#4AA93B color RGB value is (74,169,59).

RGB: (74,169,59) (29%, 66%, 23%)

RGB channels and saturation

R 74 of 255 = 29%
G 169 of 255 = 66%
B 59 of 255 = 23%

74
169
59

R + G + B ~ 39%. #4AA93B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 74 + 169 + 59 = 302 (100%)
R 74 of 302 ~ 24.5%
G 169 of 302 ~ 55.96%
B 59 of 302 ~ 19.54'%

%24.5
%55.96
%19.54

CMYK color model

#4AA93B color CMYK value is (56,0,65,34).

  • cyan value is 56.21%
  • magenta value is 0.00%
  • yellow value is 65.09%
  • key color value is 33.73%

CMYK: (56,0,65,34)
C56M0Y65K34 (56%, 0%, 65%, 34%)
(0.56 / 0.00 / 0.65 / 0.34)

CMYK percentages

%56.21
%0
%65.09
%33.73

Codes

Color #4AA93B in popluar color models

4A A9 3B
RGB 74 169 59
HSL 112° 48.25% 44.71%
HSB/HSV 112° 65.09% 66.27%
CMYK 56.21% 0.00% 65.09%
33.73%

Color #4AA93B in popluar number systems.

HEX 4A A9 3B
Decimal 74 169 59
Binary 1001010 10101001 111011
Octal 112 251 73

Shades and tints

Shades of #4AA93B

#4AA93B
(74,169,59)
#449A36
(68,154,54)
#3E8B31
(62,139,49)
#387C2C
(56,124,44)
#326D27
(50,109,39)
#2C5E22
(44,94,34)
#264F1D
(38,79,29)
#204018
(32,64,24)
#1A3113
(26,49,19)
#14220E
(20,34,14)
#0E1309
(14,19,9)
#000000
(0,0,0)

Tints of #4AA93B

#4AA93B
(74,169,59)
#5AB04C
(90,176,76)
#6AB75D
(106,183,93)
#7ABE6E
(122,190,110)
#8AC57F
(138,197,127)
#9ACC90
(154,204,144)
#AAD3A1
(170,211,161)
#BADAB2
(186,218,178)
#CAE1C3
(202,225,195)
#DAE8D4
(218,232,212)
#EAEFE5
(234,239,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4AA93B color. Also use rgb(74,169,59) instead hex code.

Text Font Color

.myTextColor { color: #4AA93B; }

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

This text font color is #4AA93B.

Background Color

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

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

This div background color is #4AA93B.

Border color

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

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

This div border color is #4AA93B.

Opacity

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

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

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

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

This text has shadow with #4AA93B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4AA93B.

Preview

Color preview on black background

This text has color #4AA93B on black background.


Color preview on white background

This text has color #4AA93B on white background.


Black color preview on #4AA93B background

This text has black color on #4AA93B background.


White color preview on #4AA93B background

This text has white color on #4AA93B background.


Related colors

Complementary color

Complementary color for #hex is #B556C4.


I love getcolorcode.com

Triadic colors

1 #3B4AA9 and #A93B4A with #4AA93B are triadic colors.

2 #3BA94A and #A94A3B with #4AA93B are triadic colors.