Color Hex Logo

#096a10 Color Hex

#096A10
(9,106,16)
0 Favorites   0 Comments

Color spaces of #096a10

RGB 910616
HSL0.350.840.23
HSV124°92°42°
CMYK 0.920.000.85   0.58
XYZ5.360210.40362.2158
Yxy10.40360.29810.5786
Hunter Lab32.2546-26.781718.5052
CIE-Lab38.5573-43.418539.4608

#096a10 color RGB value is (9,106,16).

#096a10 hex color red value is 9, green value is 106 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #096a10 hue: 0.35 , saturation: 0.84 and the lightness value of 096a10 is 0.23.

The process color (four color CMYK) of #096a10 color hex is 0.92, 0.00, 0.85, 0.58. Web safe color of #096a10 is #006600. Color #096a10 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 01101010 00010000
Octal 11 152 20
Decimal 9 106 16
Hex 9 6A 10

RGB Percentages of Color #096a10

%6.87
%80.92
%12.21

CMYK Percentages of Color #096a10

%92
%0
%85
%58

Triadic Colors of #096a10

#096a10 #10096a #6a1009

Analogous Colors of #096a10

#096a10 #096a41 #336a09

Monochromatic Colors of #096a10

#096a10

Complementary Color

#096a10 #6a0963

#096a10 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#096a10 Color Preview on White Background

Lorem ipsum dolor sit amet.

#096a10 Color CSS Codes

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

#096a10 Text Font Color

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

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


#096a10 Background Color

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

This div background color is #096a10


#096a10 Border Color

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

This div border color is #096a10


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(9,106,16, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #096a10; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #096a10;
  -webkit-box-shadow: 1px 1px 3px 2px #096a10;
  box-shadow:         1px 1px 3px 2px #096a10; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #096a10


Comments

No comments written yet.

Please login to write comment.