Color Hex Logo

#0ca42b Color Hex

#0CA42B
(12,164,43)
0 Favorites   0 Comments

Color spaces of #0ca42b

RGB 1216443
HSL0.370.860.35
HSV132°93°64°
CMYK 0.930.000.74   0.36
XYZ13.863126.80356.7284
Yxy26.80350.29250.5655
Hunter Lab51.7721-42.803928.5350
CIE-Lab58.7920-59.184549.8813

#0ca42b color RGB value is (12,164,43).

#0ca42b hex color red value is 12, green value is 164 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #0ca42b hue: 0.37 , saturation: 0.86 and the lightness value of 0ca42b is 0.35.

The process color (four color CMYK) of #0ca42b color hex is 0.93, 0.00, 0.74, 0.36. Web safe color of #0ca42b is #009933. Color #0ca42b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001100 10100100 00101011
Octal 14 244 53
Decimal 12 164 43
Hex C A4 2B

RGB Percentages of Color #0ca42b

%5.48
%74.89
%19.63

CMYK Percentages of Color #0ca42b

%93
%0
%74
%36

Triadic Colors of #0ca42b

#0ca42b #2b0ca4 #a42b0c

Analogous Colors of #0ca42b

#0ca42b #0ca477 #39a40c

Monochromatic Colors of #0ca42b

#0ca42b

Complementary Color

#0ca42b #a40c85

#0ca42b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ca42b Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ca42b Color CSS Codes

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

#0ca42b Text Font Color

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

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


#0ca42b Background Color

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

This div background color is #0ca42b


#0ca42b Border Color

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

This div border color is #0ca42b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ca42b


Comments

No comments written yet.

Please login to write comment.