Color Hex Logo

#149806 Color Hex

#149806
(20,152,6)
0 Favorites   0 Comments

Color spaces of #149806

RGB 201526
HSL0.320.920.31
HSV114°96°60°
CMYK 0.870.000.96   0.40
XYZ11.549622.61833.9293
Yxy22.61830.30320.5937
Hunter Lab47.5587-39.879128.3926
CIE-Lab54.6770-56.987755.7649

#149806 color RGB value is (20,152,6).

#149806 hex color red value is 20, green value is 152 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #149806 hue: 0.32 , saturation: 0.92 and the lightness value of 149806 is 0.31.

The process color (four color CMYK) of #149806 color hex is 0.87, 0.00, 0.96, 0.40. Web safe color of #149806 is #009900. Color #149806 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 10011000 00000110
Octal 24 230 6
Decimal 20 152 6
Hex 14 98 6

RGB Percentages of Color #149806

%11.24
%85.39
%3.37

CMYK Percentages of Color #149806

%87
%0
%96
%40

Triadic Colors of #149806

#149806 #061498 #980614

Analogous Colors of #149806

#149806 #069841 #5d9806

Monochromatic Colors of #149806

#149806

Complementary Color

#149806 #8a0698

#149806 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#149806 Color Preview on White Background

Lorem ipsum dolor sit amet.

#149806 Color CSS Codes

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

#149806 Text Font Color

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

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


#149806 Background Color

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

This div background color is #149806


#149806 Border Color

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

This div border color is #149806


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #149806


Comments

No comments written yet.

Please login to write comment.