Color Hex Logo

#099441 Color Hex

#099441
(9,148,65)
0 Favorites   0 Comments

Color spaces of #099441

RGB 914865
HSL0.400.890.31
HSV144°94°58°
CMYK 0.940.000.56   0.42
XYZ11.656721.61958.5596
Yxy21.61950.27860.5168
Hunter Lab46.4968-36.619621.6330
CIE-Lab53.6209-51.672634.3597

#099441 color RGB value is (9,148,65).

#099441 hex color red value is 9, green value is 148 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #099441 hue: 0.40 , saturation: 0.89 and the lightness value of 099441 is 0.31.

The process color (four color CMYK) of #099441 color hex is 0.94, 0.00, 0.56, 0.42. Web safe color of #099441 is #009933. Color #099441 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 10010100 01000001
Octal 11 224 101
Decimal 9 148 65
Hex 9 94 41

RGB Percentages of Color #099441

%4.05
%66.67
%29.28

CMYK Percentages of Color #099441

%94
%0
%56
%42

Triadic Colors of #099441

#099441 #410994 #944109

Analogous Colors of #099441

#099441 #099487 #179409

Monochromatic Colors of #099441

#099441

Complementary Color

#099441 #94095c

#099441 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#099441 Color Preview on White Background

Lorem ipsum dolor sit amet.

#099441 Color CSS Codes

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

#099441 Text Font Color

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

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


#099441 Background Color

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

This div background color is #099441


#099441 Border Color

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

This div border color is #099441


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #099441

#099441 Color Palettes


Comments

No comments written yet.

Please login to write comment.