Color Hex Logo

#12ad3a Color Hex

#12AD3A
(18,173,58)
0 Favorites   0 Comments

Color spaces of #12ad3a

RGB 1817358
HSL0.380.810.37
HSV135°90°68°
CMYK 0.900.000.66   0.32
XYZ15.956730.32129.0146
Yxy30.32120.28860.5484
Hunter Lab55.0647-44.637328.8390
CIE-Lab61.9304-60.078947.1944

#12ad3a color RGB value is (18,173,58).

#12ad3a hex color red value is 18, green value is 173 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #12ad3a hue: 0.38 , saturation: 0.81 and the lightness value of 12ad3a is 0.37.

The process color (four color CMYK) of #12ad3a color hex is 0.90, 0.00, 0.66, 0.32. Web safe color of #12ad3a is #009933. Color #12ad3a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 10101101 00111010
Octal 22 255 72
Decimal 18 173 58
Hex 12 AD 3A

RGB Percentages of Color #12ad3a

%7.23
%69.48
%23.29

CMYK Percentages of Color #12ad3a

%90
%0
%66
%32

Triadic Colors of #12ad3a

#12ad3a #3a12ad #ad3a12

Analogous Colors of #12ad3a

#12ad3a #12ad88 #38ad12

Monochromatic Colors of #12ad3a

#12ad3a

Complementary Color

#12ad3a #ad1285

#12ad3a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12ad3a Color Preview on White Background

Lorem ipsum dolor sit amet.

#12ad3a Color CSS Codes

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

#12ad3a Text Font Color

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

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


#12ad3a Background Color

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

This div background color is #12ad3a


#12ad3a Border Color

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

This div border color is #12ad3a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12ad3a


Comments

No comments written yet.

Please login to write comment.