Color Hex Logo

#149f5b Color Hex

#149F5B
(20,159,91)
0 Favorites   0 Comments

Color spaces of #149f5b

RGB 2015991
HSL0.420.780.35
HSV151°87°62°
CMYK 0.870.000.43   0.38
XYZ14.575025.700314.0900
Yxy25.70030.26810.4727
Hunter Lab50.6955-37.398119.0081
CIE-Lab57.7515-50.269325.9966

#149f5b color RGB value is (20,159,91).

#149f5b hex color red value is 20, green value is 159 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #149f5b hue: 0.42 , saturation: 0.78 and the lightness value of 149f5b is 0.35.

The process color (four color CMYK) of #149f5b color hex is 0.87, 0.00, 0.43, 0.38. Web safe color of #149f5b is #009966. Color #149f5b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 10011111 01011011
Octal 24 237 133
Decimal 20 159 91
Hex 14 9F 5B

RGB Percentages of Color #149f5b

%7.41
%58.89
%33.70

CMYK Percentages of Color #149f5b

%87
%0
%43
%38

Triadic Colors of #149f5b

#149f5b #5b149f #9f5b14

Analogous Colors of #149f5b

#149f5b #149e9f #149f15

Monochromatic Colors of #149f5b

#149f5b

Complementary Color

#149f5b #9f1458

#149f5b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#149f5b Color Preview on White Background

Lorem ipsum dolor sit amet.

#149f5b Color CSS Codes

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

#149f5b Text Font Color

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

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


#149f5b Background Color

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

This div background color is #149f5b


#149f5b Border Color

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

This div border color is #149f5b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(20,159,91, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #149f5b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #149f5b;
  -webkit-box-shadow: 1px 1px 3px 2px #149f5b;
  box-shadow:         1px 1px 3px 2px #149f5b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #149f5b


Comments

No comments written yet.

Please login to write comment.