#64ae64 color RGB value is (6, 74, 230).
#64ae64 hex color red value is 6, green value is 74, and blue value is 230.
Cylindrical-coordinate representations (HSL) of color #64ae64
hue: 221.79,
saturation: 0.95 and lightness: 0.46.
The process color (four-color CMYK) of #64ae64 color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #64ae64 is #ff9999. Color #64ae64 contains mainly RED.
| Color spaces of #64ae64 | Value |
|---|---|
| RGB | 100, 174, 100 |
| HSL | 0.33, 0.31, 0.54 |
| HSV | 120°, 43°, 68° |
| XYZ | 22.69, 33.9, 17.4 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 1100100 | 10101110 | 1100100 |
| Octal | 144 | 256 | 144 |
| Decimal | 100 | 174 | 100 |
| Hex | 64 | AE | 64 |
Shades of #64ae64
Tints of #64ae64
.mybgColor {background-color: #64ae64;}
.myforeColor {color: #64ae64;}
.myborderColor {border:3px solid #64ae64;}
<p style="color:#64ae64">Text here</p>
This sample text is styled with the font color #64ae64. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,
<div style="background-color:#64ae64">Div content here</div>
<div style="border:3px solid #64ae64">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(100, 174, 100, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #64ae64; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #64ae64;
-webkit-box-shadow: 1px 1px 3px #64ae64;
box-shadow: 1px 1px 3px #64ae64; }
<p style="text-shadow: 4px 4px 2px rgba(100, 174, 100, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #64ae64;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #64ae64;
-webkit-box-shadow: 1px 1px 3px #64ae64;
box-shadow: 1px 1px 3px #64ae64;">Div content here</div>
