Color spaces of #acc144
RGB | 172 | 193 | 68 |
---|---|---|---|
HSL | 0.19 | 0.50 | 0.51 |
HSV | 70° | 65° | 76° |
CMYK | 0.11 | 0.00 | 0.65 0.24 |
XYZ | 37.1266 | 47.3279 | 12.6473 |
Yxy | 47.3279 | 0.3823 | 0.4874 |
Hunter Lab | 68.7953 | -24.0610 | 37.2568 |
CIE-Lab | 74.3990 | -24.1525 | 58.2770 |
#acc144 color RGB value is (172,193,68).
#acc144 hex color red value is 172, green value is 193 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #acc144 hue: 0.19 , saturation: 0.50 and the lightness value of acc144 is 0.51.
The process color (four color CMYK) of #acc144 color hex is 0.11, 0.00, 0.65, 0.24. Web safe color of #acc144 is #99cc33. Color #acc144 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101100 | 11000001 | 01000100 |
Octal | 254 | 301 | 104 |
Decimal | 172 | 193 | 68 |
Hex | AC | C1 | 44 |
Shades of #acc144
Tints of #acc144
RGB Percentages of Color #acc144
CMYK Percentages of Color #acc144
Complementary Color
#acc144 | #5944c1 |
#acc144 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#acc144 Color Preview on White Background
Lorem ipsum dolor sit amet.
#acc144 Color CSS Codes
.mybgcolor {background-color:#acc144; } .myforecolor {color:#acc144; } .mybordercolor {border:3px solid #acc144; }
#acc144 Text Font Color
<p style="color:#acc144">Text here</p>
This sample text font color is #acc144
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.
#acc144 Background Color
<div style="background-color:#acc144">
Div content here</div>
This div background color is #acc144
#acc144 Border Color
<div style="border:3px solid #acc144">
Div here</div>
This div border color is #acc144
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(172,193,68, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #acc144; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #acc144; -webkit-box-shadow: 1px 1px 3px 2px #acc144; box-shadow: 1px 1px 3px 2px #acc144; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(172,193,68, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #acc144">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #acc144; -webkit-box-shadow: 1px 1px 3px 2px #acc144; box-shadow: 1px 1px 3px 2px #acc144;">
Div content here</div>
This div box has shadow with color #acc144
Comments
No comments written yet.
Please login to write comment.