Color spaces of #5fa159
RGB | 95 | 161 | 89 |
---|---|---|---|
HSL | 0.32 | 0.29 | 0.49 |
HSV | 115° | 45° | 63° |
CMYK | 0.41 | 0.00 | 0.45 0.37 |
XYZ | 19.2674 | 28.6439 | 13.9645 |
Yxy | 28.6439 | 0.3114 | 0.4629 |
Hunter Lab | 53.5200 | -29.3993 | 21.9940 |
CIE-Lab | 60.4661 | -35.8764 | 30.9782 |
#5fa159 color RGB value is (95,161,89).
#5fa159 hex color red value is 95, green value is 161 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #5fa159 hue: 0.32 , saturation: 0.29 and the lightness value of 5fa159 is 0.49.
The process color (four color CMYK) of #5fa159 color hex is 0.41, 0.00, 0.45, 0.37. Web safe color of #5fa159 is #669966. Color #5fa159 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01011111 | 10100001 | 01011001 |
Octal | 137 | 241 | 131 |
Decimal | 95 | 161 | 89 |
Hex | 5F | A1 | 59 |
Shades of #5fa159
Tints of #5fa159
RGB Percentages of Color #5fa159
CMYK Percentages of Color #5fa159
Complementary Color
#5fa159 | #9b59a1 |
#5fa159 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#5fa159 Color Preview on White Background
Lorem ipsum dolor sit amet.
#5fa159 Color CSS Codes
.mybgcolor {background-color:#5fa159; } .myforecolor {color:#5fa159; } .mybordercolor {border:3px solid #5fa159; }
#5fa159 Text Font Color
<p style="color:#5fa159">Text here</p>
This sample text font color is #5fa159
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.
#5fa159 Background Color
<div style="background-color:#5fa159">
Div content here</div>
This div background color is #5fa159
#5fa159 Border Color
<div style="border:3px solid #5fa159">
Div here</div>
This div border color is #5fa159
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(95,161,89, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #5fa159; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #5fa159; -webkit-box-shadow: 1px 1px 3px 2px #5fa159; box-shadow: 1px 1px 3px 2px #5fa159; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(95,161,89, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #5fa159">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #5fa159; -webkit-box-shadow: 1px 1px 3px 2px #5fa159; box-shadow: 1px 1px 3px 2px #5fa159;">
Div content here</div>
This div box has shadow with color #5fa159
Comments
No comments written yet.
Please login to write comment.