Color Hex Logo

#189c0c Color Hex

#189C0C
(24,156,12)
0 Favorites   0 Comments

Color spaces of #189c0c

RGB 2415612
HSL0.320.860.33
HSV115°92°61°
CMYK 0.850.000.92   0.39
XYZ12.331523.99774.3299
Yxy23.99770.30330.5902
Hunter Lab48.9874-40.794629.0507
CIE-Lab56.0855-57.591756.0196

#189c0c color RGB value is (24,156,12).

#189c0c hex color red value is 24, green value is 156 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #189c0c hue: 0.32 , saturation: 0.86 and the lightness value of 189c0c is 0.33.

The process color (four color CMYK) of #189c0c color hex is 0.85, 0.00, 0.92, 0.39. Web safe color of #189c0c is #009900. Color #189c0c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 10011100 00001100
Octal 30 234 14
Decimal 24 156 12
Hex 18 9C C

RGB Percentages of Color #189c0c

%12.50
%81.25
%6.25

CMYK Percentages of Color #189c0c

%85
%0
%92
%39

Triadic Colors of #189c0c

#189c0c #0c189c #9c0c18

Analogous Colors of #189c0c

#189c0c #0c9c48 #609c0c

Monochromatic Colors of #189c0c

#189c0c

Complementary Color

#189c0c #900c9c

#189c0c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#189c0c Color Preview on White Background

Lorem ipsum dolor sit amet.

#189c0c Color CSS Codes

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

#189c0c Text Font Color

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

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


#189c0c Background Color

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

This div background color is #189c0c


#189c0c Border Color

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

This div border color is #189c0c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(24,156,12, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #189c0c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #189c0c;
  -webkit-box-shadow: 1px 1px 3px 2px #189c0c;
  box-shadow:         1px 1px 3px 2px #189c0c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #189c0c


Comments

No comments written yet.

Please login to write comment.