Color Hex Logo

#4aab20 Color Hex

#4AAB20
(74,171,32)
0 Favorites   0 Comments

Color spaces of #4aab20

RGB 7417132
HSL0.280.680.40
HSV102°81°67°
CMYK 0.570.000.81   0.33
XYZ17.647730.68606.3594
Yxy30.68600.32270.5611
Hunter Lab55.3949-40.074731.9699
CIE-Lab62.2417-52.002357.3018

#4aab20 color RGB value is (74,171,32).

#4aab20 hex color red value is 74, green value is 171 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #4aab20 hue: 0.28 , saturation: 0.68 and the lightness value of 4aab20 is 0.40.

The process color (four color CMYK) of #4aab20 color hex is 0.57, 0.00, 0.81, 0.33. Web safe color of #4aab20 is #339933. Color #4aab20 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 10101011 00100000
Octal 112 253 40
Decimal 74 171 32
Hex 4A AB 20

RGB Percentages of Color #4aab20

%26.71
%61.73
%11.55

CMYK Percentages of Color #4aab20

%57
%0
%81
%33

Triadic Colors of #4aab20

#4aab20 #204aab #ab204a

Analogous Colors of #4aab20

#4aab20 #20ab3c #90ab20

Monochromatic Colors of #4aab20

#4aab20

Complementary Color

#4aab20 #8120ab

#4aab20 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4aab20 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4aab20 Color CSS Codes

.mybgcolor {background-color:#4aab20; } 
.myforecolor {color:#4aab20; }
.mybordercolor {border:3px solid #4aab20; }

#4aab20 Text Font Color

<p style="color:#4aab20">Text here</p>

This sample text font color is #4aab20
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#4aab20 Background Color

<div style="background-color:#4aab20">
Div content here</div>

This div background color is #4aab20


#4aab20 Border Color

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

This div border color is #4aab20


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(74,171,32, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4aab20; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4aab20;
  -webkit-box-shadow: 1px 1px 3px 2px #4aab20;
  box-shadow:         1px 1px 3px 2px #4aab20; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(74,171,32, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #4aab20">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #4aab20;
  -webkit-box-shadow: 1px 1px 3px 2px #4aab20;
  box-shadow:         1px 1px 3px 2px #4aab20;">
Div content here</div>

This div box has shadow with color #4aab20


Comments

No comments written yet.

Please login to write comment.