Color Hex Logo

#0fa54a Color Hex

#0FA54A
(15,165,74)
0 Favorites   0 Comments

Color spaces of #0fa54a

RGB 1516574
HSL0.400.830.35
HSV144°91°65°
CMYK 0.910.000.55   0.35
XYZ14.888227.506211.0031
Yxy27.50620.27880.5151
Hunter Lab52.4464-41.109524.2736
CIE-Lab59.4400-55.643936.9120

#0fa54a color RGB value is (15,165,74).

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

The process color (four color CMYK) of #0fa54a color hex is 0.91, 0.00, 0.55, 0.35. Web safe color of #0fa54a is #009933. Color #0fa54a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 10100101 01001010
Octal 17 245 112
Decimal 15 165 74
Hex F A5 4A

RGB Percentages of Color #0fa54a

%5.91
%64.96
%29.13

CMYK Percentages of Color #0fa54a

%91
%0
%55
%35

Triadic Colors of #0fa54a

#0fa54a #4a0fa5 #a54a0f

Analogous Colors of #0fa54a

#0fa54a #0fa595 #1fa50f

Monochromatic Colors of #0fa54a

#0fa54a

Complementary Color

#0fa54a #a50f6a

#0fa54a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fa54a Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fa54a Color CSS Codes

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

#0fa54a Text Font Color

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

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


#0fa54a Background Color

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

This div background color is #0fa54a


#0fa54a Border Color

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

This div border color is #0fa54a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fa54a


Comments

No comments written yet.

Please login to write comment.