COLOR #4AB14A

HEX: #4AB14A
RGB: (74,177,74)

Color info

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

RGB color model

#4AB14A color RGB value is (74,177,74).

  • red value is 74;
  • green value is 177;
  • blue value is 74.
RGB:
(74,177,74)
(29%,69%,29%)

RGB channels and saturation

R 74 of 255 = 29%
G 177 of 255 = 69%
B 74 of 255 = 29%

74
177
74

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

Portions of RGB colors in percentages

R + G + B =
74 + 177 + 74 = 325 (100%)
R 74 of 325 ~ 22.77%
G 177 of 325 ~ 54.46%
B 74 of 325 ~ 22.77%

%22.77
%54.46
%22.77

CMYK color model

#4AB14A color CMYK value is (58,0,58,31).

  • cyan value is 58.19%
  • magenta value is 0.00%
  • yellow value is 58.19%
  • key color value is 30.59%
CMYK:
(58,0,58,31)
C58M0Y58K31 
(58%,0%,58%,31%)
(0.58/0.00/0.58/0.31)	

CMYK percentages

%58.19
%0
%58.19
%30.59

Codes

Color #4AB14A in popluar color models

4AB14A
RGB7417774
HSL120°41.04%49.22%
HSB/HSV120°58.19%69.41%
CMYK58.19%0.00%58.19%
30.59%

Color #4AB14A in popluar number systems.

HEX4AB14A
Decimal7417774
Binary1001010101100011001010
Octal112261112

Shades and tints

Shades of #4AB14A

#4AB14A
(74,177,74)
#44A144
(68,161,68)
#3E913E
(62,145,62)
#388138
(56,129,56)
#327132
(50,113,50)
#2C612C
(44,97,44)
#265126
(38,81,38)
#204120
(32,65,32)
#1A311A
(26,49,26)
#142114
(20,33,20)
#0E110E
(14,17,14)
#000000
(0,0,0)

Tints of #4AB14A

#4AB14A
(74,177,74)
#5AB85A
(90,184,90)
#6ABF6A
(106,191,106)
#7AC67A
(122,198,122)
#8ACD8A
(138,205,138)
#9AD49A
(154,212,154)
#AADBAA
(170,219,170)
#BAE2BA
(186,226,186)
#CAE9CA
(202,233,202)
#DAF0DA
(218,240,218)
#EAF7EA
(234,247,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4AB14A; }

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

This text font color is #4AB14A.


Background Color

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

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

This div background color is #4AB14A.


Border color

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

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

This div border color is #4AB14A.


Opacity

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

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

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

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

This text has shadow with #4AB14A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4AB14A on black background.


Color preview on white background

This text has color #4AB14A on white background.



Black color preview on #4AB14A background

This text has black color on #4AB14A background.


White color preview on #4AB14A background

This text has white color on #4AB14A background.