Color Hex Logo

#12a580 Color Hex

#12A580
(18,165,128)
0 Favorites   0 Comments

Color spaces of #12a580

RGB 18165128
HSL0.460.800.36
HSV165°89°65°
CMYK 0.890.000.22   0.35
XYZ17.600928.597425.0143
Yxy28.59740.24720.4016
Hunter Lab53.4765-34.83379.7000
CIE-Lab60.4247-44.42289.2751

#12a580 color RGB value is (18,165,128).

#12a580 hex color red value is 18, green value is 165 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #12a580 hue: 0.46 , saturation: 0.80 and the lightness value of 12a580 is 0.36.

The process color (four color CMYK) of #12a580 color hex is 0.89, 0.00, 0.22, 0.35. Web safe color of #12a580 is #009999. Color #12a580 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 10100101 10000000
Octal 22 245 200
Decimal 18 165 128
Hex 12 A5 80

RGB Percentages of Color #12a580

%5.79
%53.05
%41.16

CMYK Percentages of Color #12a580

%89
%0
%22
%35

Triadic Colors of #12a580

#12a580 #8012a5 #a58012

Analogous Colors of #12a580

#12a580 #1281a5 #12a537

Monochromatic Colors of #12a580

#12a580

Complementary Color

#12a580 #a51237

#12a580 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12a580 Color Preview on White Background

Lorem ipsum dolor sit amet.

#12a580 Color CSS Codes

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

#12a580 Text Font Color

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

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


#12a580 Background Color

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

This div background color is #12a580


#12a580 Border Color

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

This div border color is #12a580


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12a580


Comments

No comments written yet.

Please login to write comment.