Color Hex Logo

#018920 Color Hex

#018920
(1,137,32)
0 Favorites   0 Comments

Color spaces of #018920

RGB 113732
HSL0.370.990.27
HSV134°99°54°
CMYK 0.990.000.77   0.46
XYZ9.218918.00214.3554
Yxy18.00210.29200.5701
Hunter Lab42.4289-35.466323.6140
CIE-Lab49.4987-52.592244.5293

#018920 color RGB value is (1,137,32).

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

The process color (four color CMYK) of #018920 color hex is 0.99, 0.00, 0.77, 0.46. Web safe color of #018920 is #009933. Color #018920 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 10001001 00100000
Octal 1 211 40
Decimal 1 137 32
Hex 1 89 20

RGB Percentages of Color #018920

%0.59
%80.59
%18.82

CMYK Percentages of Color #018920

%99
%0
%77
%46

Triadic Colors of #018920

#018920 #200189 #892001

Analogous Colors of #018920

#018920 #018964 #268901

Monochromatic Colors of #018920

#018920

Complementary Color

#018920 #89016a

#018920 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#018920 Color Preview on White Background

Lorem ipsum dolor sit amet.

#018920 Color CSS Codes

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

#018920 Text Font Color

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

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


#018920 Background Color

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

This div background color is #018920


#018920 Border Color

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

This div border color is #018920


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(1,137,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 #018920">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #018920

#018920 Color Palettes


Comments

No comments written yet.

Please login to write comment.