color codes Logo

#09916f color codes

#09916F
(9,145,111)
0 Favorites   0 Comments

Color spaces of #09916f

RGB 9145111
HSL0.460.880.30
HSV165°94°57°
CMYK 0.940.000.23   0.43
XYZ13.107321.456618.4896
Yxy21.45660.24710.4044
Hunter Lab46.3213-30.55308.7587
CIE-Lab53.4456-41.01258.9816

#09916f color RGB value is (9,145,111).

#09916f hex color red value is 9, green value is 145 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #09916f hue: 0.46 , saturation: 0.88 and the lightness value of 09916f is 0.30.

The process color (four color CMYK) of #09916f color code is 0.94, 0.00, 0.23, 0.43. Web safe color of #09916f is #009966. Color #09916f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 10010001 01101111
Octal 11 221 157
Decimal 9 145 111
Hex 9 91 6F

RGB Percentages of Color #09916f

%3.40
%54.72
%41.89

CMYK Percentages of Color #09916f

%94
%0
%23
%43

Triadic Colors of #09916f

#09916f #6f0991 #916f09

Analogous Colors of #09916f

#09916f #096f91 #09912b

Monochromatic Colors of #09916f

#09916f

Complementary Color

#09916f #91092b

#09916f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09916f Color Preview on White Background

Lorem ipsum dolor sit amet.

#09916f Color CSS Codes

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

#09916f Text Font Color

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

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


#09916f Background Color

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

This div background color is #09916f


#09916f Border Color

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

This div border color is #09916f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(9,145,111, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #09916f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #09916f;
  -webkit-box-shadow: 1px 1px 3px 2px #09916f;
  box-shadow:         1px 1px 3px 2px #09916f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09916f


Comments

No comments written yet.

Please login to write comment.