Shades of Free Speech Green #01D617
Tints of Free Speech Green #01D617
RGB
CMYK
RGB Variations
Color information
#01D617 (or 0x01D617) is known color: Free Speech Green. HEX triplet: 01, D6 and 17. RGB value is (1,214,23). Sum of RGB (Red+Green+Blue) = 1+214+23=238 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 238); Green value is 214 (83.98% from 255 or 89.92% from 238); Blue value is 23 (9.38% from 255 or 9.66% from 238); Max value from RGB is 214 - color contains mainly: green. Hex color #01D617 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #01D617 is #FE29E8. Grayscale: #818181. Windows color (decimal): -16656873 or 1562113. OLE color: 1562113.
HSL color Cylindrical-coordinate representation of color #01D617: hue angle of 126.2º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01D617 is Cyan = 1.00, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 1 | 214 | 23 | - |
| CMYK | 1.00 | 0 | 0.89 | 0.16 |
| HSL | 126.2º | 0.99% | 0.42% | - |
| HSV(B) | 126.2º | 1% | 0.84% | - |
| XYZ | 24.21 | 48.16 | 8.83 | - |
| YUV | 128.54 | 68.43 | 37.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 214 | 23 | 1.00 | 0 | 0.89 | 0.16 | 126.2 | 0.99 | 0.42 |
| Hex | 1 | D6 | 17 | 64 | 0 | 59 | 10 | 7E | 63 | 2A |
| Octal | 1 | 326 | 27 | 144 | 0 | 131 | 20 | 176 | 143 | 52 |
| Binary | 1 | 11010110 | 10111 | 1100100 | 0 | 1011001 | 10000 | 1111110 | 1100011 | 101010 |
Color Harmonies of #01D617
Complementary color
Monochromatic Colors of #01D617
Black with #01D617
Text Example
Text Example
White with #01D617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01D617; }
p { color: rgb(1,214,23); }
H1.HeaderClassName
{
color: #01D617;
}
.AnyTagClassName
{
color: #01D617;
}
</style>
background-color css
<style>
a { background-color: #01D617; }
a { background-color: rgb(1,214,23); }
div.DivClassName
{
background-color: #01D617;
}
.BgClassName
{
background-color: #01D617;
}
</style>
border-color css
<style>
span { border-color: #01D617; }
span { border-color: rgb(1,214,23); }
td.TdClassName
{
border-color: #01D617;
}
.TagClassName
{
border-color: #01D617;
}
</style>