color codes Logo

#06a80c color codes

#06A80C
(6,168,12)
0 Favorites   0 Comments

Color spaces of #06a80c

RGB 616812
HSL0.340.930.34
HSV122°96°66°
CMYK 0.960.000.93   0.34
XYZ14.144128.07055.0205
Yxy28.07050.29940.5943
Hunter Lab52.9816-45.065031.4688
CIE-Lab59.9524-62.419759.2348

#06a80c color RGB value is (6,168,12).

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

The process color (four color CMYK) of #06a80c color code is 0.96, 0.00, 0.93, 0.34. Web safe color of #06a80c is #009900. Color #06a80c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 10101000 00001100
Octal 6 250 14
Decimal 6 168 12
Hex 6 A8 C

RGB Percentages of Color #06a80c

%3.23
%90.32
%6.45

CMYK Percentages of Color #06a80c

%96
%0
%93
%34

Triadic Colors of #06a80c

#06a80c #0c06a8 #a80c06

Analogous Colors of #06a80c

#06a80c #06a85d #51a806

Monochromatic Colors of #06a80c

#06a80c

Complementary Color

#06a80c #a806a2

#06a80c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06a80c Color Preview on White Background

Lorem ipsum dolor sit amet.

#06a80c Color CSS Codes

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

#06a80c Text Font Color

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

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


#06a80c Background Color

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

This div background color is #06a80c


#06a80c Border Color

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

This div border color is #06a80c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06a80c


Comments

No comments written yet.

Please login to write comment.