Shades of Free Speech Green #01FB0C
Tints of Free Speech Green #01FB0C
RGB
CMYK
RGB Variations
Color information
#01FB0C (or 0x01FB0C) is known color: Free Speech Green. HEX triplet: 01, FB and 0C. RGB value is (1,251,12). Sum of RGB (Red+Green+Blue) = 1+251+12=264 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 264); Green value is 251 (98.44% from 255 or 95.08% from 264); Blue value is 12 (5.08% from 255 or 4.55% from 264); Max value from RGB is 251 - color contains mainly: green. Hex color #01FB0C is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #01FB0C is #FE04F3. Grayscale: #959595. Windows color (decimal): -16647412 or 850689. OLE color: 850689.
HSL color Cylindrical-coordinate representation of color #01FB0C: hue angle of 122.64º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01FB0C is Cyan = 1.00, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 1 | 251 | 12 | - |
| CMYK | 1.00 | 0 | 0.95 | 0.02 |
| HSL | 122.64º | 0.99% | 0.49% | - |
| HSV(B) | 122.64º | 1% | 0.98% | - |
| XYZ | 34.58 | 69.03 | 11.85 | - |
| YUV | 149 | 50.68 | 22.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 251 | 12 | 1.00 | 0 | 0.95 | 0.02 | 122.64 | 0.99 | 0.49 |
| Hex | 1 | FB | C | 64 | 0 | 5F | 2 | 7B | 63 | 31 |
| Octal | 1 | 373 | 14 | 144 | 0 | 137 | 2 | 173 | 143 | 61 |
| Binary | 1 | 11111011 | 1100 | 1100100 | 0 | 1011111 | 10 | 1111011 | 1100011 | 110001 |
Color Harmonies of #01FB0C
Complementary color
Monochromatic Colors of #01FB0C
Black with #01FB0C
Text Example
Text Example
White with #01FB0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01FB0C; }
p { color: rgb(1,251,12); }
H1.HeaderClassName
{
color: #01FB0C;
}
.AnyTagClassName
{
color: #01FB0C;
}
</style>
background-color css
<style>
a { background-color: #01FB0C; }
a { background-color: rgb(1,251,12); }
div.DivClassName
{
background-color: #01FB0C;
}
.BgClassName
{
background-color: #01FB0C;
}
</style>
border-color css
<style>
span { border-color: #01FB0C; }
span { border-color: rgb(1,251,12); }
td.TdClassName
{
border-color: #01FB0C;
}
.TagClassName
{
border-color: #01FB0C;
}
</style>