Color Hex Logo

#0ad74a Color Hex

#0AD74A
(10,215,74)
0 Favorites   0 Comments

Color spaces of #0ad74a

RGB 1021574
HSL0.390.910.44
HSV139°95°84°
CMYK 0.950.000.66   0.16
XYZ25.661649.159814.6149
Yxy49.15980.28690.5497
Hunter Lab70.1140-57.368936.7212
CIE-Lab75.5506-71.454255.4439

#0ad74a color RGB value is (10,215,74).

#0ad74a hex color red value is 10, green value is 215 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #0ad74a hue: 0.39 , saturation: 0.91 and the lightness value of 0ad74a is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 00001010 11010111 01001010
Octal 12 327 112
Decimal 10 215 74
Hex A D7 4A

RGB Percentages of Color #0ad74a

%3.34
%71.91
%24.75

CMYK Percentages of Color #0ad74a

%95
%0
%66
%16

Triadic Colors of #0ad74a

#0ad74a #4a0ad7 #d74a0a

Analogous Colors of #0ad74a

#0ad74a #0ad7b1 #30d70a

Monochromatic Colors of #0ad74a

#0ad74a

Complementary Color

#0ad74a #d70a97

#0ad74a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ad74a Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ad74a Color CSS Codes

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

#0ad74a Text Font Color

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

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


#0ad74a Background Color

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

This div background color is #0ad74a


#0ad74a Border Color

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

This div border color is #0ad74a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ad74a


Comments

No comments written yet.

Please login to write comment.