Shades of Free Speech Green #0FF007
Tints of Free Speech Green #0FF007
RGB
CMYK
RGB Variations
Color information
#0FF007 (or 0x0FF007) is known color: Free Speech Green. HEX triplet: 0F, F0 and 07. RGB value is (15,240,7). Sum of RGB (Red+Green+Blue) = 15+240+7=262 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.73% from 262); Green value is 240 (94.14% from 255 or 91.60% from 262); Blue value is 7 (3.12% from 255 or 2.67% from 262); Max value from RGB is 240 - color contains mainly: green. Hex color #0FF007 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0FF007 is #F00FF8. Grayscale: #929292. Windows color (decimal): -15732729 or 520207. OLE color: 520207.
HSL color Cylindrical-coordinate representation of color #0FF007: hue angle of 117.94º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0FF007 is Cyan = 0.94, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 15 | 240 | 7 | - |
| CMYK | 0.94 | 0 | 0.97 | 0.06 |
| HSL | 117.94º | 0.94% | 0.48% | - |
| HSV(B) | 117.94º | 0.97% | 0.94% | - |
| XYZ | 31.4 | 62.44 | 10.6 | - |
| YUV | 146.16 | 49.46 | 34.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 240 | 7 | 0.94 | 0 | 0.97 | 0.06 | 117.94 | 0.94 | 0.48 |
| Hex | F | F0 | 7 | 5E | 0 | 61 | 6 | 76 | 5E | 30 |
| Octal | 17 | 360 | 7 | 136 | 0 | 141 | 6 | 166 | 136 | 60 |
| Binary | 1111 | 11110000 | 111 | 1011110 | 0 | 1100001 | 110 | 1110110 | 1011110 | 110000 |
Color Harmonies of #0FF007
Complementary color
Monochromatic Colors of #0FF007
Black with #0FF007
Text Example
Text Example
White with #0FF007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FF007; }
p { color: rgb(15,240,7); }
H1.HeaderClassName
{
color: #0FF007;
}
.AnyTagClassName
{
color: #0FF007;
}
</style>
background-color css
<style>
a { background-color: #0FF007; }
a { background-color: rgb(15,240,7); }
div.DivClassName
{
background-color: #0FF007;
}
.BgClassName
{
background-color: #0FF007;
}
</style>
border-color css
<style>
span { border-color: #0FF007; }
span { border-color: rgb(15,240,7); }
td.TdClassName
{
border-color: #0FF007;
}
.TagClassName
{
border-color: #0FF007;
}
</style>