Color Hex Logo

#149242 Color Hex

#149242
(20,146,66)
0 Favorites   0 Comments

Color spaces of #149242

RGB 2014666
HSL0.390.760.33
HSV142°86°57°
CMYK 0.860.000.55   0.43
XYZ11.550721.09988.6181
Yxy21.09980.27990.5113
Hunter Lab45.9345-35.499821.0303
CIE-Lab53.0585-50.003833.1953

#149242 color RGB value is (20,146,66).

#149242 hex color red value is 20, green value is 146 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #149242 hue: 0.39 , saturation: 0.76 and the lightness value of 149242 is 0.33.

The process color (four color CMYK) of #149242 color hex is 0.86, 0.00, 0.55, 0.43. Web safe color of #149242 is #009933. Color #149242 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 10010010 01000010
Octal 24 222 102
Decimal 20 146 66
Hex 14 92 42

RGB Percentages of Color #149242

%8.62
%62.93
%28.45

CMYK Percentages of Color #149242

%86
%0
%55
%43

Triadic Colors of #149242

#149242 #421492 #924214

Analogous Colors of #149242

#149242 #149281 #259214

Monochromatic Colors of #149242

#149242

Complementary Color

#149242 #921464

#149242 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#149242 Color Preview on White Background

Lorem ipsum dolor sit amet.

#149242 Color CSS Codes

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

#149242 Text Font Color

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

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


#149242 Background Color

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

This div background color is #149242


#149242 Border Color

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

This div border color is #149242


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(20,146,66, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #149242; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #149242;
  -webkit-box-shadow: 1px 1px 3px 2px #149242;
  box-shadow:         1px 1px 3px 2px #149242; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #149242


Comments

No comments written yet.

Please login to write comment.