Color Hex Logo

#005a18 Color Hex

#005A18
(0,90,24)
0 Favorites   0 Comments

Color spaces of #005a18

RGB 09024
HSL0.381.000.18
HSV136°100°35°
CMYK 1.000.000.73   0.65
XYZ3.82107.37832.0869
Yxy7.37830.28760.5553
Hunter Lab27.1630-22.425914.4589
CIE-Lab32.6531-38.427730.3612

#005a18 color RGB value is (0,90,24).

#005a18 hex color red value is 0, green value is 90 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #005a18 hue: 0.38 , saturation: 1.00 and the lightness value of 005a18 is 0.18.

The process color (four color CMYK) of #005a18 color hex is 1.00, 0.00, 0.73, 0.65. Web safe color of #005a18 is #006600. Color #005a18 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01011010 00011000
Octal 0 132 30
Decimal 0 90 24
Hex 0 5A 18

RGB Percentages of Color #005a18

%0.00
%78.95
%21.05

CMYK Percentages of Color #005a18

%100
%0
%73
%65

Triadic Colors of #005a18

#005a18 #18005a #5a1800

Analogous Colors of #005a18

#005a18 #005a45 #155a00

Monochromatic Colors of #005a18

#005a18

Complementary Color

#005a18 #5a0042

#005a18 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#005a18 Color Preview on White Background

Lorem ipsum dolor sit amet.

#005a18 Color CSS Codes

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

#005a18 Text Font Color

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

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


#005a18 Background Color

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

This div background color is #005a18


#005a18 Border Color

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

This div border color is #005a18


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,90,24, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #005a18; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #005a18;
  -webkit-box-shadow: 1px 1px 3px 2px #005a18;
  box-shadow:         1px 1px 3px 2px #005a18; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,90,24, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #005a18

#005a18 Color Palettes


Comments

No comments written yet.

Please login to write comment.