Color Hex Logo

#0c9751 Color Hex

#0C9751
(12,151,81)
0 Favorites   0 Comments

Color spaces of #0c9751

RGB 1215181
HSL0.420.850.32
HSV150°92°59°
CMYK 0.920.000.46   0.41
XYZ12.703422.805511.5169
Yxy22.80550.27010.4850
Hunter Lab47.7551-36.088419.1299
CIE-Lab54.8714-49.839327.6072

#0c9751 color RGB value is (12,151,81).

#0c9751 hex color red value is 12, green value is 151 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #0c9751 hue: 0.42 , saturation: 0.85 and the lightness value of 0c9751 is 0.32.

The process color (four color CMYK) of #0c9751 color hex is 0.92, 0.00, 0.46, 0.41. Web safe color of #0c9751 is #009966. Color #0c9751 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001100 10010111 01010001
Octal 14 227 121
Decimal 12 151 81
Hex C 97 51

RGB Percentages of Color #0c9751

%4.92
%61.89
%33.20

CMYK Percentages of Color #0c9751

%92
%0
%46
%41

Triadic Colors of #0c9751

#0c9751 #510c97 #97510c

Analogous Colors of #0c9751

#0c9751 #0c9797 #0d970c

Monochromatic Colors of #0c9751

#0c9751

Complementary Color

#0c9751 #970c52

#0c9751 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0c9751 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0c9751 Color CSS Codes

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

#0c9751 Text Font Color

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

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


#0c9751 Background Color

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

This div background color is #0c9751


#0c9751 Border Color

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

This div border color is #0c9751


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(12,151,81, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0c9751; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0c9751;
  -webkit-box-shadow: 1px 1px 3px 2px #0c9751;
  box-shadow:         1px 1px 3px 2px #0c9751; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0c9751


Comments

No comments written yet.

Please login to write comment.