Color Hex Logo

#6aa50a Color Hex

#6AA50A
(106,165,10)
0 Favorites   0 Comments

Color spaces of #6aa50a

RGB 10616510
HSL0.230.890.34
HSV83°94°65°
CMYK 0.360.000.94   0.35
XYZ19.453829.99645.0517
Yxy29.99640.35690.5504
Hunter Lab54.7690-32.442932.8696
CIE-Lab61.6511-40.040362.0154

#6aa50a color RGB value is (106,165,10).

#6aa50a hex color red value is 106, green value is 165 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #6aa50a hue: 0.23 , saturation: 0.89 and the lightness value of 6aa50a is 0.34.

The process color (four color CMYK) of #6aa50a color hex is 0.36, 0.00, 0.94, 0.35. Web safe color of #6aa50a is #669900. Color #6aa50a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 10100101 00001010
Octal 152 245 12
Decimal 106 165 10
Hex 6A A5 A

RGB Percentages of Color #6aa50a

%37.72
%58.72
%3.56

CMYK Percentages of Color #6aa50a

%36
%0
%94
%35

Triadic Colors of #6aa50a

#6aa50a #0a6aa5 #a50a6a

Analogous Colors of #6aa50a

#6aa50a #1da50a #a5930a

Monochromatic Colors of #6aa50a

#6aa50a

Complementary Color

#6aa50a #450aa5

#6aa50a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6aa50a Color Preview on White Background

Lorem ipsum dolor sit amet.

#6aa50a Color CSS Codes

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

#6aa50a Text Font Color

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

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


#6aa50a Background Color

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

This div background color is #6aa50a


#6aa50a Border Color

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

This div border color is #6aa50a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(106,165,10, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6aa50a


Comments

No comments written yet.

Please login to write comment.