Shades of Free Speech Green #01FB0A
Tints of Free Speech Green #01FB0A
RGB
CMYK
RGB Variations
Color information
#01FB0A (or 0x01FB0A) is known color: Free Speech Green. HEX triplet: 01, FB and 0A. RGB value is (1,251,10). Sum of RGB (Red+Green+Blue) = 1+251+10=262 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 262); Green value is 251 (98.44% from 255 or 95.80% from 262); Blue value is 10 (4.30% from 255 or 3.82% from 262); Max value from RGB is 251 - color contains mainly: green. Hex color #01FB0A is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #01FB0A is #FE04F5. Grayscale: #959595. Windows color (decimal): -16647414 or 719617. OLE color: 719617.
HSL color Cylindrical-coordinate representation of color #01FB0A: hue angle of 122.16º 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 #01FB0A is Cyan = 1.00, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 1 | 251 | 10 | - |
| CMYK | 1.00 | 0 | 0.96 | 0.02 |
| HSL | 122.16º | 0.99% | 0.49% | - |
| HSV(B) | 122.16º | 1% | 0.98% | - |
| XYZ | 34.56 | 69.02 | 11.79 | - |
| YUV | 148.78 | 49.68 | 22.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 251 | 10 | 1.00 | 0 | 0.96 | 0.02 | 122.16 | 0.99 | 0.49 |
| Hex | 1 | FB | A | 64 | 0 | 60 | 2 | 7A | 63 | 31 |
| Octal | 1 | 373 | 12 | 144 | 0 | 140 | 2 | 172 | 143 | 61 |
| Binary | 1 | 11111011 | 1010 | 1100100 | 0 | 1100000 | 10 | 1111010 | 1100011 | 110001 |
Color Harmonies of #01FB0A
Complementary color
Monochromatic Colors of #01FB0A
Black with #01FB0A
Text Example
Text Example
White with #01FB0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01FB0A; }
p { color: rgb(1,251,10); }
H1.HeaderClassName
{
color: #01FB0A;
}
.AnyTagClassName
{
color: #01FB0A;
}
</style>
background-color css
<style>
a { background-color: #01FB0A; }
a { background-color: rgb(1,251,10); }
div.DivClassName
{
background-color: #01FB0A;
}
.BgClassName
{
background-color: #01FB0A;
}
</style>
border-color css
<style>
span { border-color: #01FB0A; }
span { border-color: rgb(1,251,10); }
td.TdClassName
{
border-color: #01FB0A;
}
.TagClassName
{
border-color: #01FB0A;
}
</style>