Color Hex Logo

#06a610 Color Hex

#06A610
(6,166,16)
0 Favorites   0 Comments

Color spaces of #06a610

RGB 616616
HSL0.340.930.34
HSV124°96°65°
CMYK 0.960.000.90   0.35
XYZ13.804827.34865.0414
Yxy27.34860.29880.5920
Hunter Lab52.2959-44.398330.8915
CIE-Lab59.2956-61.724758.0031

#06a610 color RGB value is (6,166,16).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 10100110 00010000
Octal 6 246 20
Decimal 6 166 16
Hex 6 A6 10

RGB Percentages of Color #06a610

%3.19
%88.30
%8.51

CMYK Percentages of Color #06a610

%96
%0
%90
%35

Triadic Colors of #06a610

#06a610 #1006a6 #a61006

Analogous Colors of #06a610

#06a610 #06a660 #4ca606

Monochromatic Colors of #06a610

#06a610

Complementary Color

#06a610 #a6069c

#06a610 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06a610 Color Preview on White Background

Lorem ipsum dolor sit amet.

#06a610 Color CSS Codes

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

#06a610 Text Font Color

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

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


#06a610 Background Color

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

This div background color is #06a610


#06a610 Border Color

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

This div border color is #06a610


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06a610


Comments

No comments written yet.

Please login to write comment.