Color spaces of #09cc5e
RGB | 9 | 204 | 94 |
---|---|---|---|
HSL | 0.41 | 0.92 | 0.42 |
HSV | 146° | 96° | 80° |
CMYK | 0.96 | 0.00 | 0.54 0.20 |
XYZ | 23.7259 | 44.0520 | 17.8421 |
Yxy | 44.0520 | 0.2771 | 0.5145 |
Hunter Lab | 66.3717 | -52.3420 | 30.5218 |
CIE-Lab | 72.2632 | -65.6232 | 42.7340 |
#09cc5e color RGB value is (9,204,94).
#09cc5e hex color red value is 9, green value is 204 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #09cc5e hue: 0.41 , saturation: 0.92 and the lightness value of 09cc5e is 0.42.
The process color (four color CMYK) of #09cc5e color hex is 0.96, 0.00, 0.54, 0.20. Web safe color of #09cc5e is #00cc66. Color #09cc5e contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00001001 | 11001100 | 01011110 |
Octal | 11 | 314 | 136 |
Decimal | 9 | 204 | 94 |
Hex | 9 | CC | 5E |
Shades of #09cc5e
Tints of #09cc5e
RGB Percentages of Color #09cc5e
CMYK Percentages of Color #09cc5e
Complementary Color
#09cc5e | #cc0977 |
#09cc5e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#09cc5e Color Preview on White Background
Lorem ipsum dolor sit amet.
#09cc5e Color CSS Codes
.mybgcolor {background-color:#09cc5e; } .myforecolor {color:#09cc5e; } .mybordercolor {border:3px solid #09cc5e; }
#09cc5e Text Font Color
<p style="color:#09cc5e">Text here</p>
This sample text font color is #09cc5e
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.
#09cc5e Background Color
<div style="background-color:#09cc5e">
Div content here</div>
This div background color is #09cc5e
#09cc5e Border Color
<div style="border:3px solid #09cc5e">
Div here</div>
This div border color is #09cc5e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(9,204,94, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #09cc5e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #09cc5e; -webkit-box-shadow: 1px 1px 3px 2px #09cc5e; box-shadow: 1px 1px 3px 2px #09cc5e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(9,204,94, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #09cc5e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #09cc5e; -webkit-box-shadow: 1px 1px 3px 2px #09cc5e; box-shadow: 1px 1px 3px 2px #09cc5e;">
Div content here</div>
This div box has shadow with color #09cc5e
Comments
No comments written yet.
Please login to write comment.