COLOR #4AB312

HEX: #4AB312
RGB: (74,179,18)

Color info

#4AB312 contains mainly green color. Web safe color of #4AB312 is #339900 (or #390).

RGB color model

#4AB312 color RGB value is (74,179,18).

  • red value is 74;
  • green value is 179;
  • blue value is 18.
RGB:
(74,179,18)
(29%,70%,7%)

RGB channels and saturation

R 74 of 255 = 29%
G 179 of 255 = 70%
B 18 of 255 = 7%

74
179
18

R + G + B ~ 35%. #4AB312 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 179 + 18 = 271 (100%)
R 74 of 271 ~ 27.31%
G 179 of 271 ~ 66.05%
B 18 of 271 ~ 6.64%

%27.31
%66.05

CMYK color model

#4AB312 color CMYK value is (59,0,90,30).

  • cyan value is 58.66%
  • magenta value is 0.00%
  • yellow value is 89.94%
  • key color value is 29.80%
CMYK:
(59,0,90,30)
C59M0Y90K30 
(59%,0%,90%,30%)
(0.59/0.00/0.90/0.30)	

CMYK percentages

%58.66
%0
%89.94
%29.8

Codes

Color #4AB312 in popluar color models

4AB312
RGB7417918
HSL99°81.73%38.63%
HSB/HSV99°89.94%70.20%
CMYK58.66%0.00%89.94%
29.80%

Color #4AB312 in popluar number systems.

HEX4AB312
Decimal7417918
Binary10010101011001110010
Octal11226322

Shades and tints

Shades of #4AB312

#4AB312
(74,179,18)
#44A311
(68,163,17)
#3E9310
(62,147,16)
#38830F
(56,131,15)
#32730E
(50,115,14)
#2C630D
(44,99,13)
#26530C
(38,83,12)
#20430B
(32,67,11)
#1A330A
(26,51,10)
#142309
(20,35,9)
#0E1308
(14,19,8)
#000000
(0,0,0)

Tints of #4AB312

#4AB312
(74,179,18)
#5AB927
(90,185,39)
#6ABF3C
(106,191,60)
#7AC551
(122,197,81)
#8ACB66
(138,203,102)
#9AD17B
(154,209,123)
#AAD790
(170,215,144)
#BADDA5
(186,221,165)
#CAE3BA
(202,227,186)
#DAE9CF
(218,233,207)
#EAEFE4
(234,239,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4AB312; }

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

This text font color is #4AB312.


Background Color

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

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

This div background color is #4AB312.


Border color

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

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

This div border color is #4AB312.


Opacity

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

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

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

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

This text has shadow with #4AB312 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4AB312 on black background.


Color preview on white background

This text has color #4AB312 on white background.



Black color preview on #4AB312 background

This text has black color on #4AB312 background.


White color preview on #4AB312 background

This text has white color on #4AB312 background.