Color spaces of #acf226
RGB | 172 | 242 | 38 |
---|---|---|---|
HSL | 0.22 | 0.89 | 0.55 |
HSV | 81° | 84° | 95° |
CMYK | 0.29 | 0.00 | 0.84 0.05 |
XYZ | 49.1152 | 72.4149 | 13.2225 |
Yxy | 72.4149 | 0.3645 | 0.5374 |
Hunter Lab | 85.0969 | -45.8952 | 50.3553 |
CIE-Lab | 88.1679 | -47.7674 | 80.5590 |
#acf226 color RGB value is (172,242,38).
#acf226 hex color red value is 172, green value is 242 and the blue value of its RGB is 38. Cylindrical-coordinate representations (also known as HSL) of color #acf226 hue: 0.22 , saturation: 0.89 and the lightness value of acf226 is 0.55.
The process color (four color CMYK) of #acf226 color hex is 0.29, 0.00, 0.84, 0.05. Web safe color of #acf226 is #99ff33. Color #acf226 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101100 | 11110010 | 00100110 |
Octal | 254 | 362 | 46 |
Decimal | 172 | 242 | 38 |
Hex | AC | F2 | 26 |
Shades of #acf226
Tints of #acf226
RGB Percentages of Color #acf226
CMYK Percentages of Color #acf226
Complementary Color
#acf226 | #6c26f2 |
#acf226 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#acf226 Color Preview on White Background
Lorem ipsum dolor sit amet.
#acf226 Color CSS Codes
.mybgcolor {background-color:#acf226; } .myforecolor {color:#acf226; } .mybordercolor {border:3px solid #acf226; }
#acf226 Text Font Color
<p style="color:#acf226">Text here</p>
This sample text font color is #acf226
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.
#acf226 Background Color
<div style="background-color:#acf226">
Div content here</div>
This div background color is #acf226
#acf226 Border Color
<div style="border:3px solid #acf226">
Div here</div>
This div border color is #acf226
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(172,242,38, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #acf226; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #acf226; -webkit-box-shadow: 1px 1px 3px 2px #acf226; box-shadow: 1px 1px 3px 2px #acf226; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(172,242,38, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #acf226">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #acf226; -webkit-box-shadow: 1px 1px 3px 2px #acf226; box-shadow: 1px 1px 3px 2px #acf226;">
Div content here</div>
This div box has shadow with color #acf226
Comments
No comments written yet.
Please login to write comment.