Color Hex Logo

#09946a Color Hex

#09946A
(9,148,106)
0 Favorites   0 Comments

Color spaces of #09946a

RGB 9148106
HSL0.450.890.31
HSV162°94°58°
CMYK 0.940.000.28   0.42
XYZ13.304122.278517.2347
Yxy22.27850.25190.4218
Hunter Lab47.2001-32.287111.3909
CIE-Lab54.3213-43.500313.0559

#09946a color RGB value is (9,148,106).

#09946a hex color red value is 9, green value is 148 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #09946a hue: 0.45 , saturation: 0.89 and the lightness value of 09946a is 0.31.

The process color (four color CMYK) of #09946a color hex is 0.94, 0.00, 0.28, 0.42. Web safe color of #09946a is #009966. Color #09946a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 10010100 01101010
Octal 11 224 152
Decimal 9 148 106
Hex 9 94 6A

RGB Percentages of Color #09946a

%3.42
%56.27
%40.30

CMYK Percentages of Color #09946a

%94
%0
%28
%42

Triadic Colors of #09946a

#09946a #6a0994 #946a09

Analogous Colors of #09946a

#09946a #097994 #099425

Monochromatic Colors of #09946a

#09946a

Complementary Color

#09946a #940933

#09946a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09946a Color Preview on White Background

Lorem ipsum dolor sit amet.

#09946a Color CSS Codes

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

#09946a Text Font Color

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

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


#09946a Background Color

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

This div background color is #09946a


#09946a Border Color

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

This div border color is #09946a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09946a


Comments

No comments written yet.

Please login to write comment.