Color spaces of #a0d73e
RGB | 160 | 215 | 62 |
---|---|---|---|
HSL | 0.23 | 0.66 | 0.54 |
HSV | 82° | 71° | 84° |
CMYK | 0.26 | 0.00 | 0.71 0.16 |
XYZ | 39.6671 | 56.4223 | 13.3573 |
Yxy | 56.4223 | 0.3624 | 0.5155 |
Hunter Lab | 75.1148 | -37.1874 | 42.0371 |
CIE-Lab | 79.8536 | -39.5099 | 65.8885 |
#a0d73e color RGB value is (160,215,62).
#a0d73e hex color red value is 160, green value is 215 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #a0d73e hue: 0.23 , saturation: 0.66 and the lightness value of a0d73e is 0.54.
The process color (four color CMYK) of #a0d73e color hex is 0.26, 0.00, 0.71, 0.16. Web safe color of #a0d73e is #99cc33. Color #a0d73e contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100000 | 11010111 | 00111110 |
Octal | 240 | 327 | 76 |
Decimal | 160 | 215 | 62 |
Hex | A0 | D7 | 3E |
Shades of #a0d73e
Tints of #a0d73e
RGB Percentages of Color #a0d73e
CMYK Percentages of Color #a0d73e
Complementary Color
#a0d73e | #753ed7 |
#a0d73e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a0d73e Color Preview on White Background
Lorem ipsum dolor sit amet.
#a0d73e Color CSS Codes
.mybgcolor {background-color:#a0d73e; } .myforecolor {color:#a0d73e; } .mybordercolor {border:3px solid #a0d73e; }
#a0d73e Text Font Color
<p style="color:#a0d73e">Text here</p>
This sample text font color is #a0d73e
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.
#a0d73e Background Color
<div style="background-color:#a0d73e">
Div content here</div>
This div background color is #a0d73e
#a0d73e Border Color
<div style="border:3px solid #a0d73e">
Div here</div>
This div border color is #a0d73e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(160,215,62, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a0d73e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a0d73e; -webkit-box-shadow: 1px 1px 3px 2px #a0d73e; box-shadow: 1px 1px 3px 2px #a0d73e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(160,215,62, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a0d73e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a0d73e; -webkit-box-shadow: 1px 1px 3px 2px #a0d73e; box-shadow: 1px 1px 3px 2px #a0d73e;">
Div content here</div>
This div box has shadow with color #a0d73e
Comments
No comments written yet.
Please login to write comment.