Shades of Free Speech Green #0FFF17
Tints of Free Speech Green #0FFF17
RGB
CMYK
RGB Variations
Color information
#0FFF17 (or 0x0FFF17) is known color: Free Speech Green. HEX triplet: 0F, FF and 17. RGB value is (15,255,23). Sum of RGB (Red+Green+Blue) = 15+255+23=293 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.12% from 293); Green value is 255 (100% from 255 or 87.03% from 293); Blue value is 23 (9.38% from 255 or 7.85% from 293); Max value from RGB is 255 - color contains mainly: green. Hex color #0FFF17 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0FFF17 is #F000E8. Grayscale: #9D9D9D. Windows color (decimal): -15728873 or 1572623. OLE color: 1572623.
HSL color Cylindrical-coordinate representation of color #0FFF17: hue angle of 122º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FFF17 is Cyan = 0.94, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 15 | 255 | 23 | - |
| CMYK | 0.94 | 0 | 0.91 | 0 |
| HSL | 122º | 1% | 0.53% | - |
| HSV(B) | 122º | 0.94% | 1% | - |
| XYZ | 36.11 | 71.68 | 12.74 | - |
| YUV | 156.79 | 52.49 | 26.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 255 | 23 | 0.94 | 0 | 0.91 | 0 | 122 | 1 | 0.53 |
| Hex | F | FF | 17 | 5E | 0 | 5B | 0 | 7A | 64 | 35 |
| Octal | 17 | 377 | 27 | 136 | 0 | 133 | 0 | 172 | 144 | 65 |
| Binary | 1111 | 11111111 | 10111 | 1011110 | 0 | 1011011 | 0 | 1111010 | 1100100 | 110101 |
Color Harmonies of #0FFF17
Complementary color
Monochromatic Colors of #0FFF17
Black with #0FFF17
Text Example
Text Example
White with #0FFF17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FFF17; }
p { color: rgb(15,255,23); }
H1.HeaderClassName
{
color: #0FFF17;
}
.AnyTagClassName
{
color: #0FFF17;
}
</style>
background-color css
<style>
a { background-color: #0FFF17; }
a { background-color: rgb(15,255,23); }
div.DivClassName
{
background-color: #0FFF17;
}
.BgClassName
{
background-color: #0FFF17;
}
</style>
border-color css
<style>
span { border-color: #0FFF17; }
span { border-color: rgb(15,255,23); }
td.TdClassName
{
border-color: #0FFF17;
}
.TagClassName
{
border-color: #0FFF17;
}
</style>