Color spaces of #acc270
RGB | 172 | 194 | 112 |
---|---|---|---|
HSL | 0.21 | 0.40 | 0.60 |
HSV | 76° | 42° | 76° |
CMYK | 0.11 | 0.00 | 0.42 0.24 |
XYZ | 39.2297 | 48.5241 | 22.6277 |
Yxy | 48.5241 | 0.3554 | 0.4396 |
Hunter Lab | 69.6592 | -21.3786 | 29.5021 |
CIE-Lab | 75.1543 | -20.6329 | 38.6976 |
#acc270 color RGB value is (172,194,112).
#acc270 hex color red value is 172, green value is 194 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #acc270 hue: 0.21 , saturation: 0.40 and the lightness value of acc270 is 0.60.
The process color (four color CMYK) of #acc270 color hex is 0.11, 0.00, 0.42, 0.24. Web safe color of #acc270 is #99cc66. Color #acc270 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101100 | 11000010 | 01110000 |
Octal | 254 | 302 | 160 |
Decimal | 172 | 194 | 112 |
Hex | AC | C2 | 70 |
Shades of #acc270
Tints of #acc270
RGB Percentages of Color #acc270
CMYK Percentages of Color #acc270
Complementary Color
#acc270 | #8670c2 |
#acc270 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#acc270 Color Preview on White Background
Lorem ipsum dolor sit amet.
#acc270 Color CSS Codes
.mybgcolor {background-color:#acc270; } .myforecolor {color:#acc270; } .mybordercolor {border:3px solid #acc270; }
#acc270 Text Font Color
<p style="color:#acc270">Text here</p>
This sample text font color is #acc270
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.
#acc270 Background Color
<div style="background-color:#acc270">
Div content here</div>
This div background color is #acc270
#acc270 Border Color
<div style="border:3px solid #acc270">
Div here</div>
This div border color is #acc270
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(172,194,112, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #acc270; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #acc270; -webkit-box-shadow: 1px 1px 3px 2px #acc270; box-shadow: 1px 1px 3px 2px #acc270; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(172,194,112, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #acc270">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #acc270; -webkit-box-shadow: 1px 1px 3px 2px #acc270; box-shadow: 1px 1px 3px 2px #acc270;">
Div content here</div>
This div box has shadow with color #acc270
Comments
No comments written yet.
Please login to write comment.