Color Hex Logo

#0cc950 Color Hex

#0CC950
(12,201,80)
0 Favorites   0 Comments

Color spaces of #0cc950

RGB 1220180
HSL0.390.890.42
HSV142°94°79°
CMYK 0.940.000.60   0.21
XYZ22.486242.430614.5942
Yxy42.43060.28280.5336
Hunter Lab65.1388-52.373832.3133
CIE-Lab71.1668-66.478847.9339

#0cc950 color RGB value is (12,201,80).

#0cc950 hex color red value is 12, green value is 201 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #0cc950 hue: 0.39 , saturation: 0.89 and the lightness value of 0cc950 is 0.42.

The process color (four color CMYK) of #0cc950 color hex is 0.94, 0.00, 0.60, 0.21. Web safe color of #0cc950 is #00cc66. Color #0cc950 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001100 11001001 01010000
Octal 14 311 120
Decimal 12 201 80
Hex C C9 50

RGB Percentages of Color #0cc950

%4.10
%68.60
%27.30

CMYK Percentages of Color #0cc950

%94
%0
%60
%21

Triadic Colors of #0cc950

#0cc950 #500cc9 #c9500c

Analogous Colors of #0cc950

#0cc950 #0cc9af #26c90c

Monochromatic Colors of #0cc950

#0cc950

Complementary Color

#0cc950 #c90c85

#0cc950 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0cc950 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0cc950 Color CSS Codes

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

#0cc950 Text Font Color

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

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


#0cc950 Background Color

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

This div background color is #0cc950


#0cc950 Border Color

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

This div border color is #0cc950


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0cc950


Comments

No comments written yet.

Please login to write comment.