Shades of Free Speech Green #01F022
Tints of Free Speech Green #01F022
RGB
CMYK
RGB Variations
Color information
#01F022 (or 0x01F022) is known color: Free Speech Green. HEX triplet: 01, F0 and 22. RGB value is (1,240,34). Sum of RGB (Red+Green+Blue) = 1+240+34=275 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 275); Green value is 240 (94.14% from 255 or 87.27% from 275); Blue value is 34 (13.67% from 255 or 12.36% from 275); Max value from RGB is 240 - color contains mainly: green. Hex color #01F022 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #01F022 is #FE0FDD. Grayscale: #919191. Windows color (decimal): -16650206 or 2289665. OLE color: 2289665.
HSL color Cylindrical-coordinate representation of color #01F022: hue angle of 128.28º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01F022 is Cyan = 1.00, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 1 | 240 | 34 | - |
| CMYK | 1.00 | 0 | 0.86 | 0.06 |
| HSL | 128.28º | 0.99% | 0.47% | - |
| HSV(B) | 128.28º | 1% | 0.94% | - |
| XYZ | 31.46 | 62.44 | 11.91 | - |
| YUV | 145.06 | 65.32 | 25.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 240 | 34 | 1.00 | 0 | 0.86 | 0.06 | 128.28 | 0.99 | 0.47 |
| Hex | 1 | F0 | 22 | 64 | 0 | 56 | 6 | 80 | 63 | 2F |
| Octal | 1 | 360 | 42 | 144 | 0 | 126 | 6 | 200 | 143 | 57 |
| Binary | 1 | 11110000 | 100010 | 1100100 | 0 | 1010110 | 110 | 10000000 | 1100011 | 101111 |
Color Harmonies of #01F022
Complementary color
Monochromatic Colors of #01F022
Black with #01F022
Text Example
Text Example
White with #01F022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01F022; }
p { color: rgb(1,240,34); }
H1.HeaderClassName
{
color: #01F022;
}
.AnyTagClassName
{
color: #01F022;
}
</style>
background-color css
<style>
a { background-color: #01F022; }
a { background-color: rgb(1,240,34); }
div.DivClassName
{
background-color: #01F022;
}
.BgClassName
{
background-color: #01F022;
}
</style>
border-color css
<style>
span { border-color: #01F022; }
span { border-color: rgb(1,240,34); }
td.TdClassName
{
border-color: #01F022;
}
.TagClassName
{
border-color: #01F022;
}
</style>