Color Hex Logo

#098020 Color Hex

#098020
(9,128,32)
0 Favorites   0 Comments

Color spaces of #098020

RGB 912832
HSL0.370.870.27
HSV132°93°50°
CMYK 0.930.000.75   0.50
XYZ8.092515.60073.9512
Yxy15.60070.29270.5643
Hunter Lab39.4977-32.549021.7173
CIE-Lab46.4462-49.200741.4514

#098020 color RGB value is (9,128,32).

#098020 hex color red value is 9, green value is 128 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #098020 hue: 0.37 , saturation: 0.87 and the lightness value of 098020 is 0.27.

The process color (four color CMYK) of #098020 color hex is 0.93, 0.00, 0.75, 0.50. Web safe color of #098020 is #009933. Color #098020 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 10000000 00100000
Octal 11 200 40
Decimal 9 128 32
Hex 9 80 20

RGB Percentages of Color #098020

%5.33
%75.74
%18.93

CMYK Percentages of Color #098020

%93
%0
%75
%50

Triadic Colors of #098020

#098020 #200980 #802009

Analogous Colors of #098020

#098020 #09805c #2d8009

Monochromatic Colors of #098020

#098020

Complementary Color

#098020 #800969

#098020 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#098020 Color Preview on White Background

Lorem ipsum dolor sit amet.

#098020 Color CSS Codes

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

#098020 Text Font Color

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

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


#098020 Background Color

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

This div background color is #098020


#098020 Border Color

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

This div border color is #098020


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(9,128,32, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #098020; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #098020;
  -webkit-box-shadow: 1px 1px 3px 2px #098020;
  box-shadow:         1px 1px 3px 2px #098020; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #098020


Comments

No comments written yet.

Please login to write comment.