Color Hex Logo

#6aa42d Color Hex

#6AA42D
(106,164,45)
0 Favorites   0 Comments

Color spaces of #6aa42d

RGB 10616445
HSL0.250.570.41
HSV89°73°64°
CMYK 0.350.000.73   0.36
XYZ19.693029.80467.1975
Yxy29.80460.34730.5257
Hunter Lab54.5936-31.150330.3988
CIE-Lab61.4853-38.122652.7284

#6aa42d color RGB value is (106,164,45).

#6aa42d hex color red value is 106, green value is 164 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #6aa42d hue: 0.25 , saturation: 0.57 and the lightness value of 6aa42d is 0.41.

The process color (four color CMYK) of #6aa42d color hex is 0.35, 0.00, 0.73, 0.36. Web safe color of #6aa42d is #669933. Color #6aa42d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 10100100 00101101
Octal 152 244 55
Decimal 106 164 45
Hex 6A A4 2D

RGB Percentages of Color #6aa42d

%33.65
%52.06
%14.29

CMYK Percentages of Color #6aa42d

%35
%0
%73
%36

Triadic Colors of #6aa42d

#6aa42d #2d6aa4 #a42d6a

Analogous Colors of #6aa42d

#6aa42d #2ea42d #a4a32d

Monochromatic Colors of #6aa42d

#6aa42d

Complementary Color

#6aa42d #672da4

#6aa42d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6aa42d Color Preview on White Background

Lorem ipsum dolor sit amet.

#6aa42d Color CSS Codes

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

#6aa42d Text Font Color

<p style="color:#6aa42d">Text here</p>

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


#6aa42d Background Color

<div style="background-color:#6aa42d">
Div content here</div>

This div background color is #6aa42d


#6aa42d Border Color

<div style="border:3px solid #6aa42d">
Div here</div>

This div border color is #6aa42d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(106,164,45, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6aa42d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6aa42d;
  -webkit-box-shadow: 1px 1px 3px 2px #6aa42d;
  box-shadow:         1px 1px 3px 2px #6aa42d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(106,164,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 #6aa42d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6aa42d


Comments

No comments written yet.

Please login to write comment.