Color Hex Logo

#0ac510 Color Hex

#0AC510
(10,197,16)
0 Favorites   0 Comments

Color spaces of #0ac510

RGB 1019716
HSL0.340.900.41
HSV122°95°77°
CMYK 0.950.000.92   0.23
XYZ20.185040.03447.1538
Yxy40.03440.29960.5942
Hunter Lab63.2727-53.783037.5874
CIE-Lab69.4940-70.199466.7006

#0ac510 color RGB value is (10,197,16).

#0ac510 hex color red value is 10, green value is 197 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #0ac510 hue: 0.34 , saturation: 0.90 and the lightness value of 0ac510 is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 00001010 11000101 00010000
Octal 12 305 20
Decimal 10 197 16
Hex A C5 10

RGB Percentages of Color #0ac510

%4.48
%88.34
%7.17

CMYK Percentages of Color #0ac510

%95
%0
%92
%23

Triadic Colors of #0ac510

#0ac510 #100ac5 #c5100a

Analogous Colors of #0ac510

#0ac510 #0ac56e #62c50a

Monochromatic Colors of #0ac510

#0ac510

Complementary Color

#0ac510 #c50abf

#0ac510 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ac510 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ac510 Color CSS Codes

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

#0ac510 Text Font Color

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

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


#0ac510 Background Color

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

This div background color is #0ac510


#0ac510 Border Color

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

This div border color is #0ac510


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ac510


Comments

No comments written yet.

Please login to write comment.