color codes Logo

#4aa02d color codes

#4AA02D
(74,160,45)
0 Favorites   0 Comments

Color spaces of #4aa02d

RGB 7416045
HSL0.290.560.40
HSV105°72°63°
CMYK 0.540.000.72   0.37
XYZ15.868526.78696.8167
Yxy26.78690.32080.5415
Hunter Lab51.7561-35.844728.4203
CIE-Lab58.7766-46.994049.5103

#4aa02d color RGB value is (74,160,45).

#4aa02d hex color red value is 74, green value is 160 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #4aa02d hue: 0.29 , saturation: 0.56 and the lightness value of 4aa02d is 0.40.

The process color (four color CMYK) of #4aa02d color code is 0.54, 0.00, 0.72, 0.37. Web safe color of #4aa02d is #339933. Color #4aa02d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 10100000 00101101
Octal 112 240 55
Decimal 74 160 45
Hex 4A A0 2D

RGB Percentages of Color #4aa02d

%26.52
%57.35
%16.13

CMYK Percentages of Color #4aa02d

%54
%0
%72
%37

Triadic Colors of #4aa02d

#4aa02d #2d4aa0 #a02d4a

Analogous Colors of #4aa02d

#4aa02d #2da049 #84a02d

Monochromatic Colors of #4aa02d

#4aa02d

Complementary Color

#4aa02d #832da0

#4aa02d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4aa02d Color Preview on White Background

Lorem ipsum dolor sit amet.

#4aa02d Color CSS Codes

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

#4aa02d Text Font Color

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

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


#4aa02d Background Color

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

This div background color is #4aa02d


#4aa02d Border Color

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

This div border color is #4aa02d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4aa02d


Comments

No comments written yet.

Please login to write comment.