Shades of Free Speech Green #01F20C
Tints of Free Speech Green #01F20C
RGB
CMYK
RGB Variations
Color information
#01F20C (or 0x01F20C) is known color: Free Speech Green. HEX triplet: 01, F2 and 0C. RGB value is (1,242,12). Sum of RGB (Red+Green+Blue) = 1+242+12=255 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 255); Green value is 242 (94.92% from 255 or 94.90% from 255); Blue value is 12 (5.08% from 255 or 4.71% from 255); Max value from RGB is 242 - color contains mainly: green. Hex color #01F20C is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #01F20C is #FE0DF3. Grayscale: #909090. Windows color (decimal): -16649716 or 848385. OLE color: 848385.
HSL color Cylindrical-coordinate representation of color #01F20C: hue angle of 122.74º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01F20C is Cyan = 1.00, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 1 | 242 | 12 | - |
| CMYK | 1.00 | 0 | 0.95 | 0.05 |
| HSL | 122.74º | 0.99% | 0.48% | - |
| HSV(B) | 122.74º | 1% | 0.95% | - |
| XYZ | 31.83 | 63.54 | 10.93 | - |
| YUV | 143.72 | 53.66 | 26.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 242 | 12 | 1.00 | 0 | 0.95 | 0.05 | 122.74 | 0.99 | 0.48 |
| Hex | 1 | F2 | C | 64 | 0 | 5F | 5 | 7B | 63 | 30 |
| Octal | 1 | 362 | 14 | 144 | 0 | 137 | 5 | 173 | 143 | 60 |
| Binary | 1 | 11110010 | 1100 | 1100100 | 0 | 1011111 | 101 | 1111011 | 1100011 | 110000 |
Color Harmonies of #01F20C
Complementary color
Monochromatic Colors of #01F20C
Black with #01F20C
Text Example
Text Example
White with #01F20C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01F20C; }
p { color: rgb(1,242,12); }
H1.HeaderClassName
{
color: #01F20C;
}
.AnyTagClassName
{
color: #01F20C;
}
</style>
background-color css
<style>
a { background-color: #01F20C; }
a { background-color: rgb(1,242,12); }
div.DivClassName
{
background-color: #01F20C;
}
.BgClassName
{
background-color: #01F20C;
}
</style>
border-color css
<style>
span { border-color: #01F20C; }
span { border-color: rgb(1,242,12); }
td.TdClassName
{
border-color: #01F20C;
}
.TagClassName
{
border-color: #01F20C;
}
</style>