Color Hex Logo

#12974f Color Hex

#12974F
(18,151,79)
0 Favorites   0 Comments

Color spaces of #12974f

RGB 1815179
HSL0.410.790.33
HSV148°88°59°
CMYK 0.880.000.48   0.41
XYZ12.727322.826311.1323
Yxy22.82630.27260.4889
Hunter Lab47.7769-36.058919.6289
CIE-Lab54.8930-49.771928.7092

#12974f color RGB value is (18,151,79).

#12974f hex color red value is 18, green value is 151 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #12974f hue: 0.41 , saturation: 0.79 and the lightness value of 12974f is 0.33.

The process color (four color CMYK) of #12974f color hex is 0.88, 0.00, 0.48, 0.41. Web safe color of #12974f is #009966. Color #12974f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 10010111 01001111
Octal 22 227 117
Decimal 18 151 79
Hex 12 97 4F

RGB Percentages of Color #12974f

%7.26
%60.89
%31.85

CMYK Percentages of Color #12974f

%88
%0
%48
%41

Triadic Colors of #12974f

#12974f #4f1297 #974f12

Analogous Colors of #12974f

#12974f #129792 #189712

Monochromatic Colors of #12974f

#12974f

Complementary Color

#12974f #97125a

#12974f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12974f Color Preview on White Background

Lorem ipsum dolor sit amet.

#12974f Color CSS Codes

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

#12974f Text Font Color

<p style="color:#12974f">Text here</p>

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


#12974f Background Color

<div style="background-color:#12974f">
Div content here</div>

This div background color is #12974f


#12974f Border Color

<div style="border:3px solid #12974f">
Div here</div>

This div border color is #12974f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(18,151,79, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #12974f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #12974f;
  -webkit-box-shadow: 1px 1px 3px 2px #12974f;
  box-shadow:         1px 1px 3px 2px #12974f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12974f


Comments

No comments written yet.

Please login to write comment.