Color spaces of #9ad73d
RGB | 154 | 215 | 61 |
---|---|---|---|
HSL | 0.23 | 0.66 | 0.54 |
HSV | 84° | 72° | 84° |
CMYK | 0.28 | 0.00 | 0.72 0.16 |
XYZ | 38.4692 | 55.8078 | 13.1593 |
Yxy | 55.8078 | 0.3581 | 0.5195 |
Hunter Lab | 74.7046 | -38.8144 | 41.8492 |
CIE-Lab | 79.5043 | -41.8043 | 65.7798 |
#9ad73d color RGB value is (154,215,61).
#9ad73d hex color red value is 154, green value is 215 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #9ad73d hue: 0.23 , saturation: 0.66 and the lightness value of 9ad73d is 0.54.
The process color (four color CMYK) of #9ad73d color hex is 0.28, 0.00, 0.72, 0.16. Web safe color of #9ad73d is #99cc33. Color #9ad73d contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011010 | 11010111 | 00111101 |
Octal | 232 | 327 | 75 |
Decimal | 154 | 215 | 61 |
Hex | 9A | D7 | 3D |
Shades of #9ad73d
Tints of #9ad73d
RGB Percentages of Color #9ad73d
CMYK Percentages of Color #9ad73d
Complementary Color
#9ad73d | #7a3dd7 |
#9ad73d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#9ad73d Color Preview on White Background
Lorem ipsum dolor sit amet.
#9ad73d Color CSS Codes
.mybgcolor {background-color:#9ad73d; } .myforecolor {color:#9ad73d; } .mybordercolor {border:3px solid #9ad73d; }
#9ad73d Text Font Color
<p style="color:#9ad73d">Text here</p>
This sample text font color is #9ad73d
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.
#9ad73d Background Color
<div style="background-color:#9ad73d">
Div content here</div>
This div background color is #9ad73d
#9ad73d Border Color
<div style="border:3px solid #9ad73d">
Div here</div>
This div border color is #9ad73d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(154,215,61, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #9ad73d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9ad73d; -webkit-box-shadow: 1px 1px 3px 2px #9ad73d; box-shadow: 1px 1px 3px 2px #9ad73d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(154,215,61, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #9ad73d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #9ad73d; -webkit-box-shadow: 1px 1px 3px 2px #9ad73d; box-shadow: 1px 1px 3px 2px #9ad73d;">
Div content here</div>
This div box has shadow with color #9ad73d
Comments
No comments written yet.
Please login to write comment.