Color Hex Logo

#098b2a Color Hex

#098B2A
(9,139,42)
0 Favorites   0 Comments

Color spaces of #098b2a

RGB 913942
HSL0.380.880.29
HSV135°94°55°
CMYK 0.940.000.70   0.45
XYZ9.763218.69055.2835
Yxy18.69050.28940.5540
Hunter Lab43.2325-35.346223.0169
CIE-Lab50.3231-51.710941.4016

#098b2a color RGB value is (9,139,42).

#098b2a hex color red value is 9, green value is 139 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #098b2a hue: 0.38 , saturation: 0.88 and the lightness value of 098b2a is 0.29.

The process color (four color CMYK) of #098b2a color hex is 0.94, 0.00, 0.70, 0.45. Web safe color of #098b2a is #009933. Color #098b2a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 10001011 00101010
Octal 11 213 52
Decimal 9 139 42
Hex 9 8B 2A

RGB Percentages of Color #098b2a

%4.74
%73.16
%22.11

CMYK Percentages of Color #098b2a

%94
%0
%70
%45

Triadic Colors of #098b2a

#098b2a #2a098b #8b2a09

Analogous Colors of #098b2a

#098b2a #098b6b #298b09

Monochromatic Colors of #098b2a

#098b2a

Complementary Color

#098b2a #8b096a

#098b2a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#098b2a Color Preview on White Background

Lorem ipsum dolor sit amet.

#098b2a Color CSS Codes

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

#098b2a Text Font Color

<p style="color:#098b2a">Text here</p>

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


#098b2a Background Color

<div style="background-color:#098b2a">
Div content here</div>

This div background color is #098b2a


#098b2a Border Color

<div style="border:3px solid #098b2a">
Div here</div>

This div border color is #098b2a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(9,139,42, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #098b2a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #098b2a;
  -webkit-box-shadow: 1px 1px 3px 2px #098b2a;
  box-shadow:         1px 1px 3px 2px #098b2a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #098b2a


Comments

No comments written yet.

Please login to write comment.