Color Hex Logo

#14a22e Color Hex

#14A22E
(20,162,46)
0 Favorites   0 Comments

Color spaces of #14a22e

RGB 2016246
HSL0.360.780.36
HSV131°88°64°
CMYK 0.880.000.72   0.36
XYZ13.702026.18666.9171
Yxy26.18660.29270.5595
Hunter Lab51.1728-41.757527.8067
CIE-Lab58.2137-57.715548.1520

#14a22e color RGB value is (20,162,46).

#14a22e hex color red value is 20, green value is 162 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #14a22e hue: 0.36 , saturation: 0.78 and the lightness value of 14a22e is 0.36.

The process color (four color CMYK) of #14a22e color hex is 0.88, 0.00, 0.72, 0.36. Web safe color of #14a22e is #009933. Color #14a22e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 10100010 00101110
Octal 24 242 56
Decimal 20 162 46
Hex 14 A2 2E

RGB Percentages of Color #14a22e

%8.77
%71.05
%20.18

CMYK Percentages of Color #14a22e

%88
%0
%72
%36

Triadic Colors of #14a22e

#14a22e #2e14a2 #a22e14

Analogous Colors of #14a22e

#14a22e #14a275 #41a214

Monochromatic Colors of #14a22e

#14a22e

Complementary Color

#14a22e #a21488

#14a22e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14a22e Color Preview on White Background

Lorem ipsum dolor sit amet.

#14a22e Color CSS Codes

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

#14a22e Text Font Color

<p style="color:#14a22e">Text here</p>

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


#14a22e Background Color

<div style="background-color:#14a22e">
Div content here</div>

This div background color is #14a22e


#14a22e Border Color

<div style="border:3px solid #14a22e">
Div here</div>

This div border color is #14a22e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(20,162,46, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #14a22e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #14a22e;
  -webkit-box-shadow: 1px 1px 3px 2px #14a22e;
  box-shadow:         1px 1px 3px 2px #14a22e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(20,162,46, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14a22e


Comments

No comments written yet.

Please login to write comment.