Color Hex Logo

#094918 Color Hex

#094918
(9,73,24)
0 Favorites   0 Comments

Color spaces of #094918

RGB 97324
HSL0.370.780.16
HSV134°88°29°
CMYK 0.880.000.67   0.71
XYZ2.66014.88911.6676
Yxy4.88910.28860.5305
Hunter Lab22.1113-17.220411.0064
CIE-Lab26.4164-31.023223.4641

#094918 color RGB value is (9,73,24).

#094918 hex color red value is 9, green value is 73 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #094918 hue: 0.37 , saturation: 0.78 and the lightness value of 094918 is 0.16.

The process color (four color CMYK) of #094918 color hex is 0.88, 0.00, 0.67, 0.71. Web safe color of #094918 is #003300. Color #094918 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 01001001 00011000
Octal 11 111 30
Decimal 9 73 24
Hex 9 49 18

RGB Percentages of Color #094918

%8.49
%68.87
%22.64

CMYK Percentages of Color #094918

%88
%0
%67
%71

Triadic Colors of #094918

#094918 #180949 #491809

Analogous Colors of #094918

#094918 #094938 #1a4909

Monochromatic Colors of #094918

#094918

Complementary Color

#094918 #49093a

#094918 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#094918 Color Preview on White Background

Lorem ipsum dolor sit amet.

#094918 Color CSS Codes

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

#094918 Text Font Color

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

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


#094918 Background Color

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

This div background color is #094918


#094918 Border Color

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

This div border color is #094918


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #094918


Comments

No comments written yet.

Please login to write comment.