Color Hex Logo

#128950 Color Hex

#128950
(18,137,80)
0 Favorites   0 Comments

Color spaces of #128950

RGB 1813780
HSL0.420.770.30
HSV151°87°54°
CMYK 0.870.000.42   0.46
XYZ10.643118.599110.6185
Yxy18.59910.26700.4666
Hunter Lab43.1267-31.420215.5905
CIE-Lab50.2148-44.410922.1049

#128950 color RGB value is (18,137,80).

#128950 hex color red value is 18, green value is 137 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #128950 hue: 0.42 , saturation: 0.77 and the lightness value of 128950 is 0.30.

The process color (four color CMYK) of #128950 color hex is 0.87, 0.00, 0.42, 0.46. Web safe color of #128950 is #009966. Color #128950 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 10001001 01010000
Octal 22 211 120
Decimal 18 137 80
Hex 12 89 50

RGB Percentages of Color #128950

%7.66
%58.30
%34.04

CMYK Percentages of Color #128950

%87
%0
%42
%46

Triadic Colors of #128950

#128950 #501289 #895012

Analogous Colors of #128950

#128950 #128789 #128915

Monochromatic Colors of #128950

#128950

Complementary Color

#128950 #89124b

#128950 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#128950 Color Preview on White Background

Lorem ipsum dolor sit amet.

#128950 Color CSS Codes

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

#128950 Text Font Color

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

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


#128950 Background Color

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

This div background color is #128950


#128950 Border Color

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

This div border color is #128950


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #128950


Comments

No comments written yet.

Please login to write comment.