Color Hex Logo

#12d713 Color Hex

#12D713
(18,215,19)
0 Favorites   0 Comments

Color spaces of #12d713

RGB 1821519
HSL0.330.850.46
HSV120°92°84°
CMYK 0.920.000.91   0.16
XYZ24.667448.77658.7308
Yxy48.77650.30020.5936
Hunter Lab69.8402-59.174541.4762
CIE-Lab75.3121-74.654471.1908

#12d713 color RGB value is (18,215,19).

#12d713 hex color red value is 18, green value is 215 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #12d713 hue: 0.33 , saturation: 0.85 and the lightness value of 12d713 is 0.46.

The process color (four color CMYK) of #12d713 color hex is 0.92, 0.00, 0.91, 0.16. Web safe color of #12d713 is #00cc00. Color #12d713 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 11010111 00010011
Octal 22 327 23
Decimal 18 215 19
Hex 12 D7 13

RGB Percentages of Color #12d713

%7.14
%85.32
%7.54

CMYK Percentages of Color #12d713

%92
%0
%91
%16

Triadic Colors of #12d713

#12d713 #1312d7 #d71312

Analogous Colors of #12d713

#12d713 #12d776 #74d712

Monochromatic Colors of #12d713

#12d713

Complementary Color

#12d713 #d712d6

#12d713 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12d713 Color Preview on White Background

Lorem ipsum dolor sit amet.

#12d713 Color CSS Codes

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

#12d713 Text Font Color

<p style="color:#12d713">Text here</p>

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


#12d713 Background Color

<div style="background-color:#12d713">
Div content here</div>

This div background color is #12d713


#12d713 Border Color

<div style="border:3px solid #12d713">
Div here</div>

This div border color is #12d713


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(18,215,19, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #12d713; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #12d713;
  -webkit-box-shadow: 1px 1px 3px 2px #12d713;
  box-shadow:         1px 1px 3px 2px #12d713; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12d713


Comments

No comments written yet.

Please login to write comment.