Color Hex Logo

#0fa24a Color Hex

#0FA24A
(15,162,74)
0 Favorites   0 Comments

Color spaces of #0fa24a

RGB 1516274
HSL0.400.830.35
HSV144°91°64°
CMYK 0.910.000.54   0.36
XYZ14.353426.436610.8248
Yxy26.43660.27810.5122
Hunter Lab51.4165-40.149023.5092
CIE-Lab58.4492-54.639835.7097

#0fa24a color RGB value is (15,162,74).

#0fa24a hex color red value is 15, green value is 162 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #0fa24a hue: 0.40 , saturation: 0.83 and the lightness value of 0fa24a is 0.35.

The process color (four color CMYK) of #0fa24a color hex is 0.91, 0.00, 0.54, 0.36. Web safe color of #0fa24a is #009933. Color #0fa24a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 10100010 01001010
Octal 17 242 112
Decimal 15 162 74
Hex F A2 4A

RGB Percentages of Color #0fa24a

%5.98
%64.54
%29.48

CMYK Percentages of Color #0fa24a

%91
%0
%54
%36

Triadic Colors of #0fa24a

#0fa24a #4a0fa2 #a24a0f

Analogous Colors of #0fa24a

#0fa24a #0fa294 #1ea20f

Monochromatic Colors of #0fa24a

#0fa24a

Complementary Color

#0fa24a #a20f67

#0fa24a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fa24a Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fa24a Color CSS Codes

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

#0fa24a Text Font Color

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

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


#0fa24a Background Color

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

This div background color is #0fa24a


#0fa24a Border Color

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

This div border color is #0fa24a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fa24a


Comments

No comments written yet.

Please login to write comment.