Color Hex Logo

#06a50f Color Hex

#06A50F
(6,165,15)
0 Favorites   0 Comments

Color spaces of #06a50f

RGB 616515
HSL0.340.930.34
HSV123°96°65°
CMYK 0.960.000.91   0.35
XYZ13.616526.98354.9426
Yxy26.98350.29900.5925
Hunter Lab51.9456-44.114730.7205
CIE-Lab58.9591-61.474557.8950

#06a50f color RGB value is (6,165,15).

#06a50f hex color red value is 6, green value is 165 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #06a50f hue: 0.34 , saturation: 0.93 and the lightness value of 06a50f is 0.34.

The process color (four color CMYK) of #06a50f color hex is 0.96, 0.00, 0.91, 0.35. Web safe color of #06a50f is #009900. Color #06a50f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 10100101 00001111
Octal 6 245 17
Decimal 6 165 15
Hex 6 A5 F

RGB Percentages of Color #06a50f

%3.23
%88.71
%8.06

CMYK Percentages of Color #06a50f

%96
%0
%91
%35

Triadic Colors of #06a50f

#06a50f #0f06a5 #a50f06

Analogous Colors of #06a50f

#06a50f #06a55f #4ca506

Monochromatic Colors of #06a50f

#06a50f

Complementary Color

#06a50f #a5069c

#06a50f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06a50f Color Preview on White Background

Lorem ipsum dolor sit amet.

#06a50f Color CSS Codes

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

#06a50f Text Font Color

<p style="color:#06a50f">Text here</p>

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


#06a50f Background Color

<div style="background-color:#06a50f">
Div content here</div>

This div background color is #06a50f


#06a50f Border Color

<div style="border:3px solid #06a50f">
Div here</div>

This div border color is #06a50f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06a50f


Comments

No comments written yet.

Please login to write comment.