Color Hex Logo

#0ac41f Color Hex

#0AC41F
(10,196,31)
0 Favorites   0 Comments

Color spaces of #0ac41f

RGB 1019631
HSL0.350.900.40
HSV127°95°77°
CMYK 0.950.000.84   0.23
XYZ20.112439.64337.8882
Yxy39.64330.29730.5861
Hunter Lab62.9629-53.166436.6460
CIE-Lab69.2147-69.353663.5469

#0ac41f color RGB value is (10,196,31).

#0ac41f hex color red value is 10, green value is 196 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #0ac41f hue: 0.35 , saturation: 0.90 and the lightness value of 0ac41f is 0.40.

The process color (four color CMYK) of #0ac41f color hex is 0.95, 0.00, 0.84, 0.23. Web safe color of #0ac41f is #00cc33. Color #0ac41f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001010 11000100 00011111
Octal 12 304 37
Decimal 10 196 31
Hex A C4 1F

RGB Percentages of Color #0ac41f

%4.22
%82.70
%13.08

CMYK Percentages of Color #0ac41f

%95
%0
%84
%23

Triadic Colors of #0ac41f

#0ac41f #1f0ac4 #c41f0a

Analogous Colors of #0ac41f

#0ac41f #0ac47c #52c40a

Monochromatic Colors of #0ac41f

#0ac41f

Complementary Color

#0ac41f #c40aaf

#0ac41f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ac41f Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ac41f Color CSS Codes

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

#0ac41f Text Font Color

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

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


#0ac41f Background Color

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

This div background color is #0ac41f


#0ac41f Border Color

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

This div border color is #0ac41f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(10,196,31, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0ac41f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0ac41f;
  -webkit-box-shadow: 1px 1px 3px 2px #0ac41f;
  box-shadow:         1px 1px 3px 2px #0ac41f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(10,196,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 #0ac41f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ac41f


Comments

No comments written yet.

Please login to write comment.