Color Hex Logo

#129850 Color Hex

#129850
(18,152,80)
0 Favorites   0 Comments

Color spaces of #129850

RGB 1815280
HSL0.410.790.33
HSV148°88°60°
CMYK 0.880.000.47   0.40
XYZ12.925723.164311.3793
Yxy23.16430.27230.4880
Hunter Lab48.1293-36.288019.6725
CIE-Lab55.2412-49.950428.6229

#129850 color RGB value is (18,152,80).

#129850 hex color red value is 18, green value is 152 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #129850 hue: 0.41 , saturation: 0.79 and the lightness value of 129850 is 0.33.

The process color (four color CMYK) of #129850 color hex is 0.88, 0.00, 0.47, 0.40. Web safe color of #129850 is #009966. Color #129850 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 10011000 01010000
Octal 22 230 120
Decimal 18 152 80
Hex 12 98 50

RGB Percentages of Color #129850

%7.20
%60.80
%32.00

CMYK Percentages of Color #129850

%88
%0
%47
%40

Triadic Colors of #129850

#129850 #501298 #985012

Analogous Colors of #129850

#129850 #129893 #179812

Monochromatic Colors of #129850

#129850

Complementary Color

#129850 #98125a

#129850 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#129850 Color Preview on White Background

Lorem ipsum dolor sit amet.

#129850 Color CSS Codes

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

#129850 Text Font Color

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

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


#129850 Background Color

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

This div background color is #129850


#129850 Border Color

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

This div border color is #129850


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #129850


Comments

No comments written yet.

Please login to write comment.