Color spaces of #acd976
RGB | 172 | 217 | 118 |
---|---|---|---|
HSL | 0.24 | 0.57 | 0.66 |
HSV | 87° | 46° | 85° |
CMYK | 0.21 | 0.00 | 0.46 0.15 |
XYZ | 45.0961 | 59.7044 | 26.2868 |
Yxy | 59.7044 | 0.3440 | 0.4555 |
Hunter Lab | 77.2686 | -31.0426 | 33.9176 |
CIE-Lab | 81.6773 | -31.0476 | 43.8747 |
#acd976 color RGB value is (172,217,118).
#acd976 hex color red value is 172, green value is 217 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #acd976 hue: 0.24 , saturation: 0.57 and the lightness value of acd976 is 0.66.
The process color (four color CMYK) of #acd976 color hex is 0.21, 0.00, 0.46, 0.15. Web safe color of #acd976 is #99cc66. Color #acd976 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101100 | 11011001 | 01110110 |
Octal | 254 | 331 | 166 |
Decimal | 172 | 217 | 118 |
Hex | AC | D9 | 76 |
Shades of #acd976
Tints of #acd976
RGB Percentages of Color #acd976
CMYK Percentages of Color #acd976
Complementary Color
#acd976 | #a376d9 |
#acd976 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#acd976 Color Preview on White Background
Lorem ipsum dolor sit amet.
#acd976 Color CSS Codes
.mybgcolor {background-color:#acd976; } .myforecolor {color:#acd976; } .mybordercolor {border:3px solid #acd976; }
#acd976 Text Font Color
<p style="color:#acd976">Text here</p>
This sample text font color is #acd976
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.
#acd976 Background Color
<div style="background-color:#acd976">
Div content here</div>
This div background color is #acd976
#acd976 Border Color
<div style="border:3px solid #acd976">
Div here</div>
This div border color is #acd976
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(172,217,118, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #acd976; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #acd976; -webkit-box-shadow: 1px 1px 3px 2px #acd976; box-shadow: 1px 1px 3px 2px #acd976; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(172,217,118, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #acd976">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #acd976; -webkit-box-shadow: 1px 1px 3px 2px #acd976; box-shadow: 1px 1px 3px 2px #acd976;">
Div content here</div>
This div box has shadow with color #acd976
Comments
No comments written yet.
Please login to write comment.