Color spaces of #9fab7a
RGB | 159 | 171 | 122 |
---|---|---|---|
HSL | 0.21 | 0.23 | 0.57 |
HSV | 75° | 29° | 67° |
CMYK | 0.07 | 0.00 | 0.29 0.33 |
XYZ | 32.3738 | 37.9019 | 24.0219 |
Yxy | 37.9019 | 0.3433 | 0.4019 |
Hunter Lab | 61.5645 | -13.8734 | 19.9608 |
CIE-Lab | 67.9483 | -12.6613 | 23.8886 |
#9fab7a color RGB value is (159,171,122).
#9fab7a hex color red value is 159, green value is 171 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #9fab7a hue: 0.21 , saturation: 0.23 and the lightness value of 9fab7a is 0.57.
The process color (four color CMYK) of #9fab7a color hex is 0.07, 0.00, 0.29, 0.33. Web safe color of #9fab7a is #999966. Color #9fab7a contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011111 | 10101011 | 01111010 |
Octal | 237 | 253 | 172 |
Decimal | 159 | 171 | 122 |
Hex | 9F | AB | 7A |
Shades of #9fab7a
Tints of #9fab7a
RGB Percentages of Color #9fab7a
CMYK Percentages of Color #9fab7a
Complementary Color
#9fab7a | #867aab |
#9fab7a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#9fab7a Color Preview on White Background
Lorem ipsum dolor sit amet.
#9fab7a Color CSS Codes
.mybgcolor {background-color:#9fab7a; } .myforecolor {color:#9fab7a; } .mybordercolor {border:3px solid #9fab7a; }
#9fab7a Text Font Color
<p style="color:#9fab7a">Text here</p>
This sample text font color is #9fab7a
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.
#9fab7a Background Color
<div style="background-color:#9fab7a">
Div content here</div>
This div background color is #9fab7a
#9fab7a Border Color
<div style="border:3px solid #9fab7a">
Div here</div>
This div border color is #9fab7a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(159,171,122, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #9fab7a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9fab7a; -webkit-box-shadow: 1px 1px 3px 2px #9fab7a; box-shadow: 1px 1px 3px 2px #9fab7a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(159,171,122, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #9fab7a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #9fab7a; -webkit-box-shadow: 1px 1px 3px 2px #9fab7a; box-shadow: 1px 1px 3px 2px #9fab7a;">
Div content here</div>
This div box has shadow with color #9fab7a
Comments
No comments written yet.
Please login to write comment.