Shades of Free Speech Green #00F116
Tints of Free Speech Green #00F116
RGB
CMYK
RGB Variations
Color information
#00F116 (or 0x00F116) is known color: Free Speech Green. HEX triplet: 00, F1 and 16. RGB value is (0,241,22). Sum of RGB (Red+Green+Blue) = 0+241+22=263 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 263); Green value is 241 (94.53% from 255 or 91.63% from 263); Blue value is 22 (8.98% from 255 or 8.37% from 263); Max value from RGB is 241 - color contains mainly: green. Hex color #00F116 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #00F116 is #FF0EE9. Grayscale: #909090. Windows color (decimal): -16715498 or 1503488. OLE color: 1503488.
HSL color Cylindrical-coordinate representation of color #00F116: hue angle of 125.48º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00F116 is Cyan = 1, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 0 | 241 | 22 | - |
| CMYK | 1 | 0 | 0.91 | 0.05 |
| HSL | 125.48º | 1% | 0.47% | - |
| HSV(B) | 125.48º | 1% | 0.95% | - |
| XYZ | 31.6 | 62.97 | 11.25 | - |
| YUV | 143.98 | 59.16 | 25.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 241 | 22 | 1 | 0 | 0.91 | 0.05 | 125.48 | 1 | 0.47 |
| Hex | 0 | F1 | 16 | 64 | 0 | 5B | 5 | 7D | 64 | 2F |
| Octal | 0 | 361 | 26 | 144 | 0 | 133 | 5 | 175 | 144 | 57 |
| Binary | 0 | 11110001 | 10110 | 1100100 | 0 | 1011011 | 101 | 1111101 | 1100100 | 101111 |
Color Harmonies of #00F116
Complementary color
Monochromatic Colors of #00F116
Black with #00F116
Text Example
Text Example
White with #00F116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00F116; }
p { color: rgb(0,241,22); }
H1.HeaderClassName
{
color: #00F116;
}
.AnyTagClassName
{
color: #00F116;
}
</style>
background-color css
<style>
a { background-color: #00F116; }
a { background-color: rgb(0,241,22); }
div.DivClassName
{
background-color: #00F116;
}
.BgClassName
{
background-color: #00F116;
}
</style>
border-color css
<style>
span { border-color: #00F116; }
span { border-color: rgb(0,241,22); }
td.TdClassName
{
border-color: #00F116;
}
.TagClassName
{
border-color: #00F116;
}
</style>