Color Hex Logo

#0c9a14 Color Hex

#0C9A14
(12,154,20)
0 Favorites   0 Comments

Color spaces of #0c9a14

RGB 1215420
HSL0.340.860.33
HSV123°92°60°
CMYK 0.920.000.87   0.40
XYZ11.833523.23994.5239
Yxy23.23990.29880.5869
Hunter Lab48.2078-40.547528.1816
CIE-Lab55.3186-57.740453.6927

#0c9a14 color RGB value is (12,154,20).

#0c9a14 hex color red value is 12, green value is 154 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #0c9a14 hue: 0.34 , saturation: 0.86 and the lightness value of 0c9a14 is 0.33.

The process color (four color CMYK) of #0c9a14 color hex is 0.92, 0.00, 0.87, 0.40. Web safe color of #0c9a14 is #009900. Color #0c9a14 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001100 10011010 00010100
Octal 14 232 24
Decimal 12 154 20
Hex C 9A 14

RGB Percentages of Color #0c9a14

%6.45
%82.80
%10.75

CMYK Percentages of Color #0c9a14

%92
%0
%87
%40

Triadic Colors of #0c9a14

#0c9a14 #140c9a #9a140c

Analogous Colors of #0c9a14

#0c9a14 #0c9a5b #4b9a0c

Monochromatic Colors of #0c9a14

#0c9a14

Complementary Color

#0c9a14 #9a0c92

#0c9a14 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0c9a14 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0c9a14 Color CSS Codes

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

#0c9a14 Text Font Color

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

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


#0c9a14 Background Color

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

This div background color is #0c9a14


#0c9a14 Border Color

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

This div border color is #0c9a14


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0c9a14


Comments

No comments written yet.

Please login to write comment.