Color Hex Logo

#51a00f Color Hex

#51A00F
(81,160,15)
0 Favorites   0 Comments

Color spaces of #51a00f

RGB 8116015
HSL0.260.830.34
HSV93°91°63°
CMYK 0.490.000.91   0.37
XYZ16.050426.92544.8031
Yxy26.92540.33590.5635
Hunter Lab51.8897-35.593730.8347
CIE-Lab58.9052-46.500558.4798

#51a00f color RGB value is (81,160,15).

#51a00f hex color red value is 81, green value is 160 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #51a00f hue: 0.26 , saturation: 0.83 and the lightness value of 51a00f is 0.34.

The process color (four color CMYK) of #51a00f color hex is 0.49, 0.00, 0.91, 0.37. Web safe color of #51a00f is #669900. Color #51a00f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 10100000 00001111
Octal 121 240 17
Decimal 81 160 15
Hex 51 A0 F

RGB Percentages of Color #51a00f

%31.64
%62.50
%5.86

CMYK Percentages of Color #51a00f

%49
%0
%91
%37

Triadic Colors of #51a00f

#51a00f #0f51a0 #a00f51

Analogous Colors of #51a00f

#51a00f #0fa015 #9aa00f

Monochromatic Colors of #51a00f

#51a00f

Complementary Color

#51a00f #5e0fa0

#51a00f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51a00f Color Preview on White Background

Lorem ipsum dolor sit amet.

#51a00f Color CSS Codes

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

#51a00f Text Font Color

<p style="color:#51a00f">Text here</p>

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


#51a00f Background Color

<div style="background-color:#51a00f">
Div content here</div>

This div background color is #51a00f


#51a00f Border Color

<div style="border:3px solid #51a00f">
Div here</div>

This div border color is #51a00f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(81,160,15, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #51a00f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #51a00f;
  -webkit-box-shadow: 1px 1px 3px 2px #51a00f;
  box-shadow:         1px 1px 3px 2px #51a00f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51a00f


Comments

No comments written yet.

Please login to write comment.