Color Hex Logo

#099505 Color Hex

#099505
(9,149,5)
0 Favorites   0 Comments

Color spaces of #099505

RGB 91495
HSL0.330.940.30
HSV118°97°58°
CMYK 0.940.000.97   0.42
XYZ10.887521.56393.7320
Yxy21.56390.30090.5960
Hunter Lab46.4369-39.414027.7409
CIE-Lab53.5612-57.004154.9665

#099505 color RGB value is (9,149,5).

#099505 hex color red value is 9, green value is 149 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #099505 hue: 0.33 , saturation: 0.94 and the lightness value of 099505 is 0.30.

The process color (four color CMYK) of #099505 color hex is 0.94, 0.00, 0.97, 0.42. Web safe color of #099505 is #009900. Color #099505 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 10010101 00000101
Octal 11 225 5
Decimal 9 149 5
Hex 9 95 5

RGB Percentages of Color #099505

%5.52
%91.41
%3.07

CMYK Percentages of Color #099505

%94
%0
%97
%42

Triadic Colors of #099505

#099505 #050995 #950509

Analogous Colors of #099505

#099505 #059549 #519505

Monochromatic Colors of #099505

#099505

Complementary Color

#099505 #910595

#099505 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#099505 Color Preview on White Background

Lorem ipsum dolor sit amet.

#099505 Color CSS Codes

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

#099505 Text Font Color

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

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


#099505 Background Color

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

This div background color is #099505


#099505 Border Color

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

This div border color is #099505


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #099505


Comments

No comments written yet.

Please login to write comment.