Color spaces of #a7c030
RGB | 167 | 192 | 48 |
---|---|---|---|
HSL | 0.20 | 0.60 | 0.47 |
HSV | 70° | 75° | 75° |
CMYK | 0.13 | 0.00 | 0.75 0.25 |
XYZ | 35.3195 | 46.1282 | 9.8384 |
Yxy | 46.1282 | 0.3869 | 0.5053 |
Hunter Lab | 67.9177 | -26.0301 | 38.9538 |
CIE-Lab | 73.6286 | -26.8609 | 64.7855 |
#a7c030 color RGB value is (167,192,48).
#a7c030 hex color red value is 167, green value is 192 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #a7c030 hue: 0.20 , saturation: 0.60 and the lightness value of a7c030 is 0.47.
The process color (four color CMYK) of #a7c030 color hex is 0.13, 0.00, 0.75, 0.25. Web safe color of #a7c030 is #99cc33. Color #a7c030 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100111 | 11000000 | 00110000 |
Octal | 247 | 300 | 60 |
Decimal | 167 | 192 | 48 |
Hex | A7 | C0 | 30 |
Shades of #a7c030
Tints of #a7c030
RGB Percentages of Color #a7c030
CMYK Percentages of Color #a7c030
Complementary Color
#a7c030 | #4930c0 |
#a7c030 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a7c030 Color Preview on White Background
Lorem ipsum dolor sit amet.
#a7c030 Color CSS Codes
.mybgcolor {background-color:#a7c030; } .myforecolor {color:#a7c030; } .mybordercolor {border:3px solid #a7c030; }
#a7c030 Text Font Color
<p style="color:#a7c030">Text here</p>
This sample text font color is #a7c030
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.
#a7c030 Background Color
<div style="background-color:#a7c030">
Div content here</div>
This div background color is #a7c030
#a7c030 Border Color
<div style="border:3px solid #a7c030">
Div here</div>
This div border color is #a7c030
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(167,192,48, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a7c030; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a7c030; -webkit-box-shadow: 1px 1px 3px 2px #a7c030; box-shadow: 1px 1px 3px 2px #a7c030; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(167,192,48, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a7c030">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a7c030; -webkit-box-shadow: 1px 1px 3px 2px #a7c030; box-shadow: 1px 1px 3px 2px #a7c030;">
Div content here</div>
This div box has shadow with color #a7c030
Comments
No comments written yet.
Please login to write comment.