COLOR #4AB622

HEX: #4AB622
RGB: (74,182,34)

Color info

#4AB622 contains mainly green color. Web safe color of #4AB622 is #33CC33 (or #3C3).

RGB color model

#4AB622 color RGB value is (74,182,34).

  • red value is 74;
  • green value is 182;
  • blue value is 34.
RGB:
(74,182,34)
(29%,71%,13%)

RGB channels and saturation

R 74 of 255 = 29%
G 182 of 255 = 71%
B 34 of 255 = 13%

74
182
34

R + G + B ~ 38%. #4AB622 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 182 + 34 = 290 (100%)
R 74 of 290 ~ 25.52%
G 182 of 290 ~ 62.76%
B 34 of 290 ~ 11.72%

%25.52
%62.76
%11.72

CMYK color model

#4AB622 color CMYK value is (59,0,81,29).

  • cyan value is 59.34%
  • magenta value is 0.00%
  • yellow value is 81.32%
  • key color value is 28.63%
CMYK:
(59,0,81,29)
C59M0Y81K29 
(59%,0%,81%,29%)
(0.59/0.00/0.81/0.29)	

CMYK percentages

%59.34
%0
%81.32
%28.63

Codes

Color #4AB622 in popluar color models

4AB622
RGB7418234
HSL104°68.52%42.35%
HSB/HSV104°81.32%71.37%
CMYK59.34%0.00%81.32%
28.63%

Color #4AB622 in popluar number systems.

HEX4AB622
Decimal7418234
Binary100101010110110100010
Octal11226642

Shades and tints

Shades of #4AB622

#4AB622
(74,182,34)
#44A61F
(68,166,31)
#3E961C
(62,150,28)
#388619
(56,134,25)
#327616
(50,118,22)
#2C6613
(44,102,19)
#265610
(38,86,16)
#20460D
(32,70,13)
#1A360A
(26,54,10)
#142607
(20,38,7)
#0E1604
(14,22,4)
#000000
(0,0,0)

Tints of #4AB622

#4AB622
(74,182,34)
#5ABC36
(90,188,54)
#6AC24A
(106,194,74)
#7AC85E
(122,200,94)
#8ACE72
(138,206,114)
#9AD486
(154,212,134)
#AADA9A
(170,218,154)
#BAE0AE
(186,224,174)
#CAE6C2
(202,230,194)
#DAECD6
(218,236,214)
#EAF2EA
(234,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4AB622; }

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

This text font color is #4AB622.


Background Color

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

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

This div background color is #4AB622.


Border color

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

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

This div border color is #4AB622.


Opacity

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

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

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

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

This text has shadow with #4AB622 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4AB622 on black background.


Color preview on white background

This text has color #4AB622 on white background.



Black color preview on #4AB622 background

This text has black color on #4AB622 background.


White color preview on #4AB622 background

This text has white color on #4AB622 background.