Color spaces of #6ad60c
RGB | 106 | 214 | 12 |
---|---|---|---|
HSL | 0.26 | 0.89 | 0.44 |
HSV | 92° | 94° | 84° |
CMYK | 0.50 | 0.00 | 0.94 0.16 |
XYZ | 30.0568 | 51.1839 | 8.6431 |
Yxy | 51.1839 | 0.3344 | 0.5694 |
Hunter Lab | 71.5429 | -50.2082 | 42.9172 |
CIE-Lab | 76.7903 | -59.3109 | 74.0292 |
#6ad60c color RGB value is (106,214,12).
#6ad60c hex color red value is 106, green value is 214 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #6ad60c hue: 0.26 , saturation: 0.89 and the lightness value of 6ad60c is 0.44.
The process color (four color CMYK) of #6ad60c color hex is 0.50, 0.00, 0.94, 0.16. Web safe color of #6ad60c is #66cc00. Color #6ad60c contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01101010 | 11010110 | 00001100 |
Octal | 152 | 326 | 14 |
Decimal | 106 | 214 | 12 |
Hex | 6A | D6 | C |
Shades of #6ad60c
Tints of #6ad60c
RGB Percentages of Color #6ad60c
CMYK Percentages of Color #6ad60c
Complementary Color
#6ad60c | #780cd6 |
#6ad60c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#6ad60c Color Preview on White Background
Lorem ipsum dolor sit amet.
#6ad60c Color CSS Codes
.mybgcolor {background-color:#6ad60c; } .myforecolor {color:#6ad60c; } .mybordercolor {border:3px solid #6ad60c; }
#6ad60c Text Font Color
<p style="color:#6ad60c">Text here</p>
This sample text font color is #6ad60c
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.
#6ad60c Background Color
<div style="background-color:#6ad60c">
Div content here</div>
This div background color is #6ad60c
#6ad60c Border Color
<div style="border:3px solid #6ad60c">
Div here</div>
This div border color is #6ad60c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(106,214,12, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #6ad60c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6ad60c; -webkit-box-shadow: 1px 1px 3px 2px #6ad60c; box-shadow: 1px 1px 3px 2px #6ad60c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(106,214,12, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #6ad60c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #6ad60c; -webkit-box-shadow: 1px 1px 3px 2px #6ad60c; box-shadow: 1px 1px 3px 2px #6ad60c;">
Div content here</div>
This div box has shadow with color #6ad60c
Comments
No comments written yet.
Please login to write comment.