Color Hex Logo

#149138 Color Hex

#149138
(20,145,56)
0 Favorites   0 Comments

Color spaces of #149138

RGB 2014556
HSL0.380.760.32
HSV137°86°57°
CMYK 0.860.000.61   0.43
XYZ11.127720.68507.1475
Yxy20.68500.28560.5309
Hunter Lab45.4808-35.918122.5189
CIE-Lab52.6030-51.101237.6019

#149138 color RGB value is (20,145,56).

#149138 hex color red value is 20, green value is 145 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #149138 hue: 0.38 , saturation: 0.76 and the lightness value of 149138 is 0.32.

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 10010001 00111000
Octal 24 221 70
Decimal 20 145 56
Hex 14 91 38

RGB Percentages of Color #149138

%9.05
%65.61
%25.34

CMYK Percentages of Color #149138

%86
%0
%61
%43

Triadic Colors of #149138

#149138 #381491 #913814

Analogous Colors of #149138

#149138 #149177 #2f9114

Monochromatic Colors of #149138

#149138

Complementary Color

#149138 #91146d

#149138 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#149138 Color Preview on White Background

Lorem ipsum dolor sit amet.

#149138 Color CSS Codes

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

#149138 Text Font Color

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

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


#149138 Background Color

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

This div background color is #149138


#149138 Border Color

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

This div border color is #149138


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #149138


Comments

No comments written yet.

Please login to write comment.