Color Hex Logo

#149649 Color Hex

#149649
(20,150,73)
0 Favorites   0 Comments

Color spaces of #149649

RGB 2015073
HSL0.400.760.33
HSV144°87°59°
CMYK 0.870.000.51   0.41
XYZ12.397422.44259.9817
Yxy22.44250.27660.5007
Hunter Lab47.3735-36.191120.6689
CIE-Lab54.4934-50.279131.3601

#149649 color RGB value is (20,150,73).

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

The process color (four color CMYK) of #149649 color hex is 0.87, 0.00, 0.51, 0.41. Web safe color of #149649 is #009933. Color #149649 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 10010110 01001001
Octal 24 226 111
Decimal 20 150 73
Hex 14 96 49

RGB Percentages of Color #149649

%8.23
%61.73
%30.04

CMYK Percentages of Color #149649

%87
%0
%51
%41

Triadic Colors of #149649

#149649 #491496 #964914

Analogous Colors of #149649

#149649 #14968a #209614

Monochromatic Colors of #149649

#149649

Complementary Color

#149649 #961461

#149649 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#149649 Color Preview on White Background

Lorem ipsum dolor sit amet.

#149649 Color CSS Codes

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

#149649 Text Font Color

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

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


#149649 Background Color

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

This div background color is #149649


#149649 Border Color

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

This div border color is #149649


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(20,150,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 #149649">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #149649


Comments

No comments written yet.

Please login to write comment.