Color Hex Logo

#6aa010 Color Hex

#6AA010
(106,160,16)
0 Favorites   0 Comments

Color spaces of #6aa010

RGB 10616016
HSL0.230.820.35
HSV83°90°63°
CMYK 0.340.000.90   0.37
XYZ18.608228.24324.9609
Yxy28.24320.35910.5451
Hunter Lab53.1443-30.501831.6664
CIE-Lab60.1078-37.720959.7877

#6aa010 color RGB value is (106,160,16).

#6aa010 hex color red value is 106, green value is 160 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #6aa010 hue: 0.23 , saturation: 0.82 and the lightness value of 6aa010 is 0.35.

The process color (four color CMYK) of #6aa010 color hex is 0.34, 0.00, 0.90, 0.37. Web safe color of #6aa010 is #669900. Color #6aa010 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 10100000 00010000
Octal 152 240 20
Decimal 106 160 16
Hex 6A A0 10

RGB Percentages of Color #6aa010

%37.59
%56.74
%5.67

CMYK Percentages of Color #6aa010

%34
%0
%90
%37

Triadic Colors of #6aa010

#6aa010 #106aa0 #a0106a

Analogous Colors of #6aa010

#6aa010 #22a010 #a08e10

Monochromatic Colors of #6aa010

#6aa010

Complementary Color

#6aa010 #4610a0

#6aa010 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6aa010 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6aa010 Color CSS Codes

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

#6aa010 Text Font Color

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

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


#6aa010 Background Color

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

This div background color is #6aa010


#6aa010 Border Color

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

This div border color is #6aa010


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6aa010


Comments

No comments written yet.

Please login to write comment.