COLOR #4AB76A

HEX: #4AB76A RGB: (74,183,106)

Color info

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

RGB color model

#4AB76A color RGB value is (74,183,106).

RGB: (74,183,106) (29%, 72%, 42%)

RGB channels and saturation

R 74 of 255 = 29%
G 183 of 255 = 72%
B 106 of 255 = 42%

74
183
106

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

Portions of RGB colors in percentages

R + G + B = 74 + 183 + 106 = 363 (100%)
R 74 of 363 ~ 20.39%
G 183 of 363 ~ 50.41%
B 106 of 363 ~ 29.2'%

%20.39
%50.41
%29.2

CMYK color model

#4AB76A color CMYK value is (60,0,42,28).

  • cyan value is 59.56%
  • magenta value is 0.00%
  • yellow value is 42.08%
  • key color value is 28.24%

CMYK: (60,0,42,28)
C60M0Y42K28 (60%, 0%, 42%, 28%)
(0.60 / 0.00 / 0.42 / 0.28)

CMYK percentages

%59.56
%0
%42.08
%28.24

Codes

Color #4AB76A in popluar color models

4A B7 6A
RGB 74 183 106
HSL 138° 43.08% 50.39%
HSB/HSV 138° 59.56% 71.76%
CMYK 59.56% 0.00% 42.08%
28.24%

Color #4AB76A in popluar number systems.

HEX 4A B7 6A
Decimal 74 183 106
Binary 1001010 10110111 1101010
Octal 112 267 152

Shades and tints

Shades of #4AB76A

#4AB76A
(74,183,106)
#44A761
(68,167,97)
#3E9758
(62,151,88)
#38874F
(56,135,79)
#327746
(50,119,70)
#2C673D
(44,103,61)
#265734
(38,87,52)
#20472B
(32,71,43)
#1A3722
(26,55,34)
#142719
(20,39,25)
#0E1710
(14,23,16)
#000000
(0,0,0)

Tints of #4AB76A

#4AB76A
(74,183,106)
#5ABD77
(90,189,119)
#6AC384
(106,195,132)
#7AC991
(122,201,145)
#8ACF9E
(138,207,158)
#9AD5AB
(154,213,171)
#AADBB8
(170,219,184)
#BAE1C5
(186,225,197)
#CAE7D2
(202,231,210)
#DAEDDF
(218,237,223)
#EAF3EC
(234,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4AB76A color. Also use rgb(74,183,106) instead hex code.

Text Font Color

.myTextColor { color: #4AB76A; }

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

This text font color is #4AB76A.

Background Color

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

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

This div background color is #4AB76A.

Border color

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

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

This div border color is #4AB76A.

Opacity

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

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

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

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

This text has shadow with #4AB76A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4AB76A.

Preview

Color preview on black background

This text has color #4AB76A on black background.


Color preview on white background

This text has color #4AB76A on white background.


Black color preview on #4AB76A background

This text has black color on #4AB76A background.


White color preview on #4AB76A background

This text has white color on #4AB76A background.


Related colors

Complementary color

Complementary color for #hex is #B54895.


I love getcolorcode.com

Triadic colors

1 #6A4AB7 and #B76A4A with #4AB76A are triadic colors.

2 #6AB74A and #B74A6A with #4AB76A are triadic colors.