Color Hex Logo

#18c149 Color Hex

#18C149
(24,193,73)
0 Favorites   0 Comments

Color spaces of #18c149

RGB 2419373
HSL0.380.780.43
HSV137°88°76°
CMYK 0.880.000.62   0.24
XYZ20.649338.815212.7071
Yxy38.81520.28610.5378
Hunter Lab62.3018-49.866331.5185
CIE-Lab68.6172-64.150048.1548

#18c149 color RGB value is (24,193,73).

#18c149 hex color red value is 24, green value is 193 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #18c149 hue: 0.38 , saturation: 0.78 and the lightness value of 18c149 is 0.43.

The process color (four color CMYK) of #18c149 color hex is 0.88, 0.00, 0.62, 0.24. Web safe color of #18c149 is #00cc33. Color #18c149 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 11000001 01001001
Octal 30 301 111
Decimal 24 193 73
Hex 18 C1 49

RGB Percentages of Color #18c149

%8.28
%66.55
%25.17

CMYK Percentages of Color #18c149

%88
%0
%62
%24

Triadic Colors of #18c149

#18c149 #4918c1 #c14918

Analogous Colors of #18c149

#18c149 #18c19e #3cc118

Monochromatic Colors of #18c149

#18c149

Complementary Color

#18c149 #c11890

#18c149 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#18c149 Color Preview on White Background

Lorem ipsum dolor sit amet.

#18c149 Color CSS Codes

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

#18c149 Text Font Color

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

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


#18c149 Background Color

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

This div background color is #18c149


#18c149 Border Color

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

This div border color is #18c149


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(24,193,73, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #18c149; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #18c149;
  -webkit-box-shadow: 1px 1px 3px 2px #18c149;
  box-shadow:         1px 1px 3px 2px #18c149; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #18c149


Comments

No comments written yet.

Please login to write comment.