Shades of Free Speech Green #01DF18
Tints of Free Speech Green #01DF18
RGB
CMYK
RGB Variations
Color information
#01DF18 (or 0x01DF18) is known color: Free Speech Green. HEX triplet: 01, DF and 18. RGB value is (1,223,24). Sum of RGB (Red+Green+Blue) = 1+223+24=248 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 248); Green value is 223 (87.5% from 255 or 89.92% from 248); Blue value is 24 (9.77% from 255 or 9.68% from 248); Max value from RGB is 223 - color contains mainly: green. Hex color #01DF18 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #01DF18 is #FE20E7. Grayscale: #868686. Windows color (decimal): -16654568 or 1629953. OLE color: 1629953.
HSL color Cylindrical-coordinate representation of color #01DF18: hue angle of 126.22º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01DF18 is Cyan = 1.00, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 1 | 223 | 24 | - |
| CMYK | 1.00 | 0 | 0.89 | 0.13 |
| HSL | 126.22º | 0.99% | 0.44% | - |
| HSV(B) | 126.22º | 1% | 0.87% | - |
| XYZ | 26.57 | 52.85 | 9.66 | - |
| YUV | 133.94 | 65.95 | 33.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 223 | 24 | 1.00 | 0 | 0.89 | 0.13 | 126.22 | 0.99 | 0.44 |
| Hex | 1 | DF | 18 | 64 | 0 | 59 | D | 7E | 63 | 2C |
| Octal | 1 | 337 | 30 | 144 | 0 | 131 | 15 | 176 | 143 | 54 |
| Binary | 1 | 11011111 | 11000 | 1100100 | 0 | 1011001 | 1101 | 1111110 | 1100011 | 101100 |
Color Harmonies of #01DF18
Complementary color
Monochromatic Colors of #01DF18
Black with #01DF18
Text Example
Text Example
White with #01DF18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01DF18; }
p { color: rgb(1,223,24); }
H1.HeaderClassName
{
color: #01DF18;
}
.AnyTagClassName
{
color: #01DF18;
}
</style>
background-color css
<style>
a { background-color: #01DF18; }
a { background-color: rgb(1,223,24); }
div.DivClassName
{
background-color: #01DF18;
}
.BgClassName
{
background-color: #01DF18;
}
</style>
border-color css
<style>
span { border-color: #01DF18; }
span { border-color: rgb(1,223,24); }
td.TdClassName
{
border-color: #01DF18;
}
.TagClassName
{
border-color: #01DF18;
}
</style>