COLOR #4AB98D

HEX: #4AB98D RGB: (74,185,141)

Color info

#4AB98D contains mainly green and blue colors. Web safe color of #4AB98D is #33CC99 (or #3C9).

RGB color model

#4AB98D color RGB value is (74,185,141).

RGB: (74,185,141) (29%, 73%, 55%)

RGB channels and saturation

R 74 of 255 = 29%
G 185 of 255 = 73%
B 141 of 255 = 55%

74
185
141

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

Portions of RGB colors in percentages

R + G + B = 74 + 185 + 141 = 400 (100%)
R 74 of 400 ~ 18.5%
G 185 of 400 ~ 46.25%
B 141 of 400 ~ 35.25'%

%18.5
%46.25
%35.25

CMYK color model

#4AB98D color CMYK value is (60,0,24,27).

  • cyan value is 60.00%
  • magenta value is 0.00%
  • yellow value is 23.78%
  • key color value is 27.45%

CMYK: (60,0,24,27)
C60M0Y24K27 (60%, 0%, 24%, 27%)
(0.60 / 0.00 / 0.24 / 0.27)

CMYK percentages

%60
%0
%23.78
%27.45

Codes

Color #4AB98D in popluar color models

4A B9 8D
RGB 74 185 141
HSL 156° 44.22% 50.78%
HSB/HSV 156° 60.00% 72.55%
CMYK 60.00% 0.00% 23.78%
27.45%

Color #4AB98D in popluar number systems.

HEX 4A B9 8D
Decimal 74 185 141
Binary 1001010 10111001 10001101
Octal 112 271 215

Shades and tints

Shades of #4AB98D

#4AB98D
(74,185,141)
#44A981
(68,169,129)
#3E9975
(62,153,117)
#388969
(56,137,105)
#32795D
(50,121,93)
#2C6951
(44,105,81)
#265945
(38,89,69)
#204939
(32,73,57)
#1A392D
(26,57,45)
#142921
(20,41,33)
#0E1915
(14,25,21)
#000000
(0,0,0)

Tints of #4AB98D

#4AB98D
(74,185,141)
#5ABF97
(90,191,151)
#6AC5A1
(106,197,161)
#7ACBAB
(122,203,171)
#8AD1B5
(138,209,181)
#9AD7BF
(154,215,191)
#AADDC9
(170,221,201)
#BAE3D3
(186,227,211)
#CAE9DD
(202,233,221)
#DAEFE7
(218,239,231)
#EAF5F1
(234,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4AB98D color. Also use rgb(74,185,141) instead hex code.

Text Font Color

.myTextColor { color: #4AB98D; }

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

This text font color is #4AB98D.

Background Color

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

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

This div background color is #4AB98D.

Border color

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

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

This div border color is #4AB98D.

Opacity

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

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

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

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

This text has shadow with #4AB98D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4AB98D.

Preview

Color preview on black background

This text has color #4AB98D on black background.


Color preview on white background

This text has color #4AB98D on white background.


Black color preview on #4AB98D background

This text has black color on #4AB98D background.


White color preview on #4AB98D background

This text has white color on #4AB98D background.


Related colors

Complementary color

Complementary color for #hex is #B54672.


I love getcolorcode.com

Triadic colors

1 #8D4AB9 and #B98D4A with #4AB98D are triadic colors.

2 #8DB94A and #B94A8D with #4AB98D are triadic colors.