Color Hex Logo

#09855a Color Hex

#09855A
(9,133,90)
0 Favorites   0 Comments

Color spaces of #09855a

RGB 913390
HSL0.440.870.28
HSV159°93°52°
CMYK 0.930.000.32   0.48
XYZ10.345617.571312.5192
Yxy17.57130.25590.4345
Hunter Lab41.9181-29.302111.6352
CIE-Lab48.9720-41.320414.7678

#09855a color RGB value is (9,133,90).

#09855a hex color red value is 9, green value is 133 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #09855a hue: 0.44 , saturation: 0.87 and the lightness value of 09855a is 0.28.

The process color (four color CMYK) of #09855a color hex is 0.93, 0.00, 0.32, 0.48. Web safe color of #09855a is #009966. Color #09855a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 10000101 01011010
Octal 11 205 132
Decimal 9 133 90
Hex 9 85 5A

RGB Percentages of Color #09855a

%3.88
%57.33
%38.79

CMYK Percentages of Color #09855a

%93
%0
%32
%48

Triadic Colors of #09855a

#09855a #5a0985 #855a09

Analogous Colors of #09855a

#09855a #097285 #09851c

Monochromatic Colors of #09855a

#09855a

Complementary Color

#09855a #850934

#09855a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09855a Color Preview on White Background

Lorem ipsum dolor sit amet.

#09855a Color CSS Codes

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

#09855a Text Font Color

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

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


#09855a Background Color

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

This div background color is #09855a


#09855a Border Color

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

This div border color is #09855a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(9,133,90, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #09855a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #09855a;
  -webkit-box-shadow: 1px 1px 3px 2px #09855a;
  box-shadow:         1px 1px 3px 2px #09855a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09855a


Comments

No comments written yet.

Please login to write comment.