Color Hex Logo

#09951d Color Hex

#09951D
(9,149,29)
0 Favorites   0 Comments

Color spaces of #09951d

RGB 914929
HSL0.360.890.31
HSV129°94°58°
CMYK 0.940.000.81   0.42
XYZ11.081921.64174.7556
Yxy21.64170.29570.5774
Hunter Lab46.5206-38.889826.5035
CIE-Lab53.6448-55.927549.6438

#09951d color RGB value is (9,149,29).

#09951d hex color red value is 9, green value is 149 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #09951d hue: 0.36 , saturation: 0.89 and the lightness value of 09951d is 0.31.

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 10010101 00011101
Octal 11 225 35
Decimal 9 149 29
Hex 9 95 1D

RGB Percentages of Color #09951d

%4.81
%79.68
%15.51

CMYK Percentages of Color #09951d

%94
%0
%81
%42

Triadic Colors of #09951d

#09951d #1d0995 #951d09

Analogous Colors of #09951d

#09951d #099563 #3b9509

Monochromatic Colors of #09951d

#09951d

Complementary Color

#09951d #950981

#09951d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09951d Color Preview on White Background

Lorem ipsum dolor sit amet.

#09951d Color CSS Codes

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

#09951d Text Font Color

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

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


#09951d Background Color

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

This div background color is #09951d


#09951d Border Color

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

This div border color is #09951d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09951d


Comments

No comments written yet.

Please login to write comment.