Color Hex Logo

#4aab1a Color Hex

#4AAB1A
(74,171,26)
0 Favorites   0 Comments

Color spaces of #4aab1a

RGB 7417126
HSL0.280.740.39
HSV100°85°67°
CMYK 0.570.000.85   0.33
XYZ17.573430.65625.9683
Yxy30.65620.32420.5656
Hunter Lab55.3680-40.239532.3666
CIE-Lab62.2163-52.294058.8826

#4aab1a color RGB value is (74,171,26).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 10101011 00011010
Octal 112 253 32
Decimal 74 171 26
Hex 4A AB 1A

RGB Percentages of Color #4aab1a

%27.31
%63.10
%9.59

CMYK Percentages of Color #4aab1a

%57
%0
%85
%33

Triadic Colors of #4aab1a

#4aab1a #1a4aab #ab1a4a

Analogous Colors of #4aab1a

#4aab1a #1aab32 #93ab1a

Monochromatic Colors of #4aab1a

#4aab1a

Complementary Color

#4aab1a #7b1aab

#4aab1a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4aab1a Color Preview on White Background

Lorem ipsum dolor sit amet.

#4aab1a Color CSS Codes

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

#4aab1a Text Font Color

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

This sample text font color is #4aab1a
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.


#4aab1a Background Color

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

This div background color is #4aab1a


#4aab1a Border Color

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

This div border color is #4aab1a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4aab1a


Comments

No comments written yet.

Please login to write comment.