Color Hex Logo

#0a9912 Color Hex

#0A9912
(10,153,18)
0 Favorites   0 Comments

Color spaces of #0a9912

RGB 1015318
HSL0.340.880.32
HSV123°93°60°
CMYK 0.930.000.88   0.40
XYZ11.625622.89074.3779
Yxy22.89070.29890.5885
Hunter Lab47.8442-40.353928.0657
CIE-Lab54.9596-57.663753.8271

#0a9912 color RGB value is (10,153,18).

#0a9912 hex color red value is 10, green value is 153 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #0a9912 hue: 0.34 , saturation: 0.88 and the lightness value of 0a9912 is 0.32.

The process color (four color CMYK) of #0a9912 color hex is 0.93, 0.00, 0.88, 0.40. Web safe color of #0a9912 is #009900. Color #0a9912 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001010 10011001 00010010
Octal 12 231 22
Decimal 10 153 18
Hex A 99 12

RGB Percentages of Color #0a9912

%5.52
%84.53
%9.94

CMYK Percentages of Color #0a9912

%93
%0
%88
%40

Triadic Colors of #0a9912

#0a9912 #120a99 #99120a

Analogous Colors of #0a9912

#0a9912 #0a995a #4a990a

Monochromatic Colors of #0a9912

#0a9912

Complementary Color

#0a9912 #990a91

#0a9912 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0a9912 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0a9912 Color CSS Codes

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

#0a9912 Text Font Color

<p style="color:#0a9912">Text here</p>

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


#0a9912 Background Color

<div style="background-color:#0a9912">
Div content here</div>

This div background color is #0a9912


#0a9912 Border Color

<div style="border:3px solid #0a9912">
Div here</div>

This div border color is #0a9912


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(10,153,18, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0a9912; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0a9912;
  -webkit-box-shadow: 1px 1px 3px 2px #0a9912;
  box-shadow:         1px 1px 3px 2px #0a9912; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(10,153,18, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0a9912


Comments

No comments written yet.

Please login to write comment.