Color Hex Logo

#149449 Color Hex

#149449
(20,148,73)
0 Favorites   0 Comments

Color spaces of #149449

RGB 2014873
HSL0.400.760.33
HSV145°86°58°
CMYK 0.860.000.51   0.42
XYZ12.081021.80969.8763
Yxy21.80960.27600.4983
Hunter Lab46.7007-35.550220.1518
CIE-Lab53.8244-49.571430.5252

#149449 color RGB value is (20,148,73).

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

The process color (four color CMYK) of #149449 color hex is 0.86, 0.00, 0.51, 0.42. Web safe color of #149449 is #009933. Color #149449 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 10010100 01001001
Octal 24 224 111
Decimal 20 148 73
Hex 14 94 49

RGB Percentages of Color #149449

%8.30
%61.41
%30.29

CMYK Percentages of Color #149449

%86
%0
%51
%42

Triadic Colors of #149449

#149449 #491494 #944914

Analogous Colors of #149449

#149449 #149489 #1f9414

Monochromatic Colors of #149449

#149449

Complementary Color

#149449 #94145f

#149449 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#149449 Color Preview on White Background

Lorem ipsum dolor sit amet.

#149449 Color CSS Codes

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

#149449 Text Font Color

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

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


#149449 Background Color

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

This div background color is #149449


#149449 Border Color

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

This div border color is #149449


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #149449


Comments

No comments written yet.

Please login to write comment.