Color Hex Logo

#06a126 Color Hex

#06A126
(6,161,38)
0 Favorites   0 Comments

Color spaces of #06a126

RGB 616138
HSL0.370.930.33
HSV132°96°63°
CMYK 0.960.000.76   0.37
XYZ13.169825.66846.0941
Yxy25.66840.29310.5713
Hunter Lab50.6640-42.262028.3331
CIE-Lab57.7209-59.030650.6018

#06a126 color RGB value is (6,161,38).

#06a126 hex color red value is 6, green value is 161 and the blue value of its RGB is 38. Cylindrical-coordinate representations (also known as HSL) of color #06a126 hue: 0.37 , saturation: 0.93 and the lightness value of 06a126 is 0.33.

The process color (four color CMYK) of #06a126 color hex is 0.96, 0.00, 0.76, 0.37. Web safe color of #06a126 is #009933. Color #06a126 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 10100001 00100110
Octal 6 241 46
Decimal 6 161 38
Hex 6 A1 26

RGB Percentages of Color #06a126

%2.93
%78.54
%18.54

CMYK Percentages of Color #06a126

%96
%0
%76
%37

Triadic Colors of #06a126

#06a126 #2606a1 #a12606

Analogous Colors of #06a126

#06a126 #06a174 #33a106

Monochromatic Colors of #06a126

#06a126

Complementary Color

#06a126 #a10681

#06a126 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06a126 Color Preview on White Background

Lorem ipsum dolor sit amet.

#06a126 Color CSS Codes

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

#06a126 Text Font Color

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

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


#06a126 Background Color

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

This div background color is #06a126


#06a126 Border Color

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

This div border color is #06a126


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(6,161,38, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06a126


Comments

No comments written yet.

Please login to write comment.