COLOR #4AB669

HEX: #4AB669 RGB: (74,182,105)

Color info

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

RGB color model

#4AB669 color RGB value is (74,182,105).

RGB: (74,182,105) (29%, 71%, 41%)

RGB channels and saturation

R 74 of 255 = 29%
G 182 of 255 = 71%
B 105 of 255 = 41%

74
182
105

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

Portions of RGB colors in percentages

R + G + B = 74 + 182 + 105 = 361 (100%)
R 74 of 361 ~ 20.5%
G 182 of 361 ~ 50.42%
B 105 of 361 ~ 29.09'%

%20.5
%50.42
%29.09

CMYK color model

#4AB669 color CMYK value is (59,0,42,29).

  • cyan value is 59.34%
  • magenta value is 0.00%
  • yellow value is 42.31%
  • key color value is 28.63%

CMYK: (59,0,42,29)
C59M0Y42K29 (59%, 0%, 42%, 29%)
(0.59 / 0.00 / 0.42 / 0.29)

CMYK percentages

%59.34
%0
%42.31
%28.63

Codes

Color #4AB669 in popluar color models

4A B6 69
RGB 74 182 105
HSL 137° 42.52% 50.20%
HSB/HSV 137° 59.34% 71.37%
CMYK 59.34% 0.00% 42.31%
28.63%

Color #4AB669 in popluar number systems.

HEX 4A B6 69
Decimal 74 182 105
Binary 1001010 10110110 1101001
Octal 112 266 151

Shades and tints

Shades of #4AB669

#4AB669
(74,182,105)
#44A660
(68,166,96)
#3E9657
(62,150,87)
#38864E
(56,134,78)
#327645
(50,118,69)
#2C663C
(44,102,60)
#265633
(38,86,51)
#20462A
(32,70,42)
#1A3621
(26,54,33)
#142618
(20,38,24)
#0E160F
(14,22,15)
#000000
(0,0,0)

Tints of #4AB669

#4AB669
(74,182,105)
#5ABC76
(90,188,118)
#6AC283
(106,194,131)
#7AC890
(122,200,144)
#8ACE9D
(138,206,157)
#9AD4AA
(154,212,170)
#AADAB7
(170,218,183)
#BAE0C4
(186,224,196)
#CAE6D1
(202,230,209)
#DAECDE
(218,236,222)
#EAF2EB
(234,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4AB669 color. Also use rgb(74,182,105) instead hex code.

Text Font Color

.myTextColor { color: #4AB669; }

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

This text font color is #4AB669.

Background Color

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

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

This div background color is #4AB669.

Border color

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

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

This div border color is #4AB669.

Opacity

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

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

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

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

This text has shadow with #4AB669 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4AB669.

Preview

Color preview on black background

This text has color #4AB669 on black background.


Color preview on white background

This text has color #4AB669 on white background.


Black color preview on #4AB669 background

This text has black color on #4AB669 background.


White color preview on #4AB669 background

This text has white color on #4AB669 background.


Related colors

Complementary color

Complementary color for #hex is #B54996.


I love getcolorcode.com

Triadic colors

1 #694AB6 and #B6694A with #4AB669 are triadic colors.

2 #69B64A and #B64A69 with #4AB669 are triadic colors.