Shades of Free Speech Green #0FF416
Tints of Free Speech Green #0FF416
RGB
CMYK
RGB Variations
Color information
#0FF416 (or 0x0FF416) is known color: Free Speech Green. HEX triplet: 0F, F4 and 16. RGB value is (15,244,22). Sum of RGB (Red+Green+Blue) = 15+244+22=281 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.34% from 281); Green value is 244 (95.70% from 255 or 86.83% from 281); Blue value is 22 (8.98% from 255 or 7.83% from 281); Max value from RGB is 244 - color contains mainly: green. Hex color #0FF416 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0FF416 is #F00BE9. Grayscale: #969696. Windows color (decimal): -15731690 or 1504271. OLE color: 1504271.
HSL color Cylindrical-coordinate representation of color #0FF416: hue angle of 121.83º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FF416 is Cyan = 0.94, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 15 | 244 | 22 | - |
| CMYK | 0.94 | 0 | 0.91 | 0.04 |
| HSL | 121.83º | 0.91% | 0.51% | - |
| HSV(B) | 121.83º | 0.94% | 0.96% | - |
| XYZ | 32.69 | 64.86 | 11.56 | - |
| YUV | 150.22 | 55.63 | 31.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 244 | 22 | 0.94 | 0 | 0.91 | 0.04 | 121.83 | 0.91 | 0.51 |
| Hex | F | F4 | 16 | 5E | 0 | 5B | 4 | 7A | 5B | 33 |
| Octal | 17 | 364 | 26 | 136 | 0 | 133 | 4 | 172 | 133 | 63 |
| Binary | 1111 | 11110100 | 10110 | 1011110 | 0 | 1011011 | 100 | 1111010 | 1011011 | 110011 |
Color Harmonies of #0FF416
Complementary color
Monochromatic Colors of #0FF416
Black with #0FF416
Text Example
Text Example
White with #0FF416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FF416; }
p { color: rgb(15,244,22); }
H1.HeaderClassName
{
color: #0FF416;
}
.AnyTagClassName
{
color: #0FF416;
}
</style>
background-color css
<style>
a { background-color: #0FF416; }
a { background-color: rgb(15,244,22); }
div.DivClassName
{
background-color: #0FF416;
}
.BgClassName
{
background-color: #0FF416;
}
</style>
border-color css
<style>
span { border-color: #0FF416; }
span { border-color: rgb(15,244,22); }
td.TdClassName
{
border-color: #0FF416;
}
.TagClassName
{
border-color: #0FF416;
}
</style>