Color Hex Logo

#0faf5a Color Hex

#0FAF5A
(15,175,90)
0 Favorites   0 Comments

Color spaces of #0faf5a

RGB 1517590
HSL0.410.840.37
HSV148°91°69°
CMYK 0.910.000.49   0.31
XYZ17.372431.499714.8373
Yxy31.49970.27270.4944
Hunter Lab56.1246-42.966423.6131
CIE-Lab62.9272-56.448333.1626

#0faf5a color RGB value is (15,175,90).

#0faf5a hex color red value is 15, green value is 175 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #0faf5a hue: 0.41 , saturation: 0.84 and the lightness value of 0faf5a is 0.37.

The process color (four color CMYK) of #0faf5a color hex is 0.91, 0.00, 0.49, 0.31. Web safe color of #0faf5a is #009966. Color #0faf5a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 10101111 01011010
Octal 17 257 132
Decimal 15 175 90
Hex F AF 5A

RGB Percentages of Color #0faf5a

%5.36
%62.50
%32.14

CMYK Percentages of Color #0faf5a

%91
%0
%49
%31

Triadic Colors of #0faf5a

#0faf5a #5a0faf #af5a0f

Analogous Colors of #0faf5a

#0faf5a #0fafaa #14af0f

Monochromatic Colors of #0faf5a

#0faf5a

Complementary Color

#0faf5a #af0f64

#0faf5a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0faf5a Color Preview on White Background

Lorem ipsum dolor sit amet.

#0faf5a Color CSS Codes

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

#0faf5a Text Font Color

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

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


#0faf5a Background Color

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

This div background color is #0faf5a


#0faf5a Border Color

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

This div border color is #0faf5a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(15,175,90, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0faf5a


Comments

No comments written yet.

Please login to write comment.