Color Hex Logo

#124900 Color Hex

#124900
(18,73,0)
0 Favorites   0 Comments

Color spaces of #124900

RGB 18730
HSL0.291.000.14
HSV105°100°29°
CMYK 0.750.001.00   0.71
XYZ2.63204.89370.8059
Yxy4.89370.31590.5874
Hunter Lab22.1217-17.475413.3252
CIE-Lab26.4297-31.616934.0414

#124900 color RGB value is (18,73,0).

#124900 hex color red value is 18, green value is 73 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #124900 hue: 0.29 , saturation: 1.00 and the lightness value of 124900 is 0.14.

The process color (four color CMYK) of #124900 color hex is 0.75, 0.00, 1.00, 0.71. Web safe color of #124900 is #003300. Color #124900 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01001001 00000000
Octal 22 111 0
Decimal 18 73 0
Hex 12 49 0

RGB Percentages of Color #124900

%19.78
%80.22
%0.00

CMYK Percentages of Color #124900

%75
%0
%100
%71

Triadic Colors of #124900

#124900 #001249 #490012

Analogous Colors of #124900

#124900 #004913 #374900

Monochromatic Colors of #124900

#124900

Complementary Color

#124900 #370049

#124900 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#124900 Color Preview on White Background

Lorem ipsum dolor sit amet.

#124900 Color CSS Codes

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

#124900 Text Font Color

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

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


#124900 Background Color

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

This div background color is #124900


#124900 Border Color

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

This div border color is #124900


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #124900


Comments

No comments written yet.

Please login to write comment.