Color Hex Logo

#12b91f Color Hex

#12B91F
(18,185,31)
0 Favorites   0 Comments

Color spaces of #12b91f

RGB 1818531
HSL0.350.820.40
HSV125°90°73°
CMYK 0.900.000.83   0.27
XYZ17.845734.92557.0970
Yxy34.92550.29810.5834
Hunter Lab59.0978-49.519734.2484
CIE-Lab65.6906-65.805760.3572

#12b91f color RGB value is (18,185,31).

#12b91f hex color red value is 18, green value is 185 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #12b91f hue: 0.35 , saturation: 0.82 and the lightness value of 12b91f is 0.40.

The process color (four color CMYK) of #12b91f color hex is 0.90, 0.00, 0.83, 0.27. Web safe color of #12b91f is #00cc33. Color #12b91f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 10111001 00011111
Octal 22 271 37
Decimal 18 185 31
Hex 12 B9 1F

RGB Percentages of Color #12b91f

%7.69
%79.06
%13.25

CMYK Percentages of Color #12b91f

%90
%0
%83
%27

Triadic Colors of #12b91f

#12b91f #1f12b9 #b91f12

Analogous Colors of #12b91f

#12b91f #12b973 #58b912

Monochromatic Colors of #12b91f

#12b91f

Complementary Color

#12b91f #b912ac

#12b91f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12b91f Color Preview on White Background

Lorem ipsum dolor sit amet.

#12b91f Color CSS Codes

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

#12b91f Text Font Color

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

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


#12b91f Background Color

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

This div background color is #12b91f


#12b91f Border Color

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

This div border color is #12b91f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(18,185,31, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #12b91f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #12b91f;
  -webkit-box-shadow: 1px 1px 3px 2px #12b91f;
  box-shadow:         1px 1px 3px 2px #12b91f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(18,185,31, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12b91f


Comments

No comments written yet.

Please login to write comment.