Color Hex Logo

#0ac491 Color Hex

#0AC491
(10,196,145)
0 Favorites   0 Comments

Color spaces of #0ac491

RGB 10196145
HSL0.450.900.40
HSV164°95°77°
CMYK 0.950.000.26   0.23
XYZ24.975941.588733.4991
Yxy41.58870.24960.4156
Hunter Lab64.4893-43.725514.3442
CIE-Lab70.5864-52.961114.2702

#0ac491 color RGB value is (10,196,145).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001010 11000100 10010001
Octal 12 304 221
Decimal 10 196 145
Hex A C4 91

RGB Percentages of Color #0ac491

%2.85
%55.84
%41.31

CMYK Percentages of Color #0ac491

%95
%0
%26
%23

Triadic Colors of #0ac491

#0ac491 #910ac4 #c4910a

Analogous Colors of #0ac491

#0ac491 #0a9ac4 #0ac434

Monochromatic Colors of #0ac491

#0ac491

Complementary Color

#0ac491 #c40a3d

#0ac491 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ac491 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ac491 Color CSS Codes

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

#0ac491 Text Font Color

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

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


#0ac491 Background Color

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

This div background color is #0ac491


#0ac491 Border Color

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

This div border color is #0ac491


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(10,196,145, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ac491


Comments

No comments written yet.

Please login to write comment.